Délisson Junio
Délisson Junio

Reputation: 1308

Are Android USB drivers interchangeable?

i'm a beginner programmer, and i'm trying to start coding with android. I already set up my IDE(Eclipse), the SDK and all that, but I can't find a driver for my device. It's a Kocaso tablet, model M760. My question is, is the hardware on some tablets similar enough for the drivers to be interchangeable or no? Oh, and if someone knows where i can find a USB driver for that tablet, please give me a link? I promise I already searched on a lot of places ):

Thanks in advance, and sorry if this isn't the right site, I though it would be better than android power users :(

Upvotes: 3

Views: 3509

Answers (4)

BobG
BobG

Reputation: 1

On my M752, I was able to force it to use the "Android Sooner Single ADB Interface" from Motorola, v 1.2.14.0 dated 11/25/2012. That seems to work OK so far for USB device ID = USB\VID_18D1&PID_0007&REV_0230&MI_01

That's a Google USB Vendor ID, so I was surprised to NOT find a match for the USB device ID in the latest Google USB drivers package [Android SDK Manager tool, extras, Google USB Driver revision 7.]

For lots of OEM drivers, see the page at:

http://developer.android.com/tools/extras/oem-usb.html#Drivers

Upvotes: 0

Chris
Chris

Reputation: 56

you can root the tablet using these instructions;

http://www.androidtablets.net/forum/ice-cream-sandwich/44223-rooting-kocaso-m760.html

hopefully that will help you progress your work.

Upvotes: 4

Andy Harris
Andy Harris

Reputation: 938

I had a similar problem with my tablet. After some research, I found the company that produces your tablet is Global Phoenix Computer Technologies Solutions. The website for their mid-size tablets (yours) is http://www.mymidpad.com. I found the User Manual for your tablet there under Downloads, but nothing else. Here is their contact information: http://mymidpad.com/contactus.html. Send off an email or give them a call, and hopefully they can help you. Sorry I couldn't be of more help.

Edit: I doubt the Google USB drivers will work for you. They didn't for my Archos tablet. This website lists the short list of supported devices, mainly big names. Your device is definitely not one of these big names, so you'll probably need drivers from GPCTS directly.

Upvotes: 0

Philip Sheard
Philip Sheard

Reputation: 5825

In my experience the drivers are fairly generic, and therefore interchangeable. There is a USB driver in the SDK that will suit most needs, but there is a gotcha. You have to install it in the SDK, and then go in to the android SDK folder to install it in Windows.

Upvotes: 0

Related Questions