The New Development Board adb under Ubuntu cannot identify and solve the problem

Source: Internet
Author: User
Generally, developers in development companies have different development boards at the same time because of Project iteration requirements. However, the USB of different development boards is different, which makes the adb unidentifiable. The following is a solution for Ubuntu. Step 1: Open the terminal and enter the usb id of our new development board at on lsusb. If you do not know how to identify it, you can find out the changed value through repeated plugging. We need to copy: 2207 of the prefix and add it to the configuration file. Step 2: Modify 51-android

Generally, developers in development companies have different development boards at the same time because of Project iteration requirements. However, the USB of different development boards is different, which makes the adb unidentifiable. The following is a solution for Ubuntu.

Step 1:

Open the terminal and enter lsusb

The above is the usb id of our new development board. If you do not know how to identify it, you can find the change value through repeated plugging. We need to copy: 2207 of the prefix and add it to the configuration file.

Step 2:

Modify the configuration file 51-Android.ruls

Enter sudo vim/etc/udev/rules. d/51-android.rules on the terminal to view the following data.

Copy and replace the two rows of data. Modify the data of SYSFS {idVendor} To 2207, as shown in the following figure:

Step 3:

Modify the adb_usb.ini configuration file

Enter vim. android/adb_usb.ini on the terminal, which has a value similar to 0x2218. Enter 0x2207 in another line. For example:

Now, after completing the above steps, you can view the result by using adb devices.

Good luck.

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.