Android – Unable to connect Samsung Galaxy Tab GT-P6200 in debugging mode

androiddebuggingsamsung-mobile

I bought a new Samsung Galaxy Tab GT-P6200 for developing android application. When I connect my tablet device to the system(with Ubuntu 11.04 OS and with Eclipse ), it doesn't recognize debugging mode even I enable debugging mode in the settings. It automatically connects to MTP-mode(Media Transfer Protocol), and I cannot view the folders in the sdcard. Someone please help me to connect my device in debugging mode.

Best Answer

Have you try restarting the adb server? Open a Terminal, go to your android-sdk/platform-tools folder and execute:

./adb kill-server

then start it again with root access

sudo ./adb start-server