android adb driver can not work on WINDOW XP, it take me 1 hour to fix it up

Modify the driver's android_winusb.inf file to include records for this specific phone, as follows:
 
[Google.NTx86]
; HTC Hero
%SingleAdbInterface%        = USB_Install, USB/VID_0BB4&PID_0C9A
%CompositeAdbInterface%     = USB_Install, USB/VID_0BB4&PID_0C9A&MI_01
%SingleBootLoaderInterface% = USB_Install, USB/VID_0BB4&PID_0C9A
 
The "PID_0C9A" record is specific to your phone model.  You can determine it by hitting the [Properties] tab in the device manager for your Android Phone.  Save this new file to the driver folder and re--install the driver.  

and then restart window xp. it will be OK.

你可能感兴趣的:(android,xp,properties,manager,include,file)