[android-developers] Server/Client in different machines

2009-04-07 Thread Lillian Brandão
already done a client/server application that communicate between differente machines? Thanks in advance, Lillian Brandão. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: Server/Client in different machines

2009-04-07 Thread Lillian Brandão
I've already done at the server machines: redir add tcp:7000:7000. -- Lillian Brandão On Tue, Apr 7, 2009 at 8:47 AM, Ask asifk1...@gmail.com wrote: Have you done port forwarding at server machine?? Any message which is coming to the server should be redirected towards the emulator port

[android-developers] Re: Run two android instances on the same host and comunicate betwen them using socket

2009-02-06 Thread Lillian Brandão
Hi, I read this old email and I have the same problem. Now, anyone knows how to do it? I need more instances of the emulator in the same machine or some method to start many emulators and configure them to comunicate with each other. Thanks in advance, Lillian Brandão. On Thu, May 8, 2008 at 2

[android-developers] Emulators

2008-11-17 Thread Lillian Brandão
this? My application is already configured like LAUNCHER. Thanks in advance. Lillian Brandão --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: Getting database access from service

2008-11-01 Thread Lillian Brandão
Hi Mark, Thaks a lot! Now it's working fine! About the activity (method managedQuery), I made a mistake. It's not necessary. Using DatabaseHelper to get a SQLiteDatabase instance is enough for me. Thanks for the valuable help, Lillian Brandão. On Sat, Nov 1, 2008 at 10:16 PM, Mark Murphy