[android-developers] Re: USBConnection: bulkTransfer OUT = after sending 10-15 x Data's every 4 seconds = USB is disconnected, every time.

2013-07-08 Thread al
You may be missing a call to UsbDeviceConnection.claimInterface(). Am Donnerstag, 4. Juli 2013 05:44:51 UTC+2 schrieb AndroidYourself: I have a problem, I've connected an USB CSR BT Dongle to my Acer A210 Android Device and all is working fine, I can receive endless data without problems.

[android-developers] Re: USBConnection: bulkTransfer OUT = after sending 10-15 x Data's every 4 seconds = USB is disconnected, every time.

2013-07-08 Thread AndroidYourself
Thanks for your hint, but this makes no difference. Am Montag, 8. Juli 2013 10:21:50 UTC+2 schrieb al: You may be missing a call to UsbDeviceConnection.claimInterface(). -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: USBConnection: bulkTransfer OUT = after sending 10-15 x Data's every 4 seconds = USB is disconnected, every time.

2013-07-07 Thread Giuseppe
all code please. -- -- 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

[android-developers] Re: USBConnection: bulkTransfer OUT = after sending 10-15 x Data's every 4 seconds = USB is disconnected, every time.

2013-07-07 Thread AndroidYourself
UsbDeviceConnection usbConnection = usbManager.openDevice(device); UsbInterface usbInterface = device.getInterface(0); UsbEndpoint usbEndpointIN = null; UsbEndpoint usbEndpointOUT = null; for (int e = 0; e usbInterface.getEndpointCount(); e++) { UsbEndpoint ep =

[android-developers] Re: USBConnection: bulkTransfer OUT = after sending 10-15 x Data's every 4 seconds = USB is disconnected, every time.

2013-07-05 Thread AndroidYourself
No one has this issue? -- -- 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