Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android device chooser - My device seems offline

I have developed an application and i was planning to deploy it to my HTC Desire. I have installed USB driver. I turned on USB debugging on the phone and choosed charge only when phone plugged-in. When I run application Android device chooser show my device offline. I am stuck at this point. Any help would be appreciated.

I develop at Eclipse Helios on Windows 7 (64bit)

like image 534
Ahmet Gulden Avatar asked Apr 07 '11 17:04

Ahmet Gulden


1 Answers

I've seen this happen a few times on my HTC Desire. I've never figured out whether the problem is in adb or the device but I usually do the following:

  • Restart adb by issuing 'adb kill-server' followed by 'adb start-server' at a cmd prompt
  • Disable and re-enable USB debugging on the phone
  • Rebooting the phone if it still doesn't work.

99% of my issues have been resolved with these steps.

like image 168
David Snabel-Caunt Avatar answered Sep 20 '22 22:09

David Snabel-Caunt