[android-developers] Connecting a OTG enabled phone to a USB device that is not handled by the OS (i.e. not a keyboard, mouse or mass storage device) -

2012-10-04 Thread Eduardo Alperin
I created a small USB device and expected the Android phone to provide some kind of feedback when the device is connected and there is no app that receives the intent that is created. The following facts were noticed: (b) Even if a new devices connection appears in the logs Android doesn't

Re: [android-developers] Connecting a OTG enabled phone to a USB device that is not handled by the OS (i.e. not a keyboard, mouse or mass storage device) -

2012-10-04 Thread Tux Leonard
I am using a USB to Serial adapter on my Samsung Nexus phone (Jelly Bean) and it works fine. I use the Slick USB 2 Serial Terminal application and the device gets detected and works. At the moment I write my own example to send and recive messages over RS232 but it's just at the beginning. Up to