Programming

Older posts about programming. I think I stopped creating blog posts when stack overflow was created.

adb devices no permissions on ubuntu

Jun 4, 2013 coding
Solution Create a file named /tmp/android.rules with the following contents (hex vendor numbers were taken from the vendor list page): SUBSYSTEM==”usb”, ATTRS{idVendor}==”0bb4″, MODE=”0666″SUBSYSTEM==”usb”, ATTRS{idVendor}==”0e79″, MODE=”0666″SUBSYSTEM==”usb”, ATTRS{idVendor}==”0502″, MODE=”0666″SUBSYSTEM==”usb”, ATTRS{idVendor}==”0b05″,

Read More »