Android Samsung Galaxy Tab 2 GT-P3100 Setup

Hey guys,

I have a samsung Galaxy Tab 2 (Model Number GT-P3100)
I have tried searching for the solution over internet didn’t find any.

I am following a tutorial for android game development in Unity3D.
I have the Android SDK setup and Unity3d setup and configured quite well, as unity3d recognizes the SDK.
But the problem is , neither unity nor the sdk detects my device.

I have tried going in the command prompt and typing:

   adb devices

but to vain, as no devices are found.
Using Windows 7 and Unity 4.1.2f1.

Thanks in advance.

Ookay Guys, I found my own answer.

The answer is shared here.
Stackoverflow Link

Here are steps : for Windows specific instructions:

  1. Ensure phone is not connected to PC.
  2. Uninstall KIES from PC. Reboot your PC and Reinstall KIES after that. Just for great measure… open KIES, go to Tools | Troubleshoot connection error. Follow instructions and wait for it to finish the troubleshooting procedure.
  3. Reboot your phone (or turn off and then on your phone again). Do not connect it to your PC just yet.
  4. Once rebooted, go to your phone’s dialer, type *#7284# - A configuration window will appear. In that window’s USB section, if it’s default to PDA, tap MODEM, then back to PDA, (if it is MODEM in the beginning, change it to PDA) then press the back key to exit. Most importantly, it must set as PDA when you exit.
  5. Turn off USB debugging in your phone.
  6. (Optional) Set your phone’s screen timeout to a lengthy time. (minimum 1-2 minutes - recommended 5mins to 30mins) its found in Settings | Display. You can change this back later on.
  7. Connect the phone to your PC with USB cable and let windows load your drivers… and wait for the drivers to get reinstalled.
  8. Once reinstalled, disconnect the phone off USB. Switch USB debugging back on in your phone settings, and reconnect the phone back - you’ll see windows load another set of drivers for your phone. Wait until it is completed. (This step is a precautionative measure to ensure your phone is identified with all the necessary drivers)
  9. Once complete, unplug your phone, and turn off USB debugging… This is to ensure MTP will initialize. Also, press the phone’s home key until your homescreen is displayed. Only after doing all that, reconnect your phone back to PC.
  10. Test and see if MTP works using Windows Explorer. You’ll see your phone’s USB storage and SDCard contents if it does.

Hope it will help somebody else too…