简体   繁体   English

适用于Windows 7的Android USB驱动程序?

[英]Android USB Driver for Windows 7?

On http://developer.android.com/sdk/win-usb.html android Developers lists the instructions for installing their USB drivers for Windows Vista and Windows XP. http://developer.android.com/sdk/win-usb.html上, android Developers列出了为Windows Vista和Windows XP安装USB驱动程序的说明。 But Windows' current OS in Windows 7 - where are are the instructions for that? Windows在Windows 7中的当前操作系统 - 在哪里有说明? (FWIW I'm using Windows 7 64 bit. MY Eclipse and Java tools are 32 bit) (FWIW我使用的是Windows 7 64位。我的Eclipse和Java工具是32位)

BTW, I'm aware that there is lots of 3rd party advice and comment and debate about this all over the web but is there anything official from Android/Google? 顺便说一句,我知道有很多关于第三方的建议,评论和争论,但是有什么官方的Android /谷歌吗?

I have 2 XP systems which work fine with my Droid Incredible after editing android_winusb.inf . 在编辑android_winusb.inf后,我有2个XP系统可以正常使用我的Droid Incredible。

Thanks in advance. 提前致谢。

To fix the USB driver missing I had to see what is the real VID and PID of my android device I edited the windows setup information android_winusb.inf and add a section with the same name & PID & VID. 为了修复缺少的USB驱动程序,我不得不看看我的Android设备真正的VID和PID是什么,我编辑了windows设置信息android_winusb.inf并添加了一个名称与PID和VID相同的部分。

That is what you have to do with unknown product from China. 这就是你与来自中国的未知产品有什么关系。

Android usb driver from their can work for most devices but installing the SDK is a pain. 他们的Android usb驱动程序可以用于大多数设备,但安装SDK是一件痛苦的事。 AndroidSim.net has a nice package pulled from the SDK ready to install. AndroidSim.net从SDK中提取了一个很好的软件包,可以安装。 www.androidsim.net/2009/08/how-to-1-how-to-install-usb-driver-on.html www.androidsim.net/2009/08/how-to-1-how-to-install-usb-driver-on.html

If your droid is HTC one, you can download proper USB driver as long as HTC platform sources from http://developer.htc.com/index.html . 如果您的机器人是HTC,您可以从http://developer.htc.com/index.html下载适当的USB驱动程序,只要HTC平台来源。

USB driver stated under aforementioned link - works well with my Windows 7 x64 上述链接中声明的USB驱动程序 - 适用于我的Windows 7 x64

The HTC Sync application contains the HTC Incredible Windows 7 Driver. HTC Sync应用程序包含HTC Incredible Windows 7驱动程序。 http://www.htc.com/us/support/droid-incredible-verizon/downloads/ http://www.htc.com/us/support/droid-incredible-verizon/downloads/

I don't think there is a solution from Google, because the USB drivers are written by HTC. 我不认为谷歌有解决方案,因为USB驱动程序是由HTC编写的。

If you want usb drivers you must instal HTC Sync ( works for me with my Desire on both win7 x86 and x64) 如果你想要USB驱动程序,你必须安装HTC Sync(在win7 x86和x64上为我的Desire工作)

Edit: The same goes for my Lg Optimus. 编辑:我的Lg Optimus也是如此。

And if you read carefully the link you posted, all the devices are "with Google" phones and/or developer phones. 如果您仔细阅读了您发布的链接,则所有设备都是“使用Google”手机和/或开发者手机。

If i'm understanding you correctly, you're having trouble using usb on windows 7 with eclipse? 如果我正确理解你,你在使用eclipse的Windows 7上使用usb时遇到了麻烦吗? You'll need to install motorolas usb drivers, http://www.motorola.com/Support/US-EN/Support-Homepage/Software_and_Drivers/USB-and-PC-Charging-Drivers . 您需要安装motorolas usb驱动程序, http://www.motorola.com/Support/US-EN/Support-Homepage/Software_and_Drivers/USB-and-PC-Charging-Drivers If you have google usb drivers installed, after restarting, it will install adb. 如果您安装了Google usb驱动程序,重新启动后,它将安装adb。 If not, just re-run the process to install google's drivers and go from there. 如果没有,只需重新运行该过程以安装谷歌的驱动程序,然后从那里开始。

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

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