2011年8月30日火曜日

Altering the ADB USB Drive for Windows so it will Recognize a V5/V7

Procedure
1. Go to Accessories-->Notepad and open the file android_winusb.inf from the directory \android-sdk-windows\usb_driver
2. Insert both of the highlighted sections inside the android_winusb.inf file as shown:
[Google.NTx86]
;
;Google NexusOne
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02&MI_01
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_4E11
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E12&MI_01
;
;SmartQ MID
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_DEED
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_DEED&MI_01
;
[Google.NTamd64]
;Google NexusOne
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02&MI_01
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_4E11
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E12&MI_01
;
;SmartQ MID
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_DEED
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_DEED&MI_01
;
[USB_Install]
3. Save the file and exit Notepad
4. Boot your device into Android
5. Open a command prompt window by using the command "cmd" in the Run dialog from the Start button menu on Windows XP, On Vista and Windows 7, type "cmd" in the search box and it will have the same results
6. From the command prompt enter: cd c:\android-sdk-windows\tools
7. From the command prompt enter: adb usb to ensure that adb deamon is running in backround.
8. Connect the device to your PC. Your computer should now recognize your device as Android Phone with Android Composite ADB Interface.
9. From the command prompt enter: adb devices to make sure that the device is connected.

http://www.smartqmid.com/wiki/index.php?title=Altering_the_ADB_Driver

0 件のコメント:

コメントを投稿