First off, really nice Guide.
I did everything and it worked fine so far but now I'm encountering a problem.
When I enter adb devices, daemon starts but my device is not shown. I've aleady searched for a solution but couldn't find anything helpful.
Would be great if someone could help me. Thanks in advance.
HTC sync is troubling you. Go to task manager and kill htc sync. Then run adb.Sorry, was kinda stupid to ask without any information :/
I have the HTC Sensation and I use Windows 7. I have installed every driver and it is also listed in the device manager.
HTC Sync and everything else works well on my pc.
I killed HTC Sync but it's still not working.
I also tried the whole guide on my laptop (win Vista 32bit) but it's the same problem. If I get the chance I'll try it out on another computer (win xp 32bit) tomorrow.
Thanks so far musarraf172 =)
This didn't work either but I managed to get a connection when I changed the connection type from charge only to htc sync and back =)kill HTC sync
Then RUN
adb kill-server
adb start-server
adb devices
If it fails , then may be the HTC new driver causing the issue. I had no pain to setup adb on win7 32bit /64 bit and Ubuntu 10.10 / 11.04 /11.10 32bit .
Some guys got problem with new HTC driver. Try to use the old driver available on XDA.
Glad to see that you figured it out. !!This didn't work either but I managed to get a connection when I changed the connection type from charge only to htc sync and back =)
But now I've tried installing about 5 different ICS roms but I always end up in a bootloop. I already did a data and cache wipe but it didn't change anything :/
EDIT: Nevermind, it seems that there was a Problem with the Firmware version. After installing it again, everything went fine and I got my Sensation with Android 4.0 Sensless =)
Thx Musarraf172
As far as I recall, the fastboot executable has been moved from /tools to /platform-toolsI did everything as written by OP, but there is no fastboot in \tools\ folder. Am I doing something wrong? Got "Android SDK Tools Rev. 15" and "Android SDK Platform-tools Rev. 9" installed. No fastboot, anywhere![]()
Try enabling USB debugging on your phone at Settings > Applications > Development > USB debugging. There should be a checkmark beside USB debugging. See if "adb devices" now works.First off, really nice Guide.
I did everything and it worked fine so far but now I'm encountering a problem.
When I enter adb devices, daemon starts but my device is not shown. I've aleady searched for a solution but couldn't find anything helpful.
Would be great if someone could help me. Thanks in advance.
The guide is for setting up the Android Software Development Kit (SDK) on one's computer.What exactly is all this for?