Skip to content Skip to sidebar Skip to footer

How To Connect A HTC Android Phone To The Pc As Debugging Device

I'd like to connect a HTC Desire to the pc ONLY as debugging device. Every time I plug the cable in it searches for the HTC Sync software on the pc, and it takes a looong time unti

Solution 1:

Below is copied from this page. Works for me very well. Just remember to follow procedure described at Android documentation how to connect devices for debugging.

The HTC desire works with the v3 version of the ADB drivers - no HTC Sync installation needed. Add these lines to android_winusb.inf:

[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


Solution 2:

Try to select "Charge only" connection mode as default for you device. Right now it looks like you've selected something to sync by default.

Settings -> Connection to PC -> Default connection type


Solution 3:

In Android 2.2 its Settings -> Applications -> Development -> USB Debugging (Enable).


Post a Comment for "How To Connect A HTC Android Phone To The Pc As Debugging Device"