Connecting Motorola Milestone through adb on the UbuntuKarmic System

Source: Internet
Author: User
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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.