无法通过ADB连接华为u8110

发布于 2024-11-01 22:20:12 字数 279 浏览 4 评论 0原文

我无法使用 adb 将我的电脑连接到 Android 设备。我已在设备上启用 USB 调试选项。

adb devices 选项显示以下输出

在此处输入图像描述

设备管理器输出如下所示

在此处输入图像描述

可能出了什么问题?有什么建议吗?

I am not able to connect my PC to Android device using adb. I have enabled USB debugging option on the device.

The adb devices options shows following output

enter image description here

Device Manager output is shown below

enter image description here

What could be going wrong? Any suggestions?

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

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

发布评论

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

评论(2

网名女生简单气质 2024-11-08 22:20:12

问题是您的设备不提供序列号。有一个补丁可以解决这个问题,但它尚未集成到可下载工具中。

但是:您还可以使用 adb 的-d选项,这意味着连接到“唯一的 USB 设备”而忽略序列号。

另请参阅:

The problem is that your device doesn't provide a serial number. There's a patch out there to fix this, but it hasn't (yet) been integrated into the downloadable tools.

However: you can also use the -d option to adb, which means connect to the "only usb device" ignoring the serial number.

See also: http://www.newtondev.com/2011/01/21/getting-adb-to-list-your-android-vodafone-845-huawei-u8120-and-get-debugging-working/

雨后彩虹 2024-11-08 22:20:12

您的命令行结果显示“? device”,这意味着您的设备已连接。

Your command line result shows "? device" which means your device is connected.

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