Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: ADB Driver for HTC Smartphones [closed]

I have been debugging on an HTC Desire for which I had the ADB drivers. Now I have been forced to debugging on an HTC Smartphones, but I can't find the driver anywhere. The standard HTC driver that used with my desire (Running Android 2.2) does not get recognized as the right driver for the HTC Smartphones (running Android ICS).

What are the other options that I have to enable launching and USB debugging on the HTC Smartphones through Eclipse Helios ?

like image 462
Heshan Perera Avatar asked Jun 13 '12 10:06

Heshan Perera


People also ask

How do I manually install ADB drivers?

Open the System Properties dialog (press Win+Break on the keyboard or locate "Computer" in Start Menu, right-click on it and select "Properties". Click on the "Device Manager" link. In the Device Manager locate your Android device. Then right-click on it and select "Update Driver Software".

How do I download ADB drivers on Android?

Locate and expand Android Phone in the right pane. Right-click on Android Composite ADB Interface and select Update Driver. This will launch the Hardware Update Wizard. Select Install from a list or specific location and click Next.

How do I enable ADB drivers?

Enable adb debugging on your device On Android 4.2 and higher, the Developer options screen is hidden by default. To make it visible, go to Settings > About phone and tap Build number seven times. Return to the previous screen to find Developer options at the bottom.


2 Answers

Use HTCSync Version: 3.3.21. It has USB driver also. I installed it and after that I could debug my application. Read its help here.

Enjoy!

like image 174
Bobs Avatar answered Sep 28 '22 10:09

Bobs


HTC Sync is a damn bloatware.

The latest naked drivers seem to be maintained in this XDA thread.

like image 36
Vaiden Avatar answered Sep 28 '22 11:09

Vaiden