[Tutorial] ADB on (X)ubuntu

yani2000

Senior Member
Jul 23, 2010
443
90
48
I've enabled "USB debugging" under Settings-->Applications-->Development.
And when I directly connect the USB cable to my Ubuntu machine "lsusb" shows nothing.
I also get no USB icon in notification area on my tablet.
What am I doing wrong?!
Please help!
 

yudanjah

Member
Apr 2, 2011
27
2
0
LA
Worked beautifully

Thanks for the adb tutorial. I am running xubuntu on an old Dell Inspiron 1318.

Some tips I found help:
1. I used leafpad to create the 51_android... File
2. I added both "0x1949" and "1949" vendor IDs
3. As soon as I did this adb recognized my device in TWRP with a regular usb cable.
4. I had to execute each adb command with the "./" prefix, state such as "./adb devices"
5. I side loaded cm10 zip and rebooted in TWRP
6. Then I side loaded gapps zip and rebooted

Voila!

Thanks Hascode, PowerPoint 45, and others!