ericlee
ericlee

Reputation: 2753

Unable to install drivers to get adb working on all my android devices

I recently got an issue with my android devices. I currently have a nexus one, nexus 4 and a mt65xx android phone.

Adb was working fine on my mt65xx previously. however i encounted error installing my nexus 4 adb so i unisntalled all the android drivers. After that, i'm no longer able to install back the drivers for any of my phone i listed above.

I'm very sure i did the right way of installation through the device manager.

The directly for the usb driver is as following C:\Users\user-Home\Desktop\adt-bundle-windows-x86\sdk\extras\google\usb_driver . I tried it for my nexus one and nexus 4 but when i browse to the location and press next , it gave me the error "windows could not find driver software for your device".

I've also tried to force install by clicking "let me pick from a list of device" and i choosed have disk. it did get installed sucesfully however when i run adb devices, it did not show my android device... it is working fine on my another pc though

This is very fruastrating, i have been trying to solve this issue for around 2-3 days. How can it be solve?

Upvotes: 0

Views: 11567

Answers (4)

Fawaz Ahmed
Fawaz Ahmed

Reputation: 1574

I had similar issue like yours, eventually I decided to make a tool, that should fix the for any Android device, you just have to

  1. connect the phone in USB Debugging mode to PC and run the tool.

It will detect the install the drivers specific to your phone

Here is the link to the repo

Upvotes: 0

cityvoice
cityvoice

Reputation: 2651

install your device drivers manually: Device Manager -> yourDevice -> UpdateDriverSoftware -> Browse My Computer ... -> Let Me Pick From a List -> select "show all devices" - > click next -> install from disk -> click browsering -> select your %Android SDK directory%\extras\google\usb_driver\android_winusb.inf

follow the next tips and ignore the warning.

Upvotes: 1

TN888
TN888

Reputation: 7739

Instruction :

1 . reinstall usb driver.

2 . Install this driver.

3 Enable "USB Debugging" in your phone.

4 . Try again.


Now should be ok.

Bye,

Upvotes: 0

Arash GM
Arash GM

Reputation: 10395

Install Samsung Kies or you have to install your device drivers manually:

Device Manaager -> yourDevice -> UpdateDriverSoftware -> Browse My Computer ... -> Let Me Pick From a List -> Samsung Android ADB InterFace

Upvotes: 5

Related Questions