On the UbuntuKarmic system, use adb to connect to Motorola's Milestone. Follow the SDK instructions to install adb, insert the mobile phone, and run the following command: $ adbdeviceslistofdevicesattachedxxxxxxxxnopermissions: #/etc/udev/rules. d/99-Android.rulesSUBSYSTEM = "u
How to connect Motorola Milestone through adb on Ubuntu Karmic System
Install adb according to SDK instructions, insert the mobile phone, and run the following command:
$ Adb devices
List of devices attached xxxxxxxxxx no permissions
If an error occurs, modify the following:
#/Etc/udev/rules. d/99-Android.rules
SUBSYSTEM = "usb", ATTRS {idVendor} = "22b8", SYMLINK + = "android_adb", MODE = "0666"
The 22b8 can be obtained by the lsusb command to view the mobile phone hardware information:
Bus 003 Device 023: ID 22b8: d00d
Add permissions:
Chmod a + rx/etc/udev/rules. d/50-android.rules
Restart USB hardware:
$ Sudo restart udev
$ Adb devices
List of devices attached 0401_1f17009017 device
If not, try the following command:
$ Adb kill-server
$ Nohup adb start-server