ytai / ioio

Software, firmware and hardware of the IOIO - I/O for Android
Apache License 2.0
747 stars 355 forks source link

it seems some mobiles didn't support "com.android.future.usb.UsbManager"? #93

Closed sands321 closed 10 years ago

sands321 commented 10 years ago

hardware:sprk0016 bootloader:ioio0311 app firmware:ioio0400 mobile:xiaomi3 td

i installed HelloIOIO,open the adb,the button control the light doesn't work. then i close the debugging mode,HelloIOIO doesn't work too. but i found the log "NoRuntimeSupportException" about accessory, so i comment it.Then it does work.is this a bug?

public AccessoryConnectionBootstrap() throws NoRuntimeSupportException { // try { // Class.forName("com.android.future.usb.UsbManager"); // } catch (ClassNotFoundException e) { // throw new NoRuntimeSupportException( // "Accessory is not supported on this device."); // } }

ytai commented 10 years ago

A good starting point would be to use the latest software and app firmware. If you still have questions, please raise them on the ioio-users list. I'm trying to keep the issue tracker for actual bugs and feature requests.