1. tap 7 time on build number
2. use sudo to start adb sever
use android rules
2. use sudo to start adb sever
use android rules
- Log in as root and create this file:
/etc/udev/rules.d/51-android.rules.Use this format to add each vendor to the file:SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"
In this example, the vendor ID is for HTC. TheMODEassignment specifies read/write permissions, andGROUPdefines which Unix group owns the device node.Note: The rule syntax may vary slightly depending on your environment. Consult theudevdocumentation for your system as needed. For an overview of rule syntax, see this guide to writing udev rules. - Now execute:
chmod a+r /etc/udev/rules.d/51-android.rules
No comments:
Post a Comment