• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. N

    Using android.hardware.usb in host mode

    I haven't been having much success in using the android.hardware.usb package in host mode. Has anyone got this working? Here's what I'm doing: 1) Get the handle to the UsbManager, walk the device list, and select the interface and endpoint I want to communicate with. 2) Obtain permission to...