简体   繁体   English

通过USB进行的Android调试不适用于WM6850平板电脑

[英]Android Debugging by USB not working with WM6850 Tablet

I am developing an Android Application for a client and have run into a problem with the tablet that he wants it to run on. 我正在为一个客户端开发Android应用程序,但遇到了他希望其在平板电脑上运行的问题。 Long story short, I don't think I have the right USB drivers and can't find any applicable ones. 长话短说,我认为我没有合适的USB驱动程序,找不到任何适用的驱动程序。 I have tried to contact the manufacturer but no luck. 我试图与制造商联系,但没有运气。 The tablet is a WM6850 tablet running Android 2.2, I believe. 我认为该平板电脑是运行Android 2.2的WM6850平板电脑。

I have switched it to debugging mode and hit the switches that I needed to hit to allow foreign applications but I still can't see it under adb devices. 我已将其切换为调试模式,并单击了允许外部应用程序所需的开关,但在adb设备下仍然看不到它。 If I switch it to use as a mass storage device, I can see it from Windows Explorer. 如果将其切换为用作大容量存储设备,则可以从Windows资源管理器中看到它。

Does anyone know where I could find USB drivers for this device OR if there is something I have missed to get this device recognized? 有谁知道我在哪里可以找到该设备的USB驱动程序,或者是否缺少我想要识别该设备的东西?

Thanks for your help, if there is any more clarification needed I would be happy to provide. 感谢您的帮助,如果需要进一步澄清,我们将很乐意提供。

-Iain -伊恩

If you are using Linux as your OS you'll need to set the USB device rules in /etc/udev/rules.d 如果您使用Linux作为操作系统,则需要在/etc/udev/rules.d中设置USB设备规则。

So perhaps in Windows you have some USB access permissions issues? 那么也许在Windows中您有一些USB访问权限问题? That was my case on Linux, once I set the rules, then eclipse and ADT were happy bunnies. 这就是我在Linux上的情况,一旦我设定了规则,那么eclipse和ADT就是快乐的兔子。

Hope that helps. 希望能有所帮助。

I've run into a tablet before that seems to only allow for mass storage and not adb connections. 在此之前,我碰到平板电脑似乎只允许海量存储,而不允许adb连接。 One way you can check to see if it has any adb or usb debugging support is to usb it into a mac with the sdk. 您可以检查它是否具有adb或usb调试支持的一种方法是,将其通过sdk插入到Mac中。 OSX and the android sdk work well enough together that no usb drivers are needed to communicate with it. OSX和android sdk可以很好地协同工作,因此不需要USB驱动程序即可与之通信。

I know it doesn't help with your windows box situation, but may save you some trouble if it doesn't support adb connections out of the box. 我知道这对您的Windows Box情况没有帮助,但是如果它不支持开箱即用的ADB连接,可能会为您省去一些麻烦。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM