目前哪些Android平板支持Accessory模式进行ADK开发
不幸的是,我在 Google IO 收到的三星 Galaxy Tab 10.1 不支持配件模式 (http://stackoverflow.com/questions/6355031/how-can-i-get-the-adk-demokit-example-working-on- a-google-io-galaxy-tab-10-1)。目前哪款 Android 平板电脑支持此功能?我在会议上与一位在平板电脑上运行 DemoKit 应用程序的 Google 工程师进行了交谈,但我不知道他使用的是哪一款,以及该设备是否已 root。是否有一款运行 Honeycomb 3.1 的平板电脑可以开箱即用地安装/运行 DemoKit 应用程序,而无需 root?
Unfortunately, the Samsung Galaxy Tab 10.1 I received at Google IO does not support accessory mode (http://stackoverflow.com/questions/6355031/how-can-i-get-the-adk-demokit-example-working-on-a-google-i-o-galaxy-tab-10-1). Which Android tablet currently does? I spoke with one of the Google engineer's at the conference who was running the DemoKit app on a tablet, but I didn't catch which one he was using, and whether that device was rooted or not. Is there a tablet out there running Honeycomb 3.1 that installs/runs the DemoKit app right out of the box without having to be rooted?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
adk 的东西在 Xoom 上运行得很好,现在在 Android 3.2 上。我一直在使用ADK配件模式和USB主机模式,但我还没有root它。 demoKit 工作得很好,尽管 Arduino 端在没有官方 ADK 板的情况下可能会有点棘手(USB 主机屏蔽库)。
The adk stuff runs great on the Xoom, now on Android 3.2. I've been using both ADK accessory mode and USB host mode, and I haven't rooted it. The demoKit works great, although the Arduino-side can be a little tricky (usb host shield libraries) without an official ADK board.
配备更新的 Android 3.2 的三星 Galaxy 10.1 Tab 与 Google ADK 板配合良好。我可以看到所有传感器工作正常。我的问题是让该选项卡与 Arduino Mega ADK 一起使用。
Samsung Galaxy 10.1 Tab with updated Android 3.2 works fine with Google ADK board. I could see all sensors working fine. My issue is to get the tab work with Arduino Mega ADK.
我在 asus eee TF101、android 版本 3.2.1 上得到了简单的演示
我确实有一些奇怪的行为,Android应用程序想要强制退出几次,并且不会立即建立与adk的连接(无法从平板电脑弹出的列表中选择让配件连接到应用程序) ,但是在应用程序和主屏幕之间来回几次之后(通过几个“强制退出”对话框),我确实获得了连接附件(ADK板)以连接到示例应用程序的选项,然后它一切都按要求进行。
我在 Nexus One 手机上确实有同样的行为,所以我猜测我的 SDK 设置中可能有一些不太正确的地方。
I got the simple demo's working on the asus eee TF101, android version 3.2.1
I do have a bit of weir behavior that the android app wants to force quit a few times and the connection to the adk is not made immediately (can't choose to have the accessory connect to the app from a list the tablet pops up), but after a few times back and forth between the app and the home screen (through several 'force quit' dialog boxes), I do get the option to connect the accessory (ADK board) to be connected to the example app and then it all works as wanted.
I do have the same behavior on a Nexus One phone, so I'm guessing there may be something not quite right in my SDK setup.