Re: [android-developers] Data transfer over USB between Android host and device

2013-10-22 Thread Siva Kumar
For socket connection via USB tithering u need device driver .it will be provided by vendor of the android device On Oct 22, 2013 1:29 AM, Lew lewbl...@gmail.com wrote: galapogos wrote: Hi, thanks, do you mean this - http://developer.android.**

Re: [android-developers] Data transfer over USB between Android host and device

2013-10-21 Thread galapogos
Hi, thanks, do you mean this - http://developer.android.com/guide/topics/connectivity/usb/index.html ? This might work, but I'm assuming it runs over ADB, and will require ADB drivers on the host. If the host is an Android device or an embedded Linux system on an ARM processor, are there ADB

Re: [android-developers] Data transfer over USB between Android host and device

2013-10-21 Thread Lew
galapogos wrote: Hi, thanks, do you mean this - http://developer.android.com/guide/topics/connectivity/usb/index.html ? This might work, but I'm assuming it runs over ADB, and will require ADB drivers on the host. If the host is an Android device or an embedded Linux system on an ARM

[android-developers] Data transfer over USB between Android host and device

2013-10-20 Thread galapogos
Hi, Is there any protocol that enables data transfer over USB between Android host and devices. I'm not looking for file transfer like adb, but rather data transfer like over a serial port or something, but faster. Thanks! -- You received this message because you are subscribed to the Google

Re: [android-developers] Data transfer over USB between Android host and device

2013-10-20 Thread Siva Kumar
U can use socket connection.there is android API is available On Oct 21, 2013 8:27 AM, galapogos gois...@gmail.com wrote: Hi, Is there any protocol that enables data transfer over USB between Android host and devices. I'm not looking for file transfer like adb, but rather data transfer like