Hi Everyone,

I am looking to implement an Android service that will serve as the
"driver/hardware access" for a device that will connect to the usb
host port. Is there a good framework or example showing how I can make
a service interact with this device? Its not a standard device that
Android already supports other than the fact it connects via usb.

I am able to do this with linux libusb native code already but what
would be the pathway to make this work through the android java
framework?

I want to avoid having to make a kernel level driver for this that is
why I prefer to have this implemented as a service for other apps to
access the device.

thanks,
Ke

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to