Reputation: 31
Using AVD, I successfully obtained the USB driver. I followed the instructions on this page USB Driver for Windows but Windows never prompted with the "Found new hardware..." message.
I'm running Vista x64 SP2 and I can see the amd64 folder under ~\Android SDK\tools\usb_driver.
The Manage Devices applet shows no listing for "ADB Interface" so it certainly appears that it is not there. I tried a scan for hardware changes -- nada. And running "adb devices" comes back empty (as expected).
How do I install the ADB Interface?
Upvotes: 3
Views: 6011
Reputation: 69
I got my HTC Magic to install on Win-7 using Android SDK drivers, although process was not straightforward.
Right click on the Android phone item, then left-click on Update Driver Software. Choose "Browse my computer for software"
Next, DO NOT click Browse... button to select the \google\usb_driver, if you do that you will get a message about Win 7 not being able to install the driver.
Instead, click on "Let me pick from a list"
Then a box appears with types of device, I chose All Devices and then click Next.
Then you get a list of device drivers, and at the bottom is a button "Have Disk..." Click that button and navigate to the \google\usb_driver folder and select it, I then got a list of three items, one of which was the Android ADB Interface.
Click Next to install and for me that worked.
No idea why it doesn't work from the first Browse... button. But the longer way round did work for me.
Upvotes: 1
Reputation: 21
Enable "usb debugging" in your phone (settings - applications - development).
Upvotes: 2
Reputation: 31
I derived the solution after reading this page How-To #0: How to Install Usb Driver on Your Computer. Though the listed instructions didn't work for me, it did lead me to the solution so: credit where credit is due.
Vista automatically recognized the SD card and will install a USB Mass Storage Driver for that. Contrary to the instructions on the linked page, I did not have to remove this driver. Another comment in the text led me to needing to enable debugging mode (Settings -> Applications -> Development -> Debugging Mode). As soon as I enabled this (with the device connected), Vista immediately installed an "Unknown" driver for the connection and I was able to successfully update the driver. Works great!
Upvotes: 0
Reputation: 6225
If you have access to a Linux machine, It would be a lot easier to do it on that. But assuming you don't...
Can you find the device in the device manager? if so you could install the driver that way, see "Windows Vista: Upgrade an existing driver" here
Also, do you even see it as a mass storage device?
Upvotes: 0