HTC Desire debugging with Windows 7 64 bits

Pluging the HTC Desire with Debugging on was always telling ADB driver not found and running adb devices was not showing my device. Here is what I did.
  • Install Google USB Driver package from Android Update Manager (Third Party Add ons/Google Inc)
  • Modify the file android_winusb.inf in android-sdk-windows\extras\google\usb_driver to add the following lines (under [Google.NTamd64]):
    ;HTC Desire
    %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C87&REV_0226&MI_01
    %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C87&MI_01
  • From Device Manager, Select the ADB component (which should have an exclamation mark) and select update driver and give the usb driver location
  • adb kill-server
adb devices should now display the devices correctly

Popular posts from this blog

Soving AccessDenied on Google Cloud Storage domain mapping

Fixing "DerInputStream.getLength(): lengthTag=109, too big" in Android Studio

Simple Samba setup on Lubuntu