Determine the Hardware IDs
- On Windows 7, open up the Device Manager. Right click on My Computer, then choose Properties and finally Device Manager.
- Right click on the *tenderloin* name under the Other devices node. Choose Properties.
The Properties dialog appears. - Click the Details tab. Choose Hardware Ids from the Property combo box.
- Note down or copy the two IDs.
USB\VID_0BB4&PID_6860&REV_0227&MI_01
USB\VID_0BB4&PID_6860&MI_01 - Close the Properties dialog.
Add the Hardware Ids to the SDK's USB driver configuration file
- Use a text editor to open up the SDK file android_winusb.inf. This is located under the [Android SDK]\extras\google\usb_driver\ folder.
- Locate the section titled [Google.NTx86]. Add in the hardware IDs determined previously under that section.
; HP Touchpad
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_6860&REV_0227&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_6860&MI_01 - Locate the section [Google.NTamd64] and type in the same hardware IDs as the previous step.
- Save and close the text editor.
Install the driver
- In the Device Manager, right click on the *tenderloin* name under the Other Devices node. Choose Update Driver Software.
The Update Driver Software dialog appears. - Choose Browse my computer. Click Next.
- Click Browse. Choose the folder [Android SDK]\extras\google\usb_driver\. Click Next.
The driver should be installed. If not, then you can try to choose from the list of drivers instead. - Choose Let me pick from a list of device drivers.
The Update Driver Software dialog appears. - Choose Android Device. Click Next.
- Choose Android ADB Interface. Click Next.
The driver is installed. - To verify, open the Device Manager.
The Android Device node shows the Android ADB Interface child node.
The ADB devices command can now detect the connected HP Touchpad device, as shown below.
No comments:
Post a Comment