简体   繁体   中英

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

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.

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

I remember I faced this problem before. You should try to following:

  • Check if you have install driver for it(in Help/Software Updates of eclispe)
  • Also, sudo ./adb kill-server sudo ./adb start-server check if it connected by sudo ./adb devices
  • Try with other USB port.

Hope it helps

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM