Hello
I'm using ANDROID ICS i want to connect my sensor with my ICS device over USB. I had installed driver in system/lib.
and i had edited in init.rc like this
mount usbfs none /proc/bus/usb -o devmode=0666
While i'm trying to run the application i got the following error
usbfs: interface 0 claimed by usbfs while 'my-application' sets config #1
i guess usblp is running so its conflict with my driver how can i block it in android.?
Can any one help me to solve this problem, can make my sensor work.?
Thanks in advance