Simple book typesetting
http://www.jianshu.com/p/46e8848c6646
Today, a test of the Huawei mobile phone to take home, found unable to debug online
The author operating system is
Ubuntu 14.04
If Windows is looking for a corresponding driver
byhook@byhook:~$ adb devicesList of devices attachedR8V5T15B27002337 no permissions (verify udev rules); see [http://developer.android.com/tools/device.html]
Official documents
Record the process of the settlement.
1. Edit the file
sudo gedit /etc/udev/rules.d/51-android.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="12d1", MODE="0666", GROUP="plugdev"
Inside the 12d1 corresponds to the model of Huawei, mode corresponds to the authority
Then in the execution
sudo chmod a+r /etc/udev/rules.d/51-android.rules
And then re-open the debug permissions, it will appear
Tick, then click OK to
Finally, attach the official form.
Company USB Vendor Idacer0502ASUS0b05dell413cFoxconn0489Fujitsu04c5fujitsu Toshiba04c5garmin-asus091eGoogle18d1haier201EHisense109bHP03f0htc0bb4huawei12d1intel8087k-touch24e3kt Tech2116Kyocera0482Lenovo17eflg 1004motorola 22b8MTK 0e8dnec 0409nook 2080Nvidia 0955OTGV 2257pantech 10a9Pegatron 1d4dphilips 0471pmc-sierra 04daQualcomm 05c6sk telesys 1f53samsung 04e8Sharp 04ddsony 054csony Ericsson 0fceSony Mobile Communications 0fceteleepoch 2340toshiba 0930zte 19d2
[Ubuntu] ADB devices appears no permissions