ADB 无法识别我的 Galaxy Nexus - Win7

发布于 2024-12-26 02:19:22 字数 331 浏览 5 评论 0原文

我刚买了 Galaxy Nexus,现在遇到问题,我的 ADB 无法识别它。重点是当我连接它时,它在我的计算机上显示为存储设备,但它没有列为 ADB 设备。

当我连接其他手机(HTC Desire HD)时,它可以毫无问题地识别它。

有关系统和配置的一些信息:

  1. 我使用的是 Win7 Service Pack 1 64 位
  2. Galaxy Nexus 处于调试模式
  3. 该设备未在 ADB 中显示,但 Windows 将其识别为 Massstoragedevice
  4. Eclipse 和 Googlepack 已更新到最新版本

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 listed as an ADB Device.

When I connect my other Phone (HTC Desire HD) it recognize it without any problems.

Some information about the System and Config:

  1. I'm on Win7 Service Pack 1 64bit
  2. Galaxy Nexus is in debugging mode
  3. The Device isn't shown in ADB but Windows recognize it as Massstoragedevice
  4. Eclipse and Googlepack is updated to the newest Version

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(10

月寒剑心 2025-01-02 02:19:22

检查您是否已在 ADB“Google USB Driver package, revision 4”中安装此软件包;如果不这样做。

另一种可能的解决方案是从此处下载驱动程序:http://www.samsung.com/us /support/owners/product/SCH-I515MSAVZW

这似乎也适用于 Samsung GT-i9250 版本。

Check if you have installed this package in your ADB "Google USB Driver package, revision 4"; if not do it.

Another possible solution could be downloading the drivers from here: http://www.samsung.com/us/support/owners/product/SCH-I515MSAVZW

This appears to work for the Samsung GT-i9250 version too.

╰つ倒转 2025-01-02 02:19:22

如果您之前安装了 Nexus 的 ADB 驱动程序(“Google USB 驱动程序包,修订版 4”+),您可能需要手动重新安装它。

驱动程序位于此处:

android-sdk\extras\google\usb_driver

只需按照您的操作系统操作(在 Windows 设备管理器中 -> 更新驱动程序 -> 有光盘 -> “Android ADB Interface”

If you have previously installed the ADB Driver for the Nexus ("Google USB Driver package, revision 4"+) you may have to manually reinstall it.

The driver is located here:

android-sdk\extras\google\usb_driver

Simply follow your os (in Windows Device Manager -> Update driver -> Have Disc -> "Android ADB Interface"

顾冷 2025-01-02 02:19:22

转到 android-sdk/extras/google/usb_driver &将 android_winusb.inf 替换为从 https://github.com/gu1dry/android_winusb 下载的文件。这将添加大量设备,包括 Galaxy Nexus。然后在安装驱动程序时指向该目录。

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.

风轻花落早 2025-01-02 02:19:22

确保您也已安装手机的 USB 驱动程序。
您可以查看关于设置测试设备的本指南,看看您是否错过了任何内容步骤。

Make sure that you have installed the usb drivers for the phone too.
You can take a look at this guide about setting up devices for testing and see if you have missed any of the steps.

唱一曲作罢 2025-01-02 02:19:22

你可以尝试这个:
进入设置>应用程序>开发>USB调试(如果没有请检查)

you may try this:
go to settings>Applications>Development>USB debugging(check it if it's not )

疑心病 2025-01-02 02:19:22

尝试执行此操作 - 转到手机设置、存储,点击菜单(右上角的三个点,选择 USB 计算机连接,然后在菜单中选择媒体设备 (MTP)。这会立即将手机连接到计算机。希望这将解决你的问题!

try to do this - go to Phone SETTINGS, STORAGE, tap the menu (the three dots in top -right corner, select USB COMPUTER CONNECTION and in the menu select MEDIA DEVICE (MTP). This instantly connected the phone to the computer. Hope this will solve your problem!!!

在你怀里撒娇 2025-01-02 02:19:22

美国 Galaxy Nexus (SCH-I515) 的驱动程序可与欧洲版本 (GT-I9250M) 配合使用,但您必须使用 USB 2.0 端口。在我尝试不同的端口并且一切正常之前,我花了一个非常令人沮丧的小时试图理解为什么手机无法被识别。唯一的区别是,第一个端口是 USB,第二个端口是 USB 2.0。

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.

爱情眠于流年 2025-01-02 02:19:22

转到“设置”->“开发选项”中的“根访问”。选择 APP 和 ADB。

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

长伴 2025-01-02 02:19:22

我在使用新的 Nexus 10 时遇到了这个问题,这两篇文章对我有所帮助,也许很明显,但是......

通过 SDK 管理器更新驱动程序:
http://developer.android.com/sdk/win-usb.html

在各种平台上设置设备:
http://developer.android.com/tools/device.html

希望这对某人有帮助!

I had this problem with the new nexus 10, theses two articles helped me, perhaps obvious but...

Update drivers through SDK manager:
http://developer.android.com/sdk/win-usb.html

Set up the device on various platforms:
http://developer.android.com/tools/device.html

Hope this helps someone!

捎一片雪花 2025-01-02 02:19:22

我只是浪费了几个小时来恢复我的 Galaxy Nexus。

我能够访问其数据。尽管如此,它并没有显示为正常工作的 adb 设备。此外,在设备管理器中,“Galaxy Nexus”列在“其他设备”下,但未找到有效的驱动程序。

我不太确定最终有什么帮助,但是:尝试擦除手机上的授权计算机:开发人员选项> > USB 调试授权。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文