[android-developers] Re: Server does not receive message from client

2009-11-26 Thread Pierre Henry
Hi, Your server is up at 10.0.2.15 and the client try to connect to 10.0.2.2 ? On 11 nov, 17:49, Mike88 wrote: > Hello, I have created a simple server and client both on android phone > or emulators. The code is as follows > > Server: > > import java.io.BufferedReader; > import java.io.InputStre

[android-developers] Re: Server does not receive message from client

2009-11-12 Thread Mike88
Hey all, I thought I would ask another time if anyone have an idea about why the server does not receive the file from the client On Nov 12, 3:03 pm, Michael Budas wrote: > Hey does anyone have any idea why the server does not receive the message > that is sent. Your help is much appreciated. >

[android-developers] Re: Server does not receive message from client

2009-11-12 Thread Michael Budas
Hey does anyone have any idea why the server does not receive the message that is sent. Your help is much appreciated. On Thu, Nov 12, 2009 at 1:49 AM, Mike88 wrote: > Hello, I have created a simple server and client both on android phone > or emulators. The code is as follows > > Server: > > im