Thanx, but I've probably explained it in a wrong way. I need to create the data connection between two android emulators running one machine. I am not sure, that's why I need help, 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-programming-into-your-applications/ Any Ideas? -- 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

