Skip to content

Instantly share code, notes, and snippets.

View dolftax's full-sized avatar

Jai Pradeesh dolftax

View GitHub Profile
@dolftax
dolftax / tarako_flash
Created October 29, 2014 18:10
Instructions to set-up tarako device
===== Install adb =====
Open a terminal window and type:
sudo apt-get install android-tools-adb android-tools-fastboot
===== Configure usb =====
Then type:
sudo nano /etc/udev/rules.d/51-android.rules
And enter these lines into the file (note: this adds rules for keon, ZTE Open, and tarako):
SUBSYSTEM==”usb”, ATTR{idVendor}==”05c6″, ATTR{idProduct}==”8013″, MODE=”0666″
SUBSYSTEM=="usb", ATTR{idVendor}=="19d2", MODE="0666", GROUP="plugdev"
SUBSYSTEM=="usb", ATTRS{idVendor}=="1782", MODE="0666"
@dolftax
dolftax / remove_webapps.md
Last active August 29, 2015 14:07
Uninstall webapps on Desktop

Steps to remove a webapp from Desktop [Linux only]

  1. Traverse to your home directory

    cd ~ ls -la

  2. You will find folder like this application_namexxx

@dolftax
dolftax / reviewer_certs_installation.md
Last active August 29, 2015 14:07
Installing Marketplace Reviewer Certificates Manually
@dolftax
dolftax / b2g_rasp.md
Last active August 29, 2015 14:03
Firefox OS for Raspberry Pi
  • Clone the repositories
git clone git://git.yoctoproject.org/poky
cd poky
git clone git://git.yoctoproject.org/meta-raspberrypi
git clone git://git.openembedded.org/meta-openembedded
git clone git://github.com/imphil/meta-b2g.git
. ./oe-init-build-env rpi-build