问题描述
我一直在尝试了几个小时了,并全部命中发现谷歌的网站,但我不能让Android的USB驱动程序在我的XP箱子跟我的新的Xperia X10A。我发现,某种灵魂贴线,并已联合反复,但他们不为我工作。我们的想法是将它们添加到 Google.NTx86
和 Google.NTamd64
的路段 android_winusb.inf
文件:
I've been trying for a couple hours now, and have hit all of the sites Google found, but i cannot get the Android USB driver on my XP box to talk to my new Xperia X10a. I found the lines that some kind soul posted, and has been syndicated repeated, but they don't work for me. The idea is to add them to the Google.NTx86
and Google.NTamd64
sections of the android_winusb.inf
file:
;Xperia X10
%SingleAdbInterface% = USB_Install, USB\VID_0FCE&PID_E12E
%CompositeAdbInterface% = USB_Install, USB\VID_0FCE&PID_E12E&MI_01
我尝试了许多的第一行,包括索尼爱立信X10A
,这就是XP中显示我在这两个发现新硬件向导和设备的变化经理,但没有运气。其结果是始终不变的。下面是我的步骤:
I tried a number of variations of the first line, including Sony Ericsson X10a
, which is what XP shows me in both the "found new hardware" wizard and the device manager, but no luck. The result is always the same. Here are my steps:
- 在通过USB插上手机
- 在发现新硬件向导出现
- 选择否,暂时不和下一个
- 选择从列表或指定位置安装...和下一个
- 选择搜索最佳驱动程序...,勾选包括这个位置......,并浏览在Android SDK安装了usb_driver文件夹中。点击下一步
它做一个快速搜索,然后说:无法安装这个硬件,......因为向导找不到必需的软件。
It does a quick search and then says "Cannot install this hardware", "... because the wizard cannot find the necessary software".
我尝试更多的东西,我可以现在回忆起来,包括删除注册表项,但它只是将无法正常工作。任何帮助将是pciated此时AP $ P $。
I've tried more things that i can recall now, including deleting registry entries, but it just won't work. Any help would be appreciated at this point.
推荐答案
我知道了。 (顺便说一句,原来android_winusb.inf信息来自用户Kirrrilka在Android开发谷歌集团,所以非常感谢他。)
I got it. (BTW, the original android_winusb.inf information came from user Kirrrilka on the android dev google group, so many thanks to him.)
都在android_winusb.inf为XPERIA X10A手机的正确条目如下:
The proper entries in the android_winusb.inf for the xperia x10a phone are as follows:
%SingleAdbInterface% = USB_Install, USB\VID_0FCE&PID_D12E
%CompositeAdbInterface% = USB_Install, USB\VID_0FCE&PID_D12E&MI_01
即。的PID是D12E而不是E12E。我发现这个信息通过进入XP的设备管理器(我的电脑 - >属性 - >硬件 - >设备管理器),发现设备(我不记得它以前被称为存在,但它有一个大的黄色问号图标),右击打开属性,详细信息选项卡,并查看设备实例ID。我希望与尚不支持的新手机这些信息帮助其他。
I.e. the PID is "D12E" instead of "E12E". I found this information by going to the XP Device Manager (My Computer -> Properties -> Hardware -> Device Manager), finding the device (i don't recall what it was called there before, but it had a big yellow question mark icon), right-clicking for properties, details tab, and looking at the "device instance id". I hope this information helps other with new phones that are not yet supported.
问候,米@
这篇关于Android的USB驱动程序的Xperia X10A的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!