I need M57TE drivers for my tablet

nyaznguy

Member
Jul 18, 2011
3
0
Does anyone have these drivers? I dont know if they exist but my computer cant find the right drivers for it and I dont know where to get it.
 

tom_mai78101

Member
Jun 8, 2011
1
0
Assuming you already have Android SDK and its driver files.

Find the driver directory (usb_driver or google-usb_driver)
Make a copy of the
directory, just in case.
Open android_winusb.inf in a text editor

Add
your device to the appropriate section by adding the following lines below
[Google.NTx86] and/or [Google.NTamd64]

;Haipad M701-R
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_DEED
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_DEED&MI_01
Now the driver should be recognized
for your device if you point to it with the driver wizard manual choices
(assuming you know how to do that)

In case your device uses yet another
hardware ID, you can find it in the device manager, open the properties for the
device missing a driver and look into the detail tab for the hardware ID to use
instead of USB\VID_18D1&PID_DEED


Source.
 

muttleychess

Member
Apr 16, 2012
2
0
Thank you, but where can I find driver directory (usb_driver or google-usb_driver) ?, Sorry I am newbie and when connect usb in xp It want driver M57TE
 

tyvy77

Member
Mar 28, 2012
1
0
I need the same driver but for vista. Any assistance for the newbies will be greatly appreciated. Tks!
 
Top