Got an HTC Desire, I tried installing the Drivers with the Android SDK, it wouldn't work, I first had to enable USB Debugging.
Plugging it in, it wanted to install ADB (Android Debug Bridge)I first tried updating the .inf file
Downloaded installed it and then removed the Device and added it again.
adb devices then showed it and Eclipse then saw it.
Yay!
Settings -> Applications -> Development -> USB Debugging
Plugging it in, it wanted to install ADB (Android Debug Bridge)I first tried updating the .inf file
;HTC Desire
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C87
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C87&MI_01
This made it install. Yay!
But, running adb devices in the tools folder of the SDK showed it wasn't working.
I then looked on HTC Site for Drivers and found the HTC Sync here:http://www.htc.com/www/support.aspx
Downloaded installed it and then removed the Device and added it again.
adb devices then showed it and Eclipse then saw it.
Yay!
Great little post, I was really suck on the installing part well done figuring the extra lines needed. Thanks!
ReplyDelete