The ADB driver android-usb-driver.zip is downloaded from the Internet. G7 obviously cannot install this driver. The Device Manager displays a yellow exclamation mark, and the driver update cannot find hardware information. That is to say, I didn't install the ADB driver for G7 at the root of WindowsXP.
First, you must be in the USB debugging mode (settings-Application-Development-). Second, choose to charge only when connecting to the PC. Install the driver when inserting the USB cable. You only need to make the following changes,
Reprinted below:
-----------------
However, the system will prompt that the driver cannot be found or the hardware cannot be found. Of course, the android_winusb.inf file in the main directory of the. Zip package does not have the options for HTC Desire.
Edit android_winusb.inf.
Find [usb_install] and add the following encoding on it, orDownload Attachment.. Do not use NotePad to open it. Use a WordPad to open it. It may contain some Unicode codes and cannot be correctly recognized by notepad.
- [Google. ntx86]
- HTC Desire
- % Singleadbinterface % = usb_install, USB/vid_0bb4 & pid_0c87
- % Compositeadbinterface % = usb_install, USB/vid_0bb4 & pid_0c87 & mi_01
- [Google. ntamd64]
- HTC Desire
- % Singleadbinterface % = usb_install, USB/vid_0bb4 & pid_0c87
- % Compositeadbinterface % = usb_install, USB/vid_0bb4 & pid_0c87 & mi_01
After the installation is complete, the Device Manager displays the Android phone/Android composite ADB Interface
Compressed package,: http://download.csdn.net/source/3166549