简体   繁体   中英

Android - adb tools not finding device

I just did a factory data restore so that I could use my phone for testing.

But now I am trying to use the adb tool to put a new .apk on the device using my usb, and it says device not connected.

The phone is displaying this message: MTP: server status: connecting to computer...

But it is never able to fully connect.

I tried to go to Wireless & Networks, and enable Internet pass-through, but that option is also "Turning on..." for the last 5 minutes.

Any idea why I am not able to connect?

What kind of device is it? Make sure you have the development USB settings set under Settings, Development. Also ensure it's not a USB Drive but in USB Debugging mode.

Furthermore, if it's a device driver issue, here is an article for the HTC Thunderbolt and Windows/Eclipse: http://www.nodans.com/index.cfm/2012/2/1/Getting-USB-Device-Drivers-Working-for-HTC-Android-Development

For OSX, Motorola has a USB Link DMG, I'm not sure about HTC though.

Maybe you show give us more information, like

  • What OS are you using (Windows, Mac, Ubuntu)
  • Is USB debugging switched on?
  • Did you restart the adb server

     $ adb kill-server $ sudo adb start-server * daemon not running. starting it now * * daemon started successfully * $ adb devices 

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