Está en la página 1de 8

Installing ADB / Fastboot under windows XP for shelter TC55

With same time keeping ET1 and MC40 working ok.


1) Install Android SDK http://developer.android.com/sdk/
2) Install JDK http://www.oracle.com/technetwork/ja...ase/downloads/
3) Open SDK Manager, and add the Google USB driver


4) Locate the Google USB driver on PC after installing 1) and 2)
i.e C:\adt-bundle-windows-x86-20130522\sdk\extras\google\usb_driver

a) Change android_winusb.inf with VID details.
android_winusb.inf needs to be updated with VID details for MSI TC55 ET1 and MC40
Use the info below in android_winusb.inf on two places.

Put the below text under [Google.NTx86] and under [Google.NTamd64] areas of the
android_winusb.inf file .


;Qualcomm SURF/FFA
%SingleAdbInterface% = USB_Install, USB\VID_05C6&PID_9025
%CompositeAdbInterface% = USB_Install, USB\VID_05C6&PID_9025&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_D00D

;Qualcomm S40
%SingleAdbInterface% = USB_Install, USB\VID_05E0&PID_1E01
%CompositeAdbInterface% = USB_Install, USB\VID_05E0&PID_1E01&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_05E0&PID_1E00

;ES8x
%SingleAdbInterface% = USB_Install, USB\VID_05E0&PID_2100
%CompositeAdbInterface% = USB_Install, USB\VID_05E0&PID_2100&MI_00
%SingleBootLoaderInterface% = USB_Install, USB\VID_05E0&PID_2100

;TC55
%SingleAdbInterface% = USB_Install, USB\VID_05E0&PID_2107
%CompositeAdbInterface% = USB_Install, USB\VID_05E0&PID_2107&MI_00
%SingleBootLoaderInterface% = USB_Install, USB\VID_05E0&PID_2107

;ET1
%SingleAdbInterface% = USB_Install, USB\VID_05E0&PID_1E00
%SingleAdbInterface% = USB_Install, USB\VID_05E0&PID_1E01
%CompositeAdbInterface% = USB_Install, USB\VID_05E0&PID_1E01&MI_01

;MC40
%SingleAdbInterface% = USB_Install, USB\VID_05E0&PID_1E01
%CompositeAdbInterface% = USB_Install, USB\VID_05E0&PID_1E01&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_05E0&PID_1E00


b) change adb_usb.ini file with Moto ID.

Add following inside the file called adb_usb.ini under the existing text.
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
0x05E0
c) Add adb path to your computer.
Right-click the Computer icon on your desktop, and go to Properties.
Under System Properties, go to the Advanced tab, and click Environment Variables.
The system variables are contained within the lower pane. Locate Path here,
highlight it, and click the Edit button.









add the following text (assuming that you have chosen C:\adt-bundle-windows-x86-
20130522\sdk\platform-tools as the folder where it is installed.
( Make sure to separate using semi colon.)
Click OK.

5) Android Composite ADB Interface Driver
First, enable USB Debugging in your phone:



6) Plug your USB cable, you will notice in Device Manager the failed driver notice:


See Explanation mark. Press install driver.


Install from specific location. Select Android driver path you used.


Follow the progress. Android ADB interface installed OK.



You can go back to Device Manager and check there.


Your ADB folder is now configured, and you can run both ADB and Fastboot commands from
anywhere in command prompt. To verify, connect your Android device to PC with USB
Debugging enabled, launch a command prompt window, and type adb devices (without
quotes). The daemon will start up, and all connected devices will be listed.





Check if Path is set ok on your pc. Check if ADB recognizes device OK.




Fastboot Boot Mode.

Bring device into fastboot mode and
Plug your USB cable, you will notice in Device Manager the failed driver notice:
Repeat the steps.




Fastboot should be working then.
Sample of Fastboot OS update TC55



Install as MTP device.
Not figured out yet under XP, it works under windows 7.

También podría gustarte