Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Galaxy Tab on device debug?

Any body gotten on device debugging working wit hthe Galaxy Tab? I have a Stock Generic Galaxy Tab and Although Eclpise will let me "Run" my apps on the device, if I click "Debug" in eclpise instead it doesn't do anything nor does it try to connect to the debugger.

Ideas?

UPDATE: Solution was to explicitly set my application to debuggable in the manifest. If the device (Galaxy Tab) is not set to default in it's boot image, it will not implicitly allow debugging.

like image 472
Hamid Avatar asked Nov 14 '10 19:11

Hamid


1 Answers

I had the same problem. As well as setting the Galaxy Tab into debug mode (as described by Computerish), you also need to download Samsung Kies from the Samsung website (browse to the Galaxy Tab page, then to Support). This gives you the required drivers to use the Tab in debug mode: without them, the Tab won't appear in the Eclipse Run or Debug dialogs.

like image 94
Mark Whitaker Avatar answered Oct 12 '22 11:10

Mark Whitaker