[android-developers] Re: How to read data from external device using android USB Host Api ?

2012-10-16 Thread German Schwengber
Hola gente, a mi me pasaba algo parecido. Podía crear el UsbManager, pero deviceList.size() me daba 0. Despues de averiguar me entere que el problema no era de mi app, sino de la config del la tablet (superchina A10-MID 7, android 4.0.3). Me di cuenta usando una App gratuita USB Device Info.

[android-developers] Re: How to read data from external device using android USB Host Api ?

2012-10-01 Thread Anupam Jain
hiii firstly check that your devices is connected with usb host, if your devices is connected than print device name and vendor id. after that you send command and check response from your device. Thanks Anupam Jain On Wednesday, 31 August 2011 21:06:43 UTC+5:30, Sam wrote: Hello , I've