[android-developers] Re: Nexus 7 USB Host - Not able to enumerate device

2012-12-03 Thread log4droid
If the device appears in USB device info Android tab that means that it WILL appear in your app. Because USB Device info uses USB Host to detect devices. On Monday, October 29, 2012 8:06:45 AM UTC, al wrote: HI, first: USB-Host including the USB-Host api works for me on the Nexus 7 - no

Re: [android-developers] Re: Nexus 7 USB Host - Not able to enumerate device

2012-11-12 Thread Kiran Karra
Hi, You are correct. I downloaded the App that you mentioned and my mouse did not show up in the Android column. However, my USB sensor that I want to interface did, so the code worked. Thanks for the App suggestion, it really helped. Kiran On Mon, Oct 29, 2012 at 4:06 AM, al

[android-developers] Re: Nexus 7 USB Host - Not able to enumerate device

2012-10-29 Thread al
HI, first: USB-Host including the USB-Host api works for me on the Nexus 7 - no root required. You could try an app like USB Device Info to validate your hardware setup (usb adapter etc.). I have setup intents and filters, but I also assume they are not necessary if you scan for devices