labombagrande
New Member
- Joined
- Jun 18, 2010
- Messages
- 3
- Reaction score
- 0
Hi everyone,
I just joined the forum to ask for your help. I've spent the better part of the day searching for an answer for my problem and I'm getting discouraged...
I would like to get started making my own apps and be able to use my Droid Incredible to debug them. I'm running Windows XP SP3, just installed Eclipse, the SDK, and the ADB USB driver.
For who-knows-what reason, the ADB USB driver is not working. When I plug in my phone (debugging mode is turned on) and point the driver installation wizard to the ADB USB driver folder, it can't find it! I've found some code to add to the .inf file for Windows 7, and even some that supposedly should work for XP (see below), but no luck. Could someone please help me? I can't imagine I'm the only developer with XP and a Droid Incredible. Thanks in advance!
Here's the code I added to the .inf, but it doesn't work:
;HTC Incredible
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E&MI_01
I just joined the forum to ask for your help. I've spent the better part of the day searching for an answer for my problem and I'm getting discouraged...
I would like to get started making my own apps and be able to use my Droid Incredible to debug them. I'm running Windows XP SP3, just installed Eclipse, the SDK, and the ADB USB driver.
For who-knows-what reason, the ADB USB driver is not working. When I plug in my phone (debugging mode is turned on) and point the driver installation wizard to the ADB USB driver folder, it can't find it! I've found some code to add to the .inf file for Windows 7, and even some that supposedly should work for XP (see below), but no luck. Could someone please help me? I can't imagine I'm the only developer with XP and a Droid Incredible. Thanks in advance!
Here's the code I added to the .inf, but it doesn't work:
;HTC Incredible
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E&MI_01