Skip to content

Instantly share code, notes, and snippets.

@seinlin
seinlin / console
Created December 7, 2015 10:54 — forked from dmitriy-kiriyenko/console
Init.d to start/stop xvfb. Put it into /etc/init.d and chmod it to 755
apt-get install xvfb
apt-get install firefox
@seinlin
seinlin / tarako_flash
Created December 24, 2016 09:40 — forked from dolftax/tarako_flash
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"