I'm developing on a Samsung Galaxy S II using eclipse and the eclipse android plugin. This is not the first time I'm using DDMS on this computer or phone and everything used to work just fine.

Now, when I connect the device, DDMS shows it on the device list, LogCat shows output, I can even browse the file system, but clicking on the device does not show its process list.

I have tried restarting my computer, restarting the phone, turning debug mode off and on again, connecting it to another computer, checking the cable by connecting another device, all to no avail.

Any ideas?

link|improve this question

56% accept rate
Well, I didn't manage to list all the processes like I used to be able to, but I at least managed to show the process of the application I'm developing by setting android:debuggable="true" in the application element of the manifest, and by setting the debug property to true in the default.properties file. – Zoltán Oct 6 '11 at 13:08
feedback

1 Answer

  1. Settings -> Application -> Development -> USB Debug: set ON , Stay awake: set ON
  2. Replace other USB cables
  3. Install Samsung ADB device interface for development (Composite ADB Interface)

Well, that's all I know.

link|improve this answer
Galaxy S II doesn't have the 'stay awake' option. The other advices didn't help either :/ Thanks though. – Zoltán Oct 6 '11 at 13:04
feedback

Your Answer

 
or
required, but never shown

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