Hello all,


I'm developing application which talks to MTP devices connected to Android 
device. Initially I was testing it on Asus Transformer TF101 and it worked 
as expected. Now I decided to test it on other tablet, namely OVO Air. Both 
are Android 4.0.x devices and OVO Air has OTG capability - usb memory stick 
plugged into it is recognized without problems. Unfortunately my 
application sees no USB devices at all on OVO Air. Following code returns 
empty udevs.

UsbManager manager = (UsbManager) 
getSystemService(Context.USB_SERVICE);HashMap<String, UsbDevice> udevs = 
manager.getDeviceList();

Any ideas why it works so differently? Any drivers missing from OVO Air?

For reference code is available at 
http://protronika.dyndns.org/websvn-public/filedetails.php?repname=MTPBrowser&path=%2Fsrc%2Forg%2Fdyndns%2Fprotronika%2Fmtpbrowser%2FBrowserView.java

Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to