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

--- Begin Message ---
Read up on ADB port forwarding.

You could also I suppose "drive" the adb shell to do things or talk to
stdin/stdout of a program running under it, I think some of the tools
may actually get their data that way, but the port forwards sound like
a better concept in general.

On Sep 14, 8:52 am, Patrick Boos <[email protected]> wrote:
> Goal: Send Data from the phone to the computer (and the other way)
> using only the USB cable. We need this to synchronize data between the
> a program on the android phone and a program on the computer. Over
> Wifi is not an option. It has to work over the USB cable.

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


--- End Message ---

Reply via email to