Recognizing device

GtEcH

Member
Apr 28, 2010
6
0
0
Alright, just having some issues with ADB recognizing my device. I'm trying to do the bootanimation as described in the thread from yesterday. I'll go into the command window and use 'tools\adb devices' and my Inc. still will not become recognized. What am I missing? Thanks.

Matt
 
I'll assume you're running Windows Vista or 7.

Open My Computer, and find the Android SDK folder.
Open it.
Find the tools folder.
Press shift, and right click on the tools folder.
Choose "open command window here" from the dialog that comes up when you shift + right click.
In that command window, type in
Code:
adb devices

image attached
 
Yea, I've got that far. Its after I do that it'll say 'List of devices attached' but doesn't list any. Inc. is plugged in with debugging enabled and i've tried both mount as disk drive and charge only. Nether work.
 
Sounds like your USB driver isn't installed. Windows (especially 64 bit) is huge PITA with this.

Download the latest version of HTC sync from HTC. Install it and reboot your computer, then try plugging the phone in WITH USB debugging enabled, and set it as charge only.
 
I'm actually running XP32(came stock on my HP netbook). Got her figured out. Thanks for the help!
 
No issue, care to share so that when someone in the future finds this post they know what you did to rectify the situation?