简体   繁体   English

如何将Lenovo IdeaPad S6000连接到Windows 7(64位)

[英]How do I connect a Lenovo IdeaPad S6000 to Windows 7 (64-bit)

Lonovo does not appear to provide any drivers for the ADB Interface and Google's USB Drivers do not support the Lenovo IdeaPad. Lonovo似乎没有为ADB接口提供任何驱动程序,而Google的USB驱动程序也不支持联想IdeaPad。 How do I get the ADB Interface installed? 如何安装ADB接口?

You will first need the Device IDs of the IdeaPad. 您首先需要IdeaPad的设备ID。 You can find these in the Device Manager, by right clicking on "IdeaPad S6000" under "Other Devices". 您可以在设备管理器中找到这些,方法是右键单击“其他设备”下的“IdeaPad S6000”。 Select the "Details" tab and choose the "Hardware Ids" Property. 选择“详细信息”选项卡,然后选择“硬件ID”属性。 In my case these were the two values (though searching for these steps online has led to many other slight variations): 在我的情况下,这些是两个值(虽然在线搜索这些步骤导致了许多其他轻微的变化):

USB\VID_17EF&PID_75E0&REV_0255&MI_01
USB\VID_17EF&PID_75E0&MI_01

Then using the Google USB Drivers found in the Android-SDK ( andriod-sdk/extras/google/usb_driver ) look for the file android_winusb.inf . 然后使用Android-SDK中的Google USB驱动程序( andriod-sdk/extras/google/usb_driver )查找文件android_winusb.inf There are two sections defined for device drivers, one (the first) for 32-bit operating systems ( [Google.NTx86] ) and one for 64-bit operating systems ( [Google.NTamd64] ). 为设备驱动程序定义了两个部分,一个(第一个)用于32位操作系统( [Google.NTx86] ),另一个用于64位操作系统( [Google.NTamd64] )。 You will see a series of Google Reference devices (Nexus One, Nexus Q etc.) At the end of these devices add the following three lines: 您将看到一系列Google参考设备(Nexus One,Nexus Q等)。在这些设备的末尾添加以下三行:

;IdeaTab S6000
%CompositeAdbInterface%     = USB_Install, USB\VID_17EF&PID_75E0&REV_0255&MI_01
%CompositeAdbInterface%     = USB_Install, USB\VID_17EF&PID_75E0&MI_01

Save and exit, then attempt to install the the Google OEM USB Driver. 保存并退出,然后尝试安装Google OEM USB驱动程序。 With your Hardware Ids in place Windows 7 should recognized the driver and then the device. 随着硬件ID的到位,Windows 7应该识别驱动程序,然后识别设备。 I have tested this on my Windows 7 desktop and now Appcelerator Titanium and my Android Jelly Bean tablet are talking perfectly together :) I hope this can help anyone else. 我已经在我的Windows 7桌面上进行了测试,现在Appcelerator Titanium和我的Android Jelly Bean平板电脑正在完美地交谈:)我希望这可以帮助其他人。

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

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