OK. I've managed to make it work, using a different thread explained by digit (Thanks Digit !) For the sake of future developers, here is what I've done to make it work: (2 emulators, same host, Linux, M5 SDK, TCP/IP example)
1. On the server side emulator, I've binded it to 10.0.2.15:4444 2. telnet to the server side emulator console port. (Remember that you can use adb devices to retrieve the actual emulator port, and the console port should be the emulator "port - 1". So if your emulator instance port shows 5555, your console port is 5554). 3. After telnet localhost 5554 (can be different port, please note.), I've typed: redir add tcp:4445:4444 4. Verify it with redir list. You should be getting something like: tcp:4445 => 4444 5. Connect your emulator client side to : 10.0.2.2:4445 and you should be able to establish TCP/IP connection. Thanks, Kobi. --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

