/tools/adb devices 无法识别 Samsung Intercept 的 USB 设备
我在 Eclipse 中创建了一个 Android 应用程序,我想在我的 Samsung Intercept 手机上测试它。
我从 Google 下载了 Windows ADB USB 驱动程序,并根据我的 Samsung Intercept 手机的设备管理器中找到的值(基于本论坛中的其他帖子),将以下几行添加到 android_winusb.inf 中:(
;SAMSUNG_Android
%SingleAdbInterface% = USB_Install, USB\VID_04E8&PID_681C
%CompositeAdbInterface% = USB_Install, USB\VID_04E8&PID_681C&MI_01
;
仅供参考,设备管理器 ID 为:
USB\VID_04E8&PID_681C&REV_0224
USB\VID_04E8&PID_681C)
将三星手机置于 USB 调试模式后,驱动程序安装“正常”...我在设备管理器中的“Android Phone”下看到一个新条目(“Android ADB Interface”),
但是,当我运行 时 。
,手机未显示为可用设备(列表为空)。
我尝试在任务管理器中结束 adb 进程,但没有成功
。我还缺少什么吗?
我运行的是 Windows 7 64 位,在程序文件 X86 文件夹中安装了 Eclipse 和 Android SDK。
I created an Android App in Eclipse that I'd like to test on my Samsung Intercept phone.
I downloaded the Windows ADB USB driver from Google and added the following lines to the android_winusb.inf based on the values found in Device Manager for my Samsung Intercept phone (based on other posts in this forum):
;SAMSUNG_Android
%SingleAdbInterface% = USB_Install, USB\VID_04E8&PID_681C
%CompositeAdbInterface% = USB_Install, USB\VID_04E8&PID_681C&MI_01
;
(FYI the Device Manager Ids are:
USB\VID_04E8&PID_681C&REV_0224
USB\VID_04E8&PID_681C)
After putting the Samsung phone in USB Debug mode, the drivers installed 'fine'... I'm seeing a new entry ("Android ADB Interface") in Device Manager under "Android Phone".
However, when I run <sdk>/tools/adb devices
, the phone is not showing up as an available device (the list is empty).
I tried ending the adb process in Task Manager, but this was not successful.
Is there anything else that I'm missing?
I'm running Windows 7 64 bit, installed Eclipse and Android SDK in the program files X86 folder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此页面似乎有设置说明带有 SDK 的手机,以及截图。 注意:我尚未测试这些说明,因为我不拥有该手机。
This page seems to have instructions for setting up that phone with the SDK, and for taking screenshots as well. Note: I have not tested these instructions as I do not own that phone.
您可以尝试在 Linux 虚拟机中使用手机。 VirtualBox 免费供个人、评估和教育用途。任何现代 Linux 发行版都应该支持几乎所有开箱即用的 Android 手机,当然前提是安装了 SDK。如果您是 Linux 新手,请尝试 Ubuntu。我自己偏爱 Fedora。只需从 USB 设备菜单将手机连接到虚拟机即可。这不是最好的解决方案,但它应该有效。
You could try using the phone in a Linux VM. VirtualBox is free for personal, evaluation, and educational use. Any modern Linux distro should support almost any android phone out of the box, provided the SDK is installed of course. If you are new to Linux, try out Ubuntu. I'm partial to Fedora myself. Just attach the phone to the VM from the USB devices menu. It's not the best solution, but it should work.