I keep seeing people struggle with problems when connecting their handset to a Windows PC by USB cable. So here I am trying to give some more explanation about the Windows drivers stuff on OMC/ZTE Skate. Hope it will help you sort out the driver issue especially the annoying "waiting for device" message.
Basically there are two kinds of Windows drivers for Skate. One is an executable file from ZTE, named Handset_USB_Driver.exe. This file will appear in a virtual CDROM which is automatically mounted the first time you connect your phone to a PC (as long as your phone still got the stock firmware on). I also uploaded the driver to
http://www.multiupload.com/BQ7VQOQA4L .(
NEW LINK) Since it’s an exe file, you just need to run it and the driver will be automatically installed. Once you installed it, your phone should be able to work in normal mode and FTM mode.
On the other hand, when you are trying to flash the superboot or recovery (clockworkmod or stock one) by the ADB tool you need another driver from Google. I ripped it from Google Android SDK and uploaded it to
http://www.multiupload.com/71A1OXUPYI (
NEW LINK) . Unfortunately this one is not an exe file, which means you need to install the driver manually. And to make things worse, you will have to select which driver to install as Windows will not do it for you. If you are stuck in bootloader mode, where you only have the green Android logo on the phone screen and "waiting for device" message on Windows Command Prompt, I will take Win7 as an example to show you how to manually install the driver. Open device manager and find the unrecognised device called Android Phone ---> in its driver tab click update driver---> choose to browse my computer for driver ---> choose to pick from a list of device drivers and then select all device --->click have disk --->browse to the folder where you extracted Google driver to --->Select "Android Bootloader Interface" and then click next. Now the driver for bootloader mode should be successfully installed.
Note: The windows driver is for both 32 bit and 64 bit OS. The manual installation process for Vista could be slightly different but very similar.
UPDATE
If you are installing Google SDK driver in Windows XP, you need to add following section into android_winusb.inf ( Many Thanks to dadcore)
;ZTE Skate
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_D00D
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_D00D&MI_01
OR you can just download & overwrite the original android_winusb.inf with the one in attachment.
android_winusb_Skate_WinXP.zip 1.23K
920 downloads
Edited by xiaoyaoswim, 02 April 2012 - 12:58 PM.