[android-porting] Re: Interconnecting emulators by network

2010-02-11 Thread bacchus
Hello Dries, I'm currently working on this emulator interconnection and emulator multicast support and I've downloaded your patches and compiled them. Before I try them, I would like to know if you use any special command line arguments to start the emulator, or instead, if this network support i

[android-porting] Re: Interconnecting emulators by network

2010-02-12 Thread Dries Harnie
Hello Bacchus, Great to see some interest! The network support _IS_ built-in, but you need to add the -my-ip option to the emulator argument list so that it creates and initializes the second network interface. If you set up an AVD beforehand, it's as simple as: emulator -avd my_avd -my-ip 10.1.

[android-porting] Re: Interconnecting emulators by network

2010-02-12 Thread bacchus
Hello Dries, I've already read your code. Currently testing it. I'll give you my feedback after finishing the tests. Thank you for the support. Cheers, Bacchus On Feb 12, 2:13 pm, Dries Harnie wrote: > Hello Bacchus, > > Great to see some interest! > The network support _IS_ built-in, but you

[android-porting] Re: Interconnecting emulators by network

2010-02-16 Thread bacchus
Hello Dries, I've already tested your code and it works perfectly. I've noticed that the patch is still waiting for approval. I'm not sure if I'm able to help you in this step, but if so, I would do it as I think that your changes should be included in the official tree in order to be used during

[android-porting] Re: Interconnecting emulators by network

2010-03-11 Thread Alec
I have been able to build these patches into the emulator and such. I have launched two emulators and have checked that both have eth1 interfaces on both. But the two emulators are not able to ping each other (same host). I keep getting "Destination Host Unreachable" Any ideas? On Jan 30, 2:4

[android-porting] Re: Interconnecting emulators by network

2010-03-12 Thread Dries Harnie
On Thu, Mar 11, 2010 at 11:17 PM, Alec wrote: > I have been able to build these patches into the emulator and such. > > I have launched two emulators and have checked that both have eth1 > interfaces on both. > > But the two emulators are not able to ping each other (same host). I > keep getting

[android-porting] Re: Interconnecting emulators by network

2010-03-15 Thread Dan
Hi Dries, Great work on adding the second interface, I too wish I could get this working. Unfortunately, I seem to be having the same problem with all pings trying to use that interface returning destination host unreachable and other connections returning "no route to host" (despite my best effor

Re: [android-porting] Re: Interconnecting emulators by network

2010-02-17 Thread Dries Harnie
On Tue, Feb 16, 2010 at 11:19 PM, bacchus wrote: > BTW: Do you know if we are able to interconnect the emulators, > but instead of being in the same machine,using different machines? > This should work out of the box because my patch uses a multicast socket to connect emulators together. So the