Whiteboard Web |
Android »
Adb UdevRunning the ADB server on your developer machine, may fail to find your Android devices. This is because the server may need to run as root to be able to access the USB ports. Fix this by updating your udev rules.
# My Sony Ericsson Xperia phone SUBSYSTEM=="usb", ATTR{idVendor}=="0fce", ATTR{idProduct}=="6168", MODE="0600", OWNER="me" You'll find Vendor and Product id using the
All done, now the ADB server will be happy. |
|
Page last modified 2012-12-18 08:31Z |