[android-developers] Emulator networking problem

2012-02-24 Thread Robokop
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.

Re: [android-developers] Emulator networking

2010-08-17 Thread Kostya Vasilyev
Loopback is always 127.0.0.1 - by definition. That is a TCP/IP thing, not an Android thing. As for connecting emulators on two systems - I think it's not easy to make it work, if at all possible, since the emulator is likely to NAT its network connections, and traversing a NAT in the inbound direc

[android-developers] Emulator networking

2010-08-17 Thread kypriakos
Hi all, looking over the online guide for the emulator and after some googling i still have some questions on this - the guide focuses on emulator instances running on the same machine. However, I was trying to see how that maps for emulator running in a distributed fashion. If a node A (with IP

[android-developers] Emulator networking (UDP boardcasts)

2009-01-12 Thread blandi
Hi all, i want to implement an android application that searches the local net for upnp devices and interacts with them. The problem is that the "local net" of the emulator is not the same as the local net of my development machine, because the emulator has its own subnet behind a virtual route