ADB self-made Android universal driver method to solve the problem that the driver cannot be found

Source: Internet
Author: User

ADB self-made universal driver method, exclusive secret

This article from: http://kraft.iteye.com/blog/1275276

Android often encounters a mobile phone that cannot find the ADB driver, or to adapt to multiple drivers, there is actually a very simple solution.
Use the Official Google Android driver as the blueprint to add your own devices.

Prepare notepad to open extra \ usb_driver \ android_winusb.inf
Seeing the following information, I believe that regular modifications can be found for programmers.
[Google. ntx86]
HTC Dream
% Singleadbinterface % = usb_install, USB \ vid_0bb4 & pid_0c01
% Compositeadbinterface % = usb_install, USB \ vid_0bb4 & pid_0c02 & mi_01
% Singlebootloaderinterface % = usb_install, USB \ vid_0bb4 & pid_0fff
HTC magic
% Compositeadbinterface % = usb_install, USB \ vid_0bb4 & pid_0c03 & mi_01
;
; Moto Sholes
% Singleadbinterface % = usb_install, USB \ vid_22b8 & pid_41db
% Compositeadbinterface % = usb_install, USB \ vid_22b8 & pid_41db & mi_01
;
; Google nexusone
% Singleadbinterface % = usb_install, USB \ vid_18d1 & pid_0d02
% Compositeadbinterface % = usb_install, USB \ vid_18d1 & pid_0d02 & mi_01
% Singleadbinterface % = usb_install, USB \ vid_18d1 & pid_4e11
% Compositeadbinterface % = usb_install, USB \ vid_18d1 & pid_4e12 & mi_01
% Compositeadbinterface % = usb_install, USB \ vid_18d1 & pid_4e22 & mi_01

[Google. ntamd64]
HTC Dream
% Singleadbinterface % = usb_install, USB \ vid_0bb4 & pid_0c01
% Compositeadbinterface % = usb_install, USB \ vid_0bb4 & pid_0c02 & mi_01
% Singlebootloaderinterface % = usb_install, USB \ vid_0bb4 & pid_0fff
HTC magic
% Compositeadbinterface % = usb_install, USB \ vid_0bb4 & pid_0c03 & mi_01
;
; Moto Sholes
% Singleadbinterface % = usb_install, USB \ vid_22b8 & pid_41db
% Compositeadbinterface % = usb_install, USB \ vid_22b8 & pid_41db & mi_01
;
; Google nexusone
% Singleadbinterface % = usb_install, USB \ vid_18d1 & pid_0d02
% Compositeadbinterface % = usb_install, USB \ vid_18d1 & pid_0d02 & mi_01
% Singleadbinterface % = usb_install, USB \ vid_18d1 & pid_4e11
% Compositeadbinterface % = usb_install, USB \ vid_18d1 & pid_4e12 & mi_01
% Compositeadbinterface % = usb_install, USB \ vid_18d1 & pid_4e22 & mi_01

; ASUS
% Singleadbinterface % = usb_install, USB \ vid_0b05 & pid_4c0f
% Compositeadbinterface % = usb_install, USB \ vid_22b8 & pid_4c0f & mi_01
;

; Sonyericsson
% Singleadbinterface % = usb_install, USB \ vid_0fce & pid_0dde
% Compositeadbinterface % = usb_install, USB \ vid_0fce & pid_0dde & mi_01
% Singlebootloaderinterface % = usb_install, USB \ vid_0fce & pid_0dde

Pay attention to the red part. This is what we want to add. Except for a few big-name manufacturers, most small companies are very simple. We just need to copy and fill it in with Asus as the blueprint, the following is the ID, which is actually very simple. After you plug in the USB device, you can directly open the Device Manager to see
Open that! USB phone number, right-click the property details, select the hardware ID, and fill in your own.
OK, the driver is ready. Next, choose to update and install the driver we just prepared.

Hope to help you :)

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.