3

我是一名初学者程序员,我正在尝试使用 android 开始编码。我已经设置了我的 IDE(Eclipse)、SDK 和所有这些,但是我找不到我的设备的驱动程序。这是一款 Kocaso 平板电脑,型号 M760。我的问题是,某些平板电脑上的硬件是否足够相似,驱动程序是否可以互换?哦,如果有人知道我在哪里可以找到该平板电脑的 USB 驱动程序,请给我一个链接?我保证我已经搜索了很多地方):

在此先感谢,如果这不是正确的网站,我很抱歉,但我认为它会比 android 高级用户更好:(

4

4 回答 4

4

您可以使用这些说明对平板电脑进行根植;

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

希望这会帮助你推进你的工作。

于 2012-11-13T12:58:49.590 回答
0

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.

于 2012-07-21T22:23:59.700 回答
0

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.

于 2012-07-21T22:25:58.440 回答
0

在我的 M752 上,我能够强制它使用 Motorola 的“Android Sooner Single ADB Interface”,v 1.2.14.0,日期为 2012 年 11 月 25 日。到目前为止,对于 USB 设备 ID = USB\VID_18D1&PID_0007&REV_0230&MI_01,这似乎工作正常

这是一个 Google USB 供应商 ID,所以我很惊讶在最新的 Google USB 驱动程序包 [Android SDK Manager tool, extras, Google USB Driver revision 7 中找不到 USB 设备 ID 的匹配项。]

对于许多 OEM 驱动程序,请参阅以下页面:

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

于 2013-04-20T18:56:39.230 回答