What to do if ADB devices cannot find the device---2

Source: Internet
Author: User

Problem: After installing the phone driver on the computer, the mobile phone enters the setup----> Application ----> Development-----> Check USB debugging to connect the computer, and enter ADB devices in the cmd command to find no devices.

Workaround: Start Menu- computer (right-click)-Device Manager, find devices such as

Double-click the device driver and select the "Details" tab in the popup menu .

In the drop-down menu, select "Hardware Id"

The number after the vid is recorded, here is 1EBF.

Locate the Adb_usb.ini file in the C:\Users\lenovo\.android folder, open it, add the number just found in the file 1EBF, save

Open cmd, enter ADB kill-server to shut down the service and then enter the ADB start-server to open the service, then enter the ADB shell to see the device.

-----------------------------------------------------Split Line-------------------------------------------------

It is also the default device port problem under ubuntu12.10:

Step One: First enter the command: $ lsusb
(Specific in/ETC/UDEV/RULES.D)

You can see the hardware ID of our device (part of the Red Line)1782:5d01

Step Two: Create a new 51-android.ruls configuration file
Enter on the terminal: sudo vim/etc/udev/rules.d/51-android.rules, fill in the following data

Change the two-part number of the green flag to my id "1782"

Step three: Modify the Adb_usb.ini configuration file on the terminal input: Vim. Android/adb_usb.ini

Add Data: 0x1782

Last step: Enter the sudo adb kill-server carriage return in the terminal, and then enter the sudo adb start-server carriage return.
At this time can again ADB devices view results, good luck.

Original: http://www.xuebuyuan.com/1871762.html

What to do if ADB devices cannot find the device---2

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.