Debugging apps on a Galaxy Tab 10.1

11,394

Solution 1

Have you checked http://developer.android.com/guide/developing/device.html#setting-up also the Samsung USB Driver should be available here http://innovator.samsungmobile.com/down/cnts/toolSDK.detail.view.do?platformId=1&cntsId=9480 it's all part of Samsungs Mobile Developer Page

Solution 2

I had similar trouble when pluging my Galaxy tab 101 in a port on my keyboard.

As soon as i plugged into a regular USB port on my computer, all went fine.

Solution 3

The solutions above did not work for me. The links appear to be out of date. The main article on how to set up for development is at http://developer.android.com/tools/device.html#setting-up (as mentioned above). This connects to an OEM USB Drivers page at http://developer.android.com/tools/extras/oem-usb.html. The directions there did not work for me: There is no "Other" item in my Device manager, and I did not find a driver on the Samsung site http://www.samsung.com/us/support/downloads# for my device (GT-80013), only manuals.

What did work was to install KIES as described at http://forum.xda-developers.com/showthread.php?t=1903483. That's all I had to do, and it magically appeared. For the record there is now a "Samsung Android Phone" item in my Device manager.

Share:
11,394
PipiBadenas
Author by

PipiBadenas

Updated on July 01, 2022

Comments

  • PipiBadenas
    PipiBadenas almost 2 years

    I'm trying to work with a Galaxy Tab 10.1 on Windows 7 but I'm having some troubles. At the time to debug my apps on the tab, the eclipse not recognizing the debugging device and opens the emulator.

    Someone have any ideas about that?

    EDIT: I resolved the problem following this link: dkszone.net/setup-install-adb-android-debug-bridge-windows-7 Thanks to all.