Java 应用程序可以在 Android 2.2 设备上使用 USB Host 吗?
我有Archos 101互联网平板电脑,具有USB主机模式,但它的Android版本只有2.2.1。正如我在这里读到的 http://developer.android.com/guide/topics/usb /index.html ,Android 从 3.1 版本到 2.3.4 都有 USB API。 Java 应用程序有什么方法可以通过 USB 在此类设备上与 2.2 进行通信吗?
I have Archos 101 Internet tablet which has USB host mode, but it's Android version is only 2.2.1 . As I read here http://developer.android.com/guide/topics/usb/index.html , Android has USB API from version 3.1 as well as in 2.3.4 . Is is there any way Java application to communicate through USB on such device with 2.2 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能会让您朝着正确的方向开始:
在 android 中使用串行端口 RS-232 ?
您可能需要获取内核源代码,我相信 Archos 通常会在设备上市后不久发布该源代码。从您的设备上获取当前的 config.gz,找出您可能需要的内核模块并重新编译。祝你好运!
This might get you started in the right direction:
using serial port RS-232 in android?
It's likely you will need to get your hands on the kernel source which I believe Archos usually publishes shortly after a device hits the market. Grab the current config.gz off your device and figure out what kernel modules you may need and recompile. Good luck!