Hi guys, I need to create the data connection between two android
emulators running one on machine.
I am not sure, but it probably should look like this:

//server start
  adb devices
  adb -s emulator-5554 kill-server
  adb -s emulator-5554 start-server 10.0.2.15:5580

 //redirection
  telnet 127.0.0.1 5554
  redir list
  redir add tcp:8080:5037

 //connection
  adb -s emulator-5556 connect localhost:8080

Then I want to use it with this (socket programming):
http://thinkandroid.wordpress.com/2010/03/27/incorporating-socket-pro...

But it's probably not working properly and I don't know where the
problem is or how test it with simple udp program like this
http://www.helloandroid.com/tutorials/simple-udp-communication-example

-- 
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

Reply via email to