简体   繁体   English

无法识别来自三星Intercept的USB设备 <sdk> / tools / adb设备

[英]USB device for Samsung Intercept not recognized from <sdk>/tools/adb devices

I created an Android App in Eclipse that I'd like to test on my Samsung Intercept phone. 我在Eclipse中创建了一个Android应用,希望在我的Samsung Intercept手机上进行测试。

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): 我从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
;

(FYI the Device Manager Ids are: (仅供参考,设备管理器ID为:

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". 将三星手机置于USB调试模式后,驱动程序安装为“精细” ...我在“ Android手机”下的设备管理器中看到一个新条目(“ Android ADB接口”)。

However, when I run <sdk>/tools/adb devices , the phone is not showing up as an available device (the list is empty). 但是,当我运行<sdk>/tools/adb devices ,电话未显示为可用设备(列表为空)。

I tried ending the adb process in Task Manager, but this was not successful. 我尝试在任务管理器中结束adb进程,但这未成功。

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. 我正在运行Windows 7 64位,在程序文件X86文件夹中安装了Eclipse和Android SDK。

This page seems to have instructions for setting up that phone with the SDK, and for taking screenshots as well. 该页面似乎具有使用SDK设置该手机以及获取屏幕截图的说明。 Note: I have not tested these instructions as I do not own that phone. 注意:由于我不拥有该电话,因此我尚未测试这些说明。

You could try using the phone in a Linux VM. 您可以尝试在Linux VM中使用电话。 VirtualBox is free for personal, evaluation, and educational use . VirtualBox 是免费的,可用于个人,评估和教育用途 Any modern Linux distro should support almost any android phone out of the box, provided the SDK is installed of course. 只要安装了SDK,任何现代的Linux发行版都应该几乎支持所有的android手机。 If you are new to Linux, try out Ubuntu . 如果您不熟悉 Linux,请尝试Ubuntu I'm partial to Fedora myself. 我本人也喜欢Fedora Just attach the phone to the VM from the USB devices menu. 只需从USB设备菜单将手机连接到VM。 It's not the best solution, but it should work. 这不是最好的解决方案,但它应该可以工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM