Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am currently investigating a problem I have where for some reason eclipse plugin/adb loses connection to my phone and gives me the message:

[2011-03-05 22:53:40 - projectOne] Attempting to connect debugger to 'com.testbed.input' on port 8633 [2011-03-05 23:04:02 - projectOne] ------------------------------ [2011-03-05 22:40:42 - projectOne] Android Launch! [2011-03-05 22:40:42 - projectOne] adb is running normally. [2011-03-05 22:40:42 - projectOne] Performing com.testbed.input.MainActivity activity launch [2011-03-05 22:40:42 - projectOne] Automatic Target Mode: Unable to detect device compatibility. Please select a target device.

And on the device monitor log I see this:

[2011-03-05 23:10:13 - Logcat]device (HT971L900496) request rejected: device offline java.io.IOException: device (HT971L900496) request rejected: device offline

I cant figure out what it is, it just works flawless one day and next I get this. I hope someone with a more expert knowledge of the tool chain can help as its really slowing me down so I am determined to get to the bottom of this.

Many thanks

share|improve this question

2 Answers

up vote 0 down vote accepted

I don't know why it happens but I have found a quick remedy - first kill any adb process.

Then start the adb again with the command 'adb start-server'.

This then allows me to connect to the phone again

share|improve this answer

Another nugget of information for others that I found: http://groups.google.com/group/android-developers/browse_thread/thread/5fb922c2166eab68

I had the usb plugged into the front of my computer and I was experiancing problems - after pluging it at the back direct to the usb controller and not a hub it has become much more reliable.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.