Add udev rules on Linux to enable ADB to operate Android devices.

Source: Internet
Author: User

Follow the android documentation to add such udev rules:

Subsystem = "USB", ATTR {idvendor} = "0bb4", mode = "0666", group = "plugdev"

Note that when the ADB cannot find the Android device, check whether the idvendor string is in lowercase. For example, if you have previously debugged a sharp device, the vendor ID of the sharp device is 04dd. However, if you have written 04dd, you cannot connect to the device. You must write 04dd.

Originally, Linux is case-sensitive, but the vendor ID on the android website is case-sensitive, so it is easy to misunderstand.

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.