ADB doesn't recognize my Galaxy Nexus - Win7

后端 未结 10 1491
旧时难觅i
旧时难觅i 2020-12-01 05:02

I just bought a Galaxy Nexus, now I got a problem, my ADB doesn\'t recognize it. The Point is when I connect it, it shows it as Storage-Device on my Computer but it isn\'t l

相关标签:
10条回答
  • 2020-12-01 05:49

    The drivers for the US Galaxy Nexus (SCH-I515) do work with the European version (GT-I9250M), but you must use a USB 2.0 port. I spent a very frustrating hour trying to understand why the phone wasn't recognized before I tried a different port and everything worked. Only difference, the initial port was USB and the second USB 2.0.

    0 讨论(0)
  • 2020-12-01 06:02

    Go to Root access in Settings->Devleopment options. Select APPs and ADB.

    0 讨论(0)
  • 2020-12-01 06:04

    I just wasted a couple of hours reanimating my Galaxy Nexus.

    I was able to access its data. Though, it did not show up as a correctly working adb device. Furthermore, in the device manager, the "Galaxy Nexus" was listet under "Other devices" and no valid driver was found.

    I am not really sure what helped in the end BUT: Try wipe the authorized computers on the phone: Developer Options > Authorizations for USB-Debugging.

    0 讨论(0)
  • 2020-12-01 06:05

    Go to android-sdk/extras/google/usb_driver & replace android_winusb.inf with the one downloaded from https://github.com/gu1dry/android_winusb. This will add a bunch of devices, Galaxy Nexus included. Then point to that dir when installing a driver.

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