Nexus 7 not visible over USB via “adb devices” from Windows 7 x64

后端 未结 18 789
青春惊慌失措
青春惊慌失措 2020-11-28 01:31

I have done the obvious -- the USB driver was installed from the latest Android SDK, and USB debugging was turned on in the tablet.

When the Nexus 7 is connecte

相关标签:
18条回答
  • 2020-11-28 02:22

    To fix/install Android USB driver on Windows 7/8 32bit/64bit:

    1. Connect your Android-powered device to your computer's USB port.
    2. Right-click on Computer from your desktop or Windows Explorer, and select Manage.
    3. Select Devices in the left pane.
    4. Locate and expand Other device in the right pane.
    5. Right-click the device name (Nexus 7 / Nexus 5 / Nexus 4) and select Update Driver Software. This will launch the Hardware Update Wizard.
    6. Select Browse my computer for driver software and click Next.
    7. Click Browse and locate the USB driver folder. (The Google USB Driver is located in <sdk>\extras\google\usb_driver\.)
    8. Click Next to install the driver.

    If it still doesn't work try changing from MTP to PTP.

    MTP -> PTP

    0 讨论(0)
  • 2020-11-28 02:24

    I discovered that you can also do Device Manager -> Update Driver Software -> Browse my computer for driver software -> Let me pick from a list of device drivers on my computer -> Android Phone -> [ADB driver version 6 near top of list... sorry, I can't remember exact name]

    As soon as I did that, it connected, and I was able to sideload version 4.2 on Windows 7 64 bit.

    0 讨论(0)
  • 2020-11-28 02:24

    For those of you who with Nexus 5x who only see Kedacom usb device in Device Manager and cannot get adb to see the phone...the trick is to Update driver... on the Kedacom device and change it to "Android ADB interface/device"

    0 讨论(0)
  • 2020-11-28 02:26

    I had an HTC One driver installed, and I thought that was the reason for not working. However, it turned out that the reason was I disabled both MTP/PTP.

    I did not find the place for the settings, but then I found How to Configure the USB on Your Nexus 7.

    It's quite confusing to me, it is in the Storage tab. Either MTP or PTP works for me.

    0 讨论(0)
  • 2020-11-28 02:27

    Try this. If your device is not getting detected, use PdaNet. You can download it from here. Download it and install on your machine. Connect your phone. It automatically detects the driver from Internet.

    0 讨论(0)
  • 2020-11-28 02:29

    I had similar problems and I found that unchecking all of the options (both MTP and PTP) allowed the device to get the RSA Fingerprint from my computer and after that point "adb devices" worked.

    Keep in mind, the RSA fingerprint is required to be accepted before an Android 4.2+ device can connect via ADB, this is obviously for security reasons.

    0 讨论(0)
提交回复
热议问题