Hi.
Could you please tell me The IP i.e (10.0.2.2) you have mentioned is Your Matchine's IP or something else. please tell me in details how the Redir command works. and please describe...more abt how we can bind the server side emulator by IP. your first step. Thanks Brijesh On Apr 14, 11:41 pm, kobica <[EMAIL PROTECTED]> wrote: > 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 theserverside emulator, I've binded it to 10.0.2.15:4444 > 2. telnet to theserverside 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.Connectyour 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 -~----------~----~----~----~------~----~------~--~---

