简体   繁体   English

将HTC Nexus One连接到PC

[英]Connect HTC Nexus one to a PC

Using the command prompt i want to check if my HTC nexus one is connected to the pc using the "adb devices" command. 使用命令提示符,我想使用“ adb devices”命令检查我的HTC nexus one是否已连接到PC。

I have installed all the available packages for the Android SDK including Usb Driver package, revision 4 and i have the USB debbuging enabled. 我已经为Android SDK安装了所有可用的软件包,包括USB驱动程序软件包,修订版4,并且启用了USB调试功能。

I would like to change it to Usb Driver package Revision 3 since i have Nexus one. 我想将其更改为Usb Driver package Revision 3,因为我有Nexus One。 On the available packages i can find only the revision 4. How can i change it back to 3 and maybe this will fix the problem? 在可用的软件包中,我只能找到修订版4。如何将其更改回3,也许可以解决此问题?

Can you please help me to find out what the problem is and how to solve it, so by using "adb devices" command i can be able to see my HTC Nexus one. 您能否帮助我找出问题所在以及如何解决,所以通过使用“ adb devices”命令,我可以看到我的HTC Nexus。

Thank you. 谢谢。

You can try: 你可以试试:

Go to My Computer> Open Control Panel> Device Manager> Disk Drives 转到我的电脑>打开控制面板>设备管理器>磁盘驱动器

Then right click on "Google, Inc.Nexus One USB Device" 然后右键单击“ Google,Inc. Nexus One USB设备”

Update Driver Software 更新驱动程序软件

Choose the option “Browse my computer for driver software” 选择选项“浏览我的计算机以获取驱动程序软件”

Put the path (C:\\Program Files\\Eclipse\\android-sdk-windows\\google-usb_driver) 放置路径(C:\\ Program Files \\ Eclipse \\ android-sdk-windows \\ google-usb_driver)

Click next. 点击下一步。

I hope this will help you.. 我希望这能帮到您..

Read this page and follow the steps 阅读此页并按照步骤进行

http://developer.android.com/guide/developing/device.html#setting-up http://developer.android.com/guide/developing/device.html#setting-up

In archlinux I have: 在archlinux中,我有:

SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666"
SUBSYSTEM=="usb",ATTR{idVendor}=="04e8",ATTR{idProduct}=="681c",SYMLINK+="android_adb"
SUBSYSTEM=="usb",ATTR{idVendor}=="04e8",ATTR{idProduct}=="681c",SYMLINK+="android_fastboot"

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

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