[android-developers] Re: A very strange ServerSocket.accept problem

2010-08-03 Thread Ricardo León
The port the device is not open, I have the same problem but i dont know how to open the port, for example in J2ME is Connector.open but I dont know in android. On Aug 3, 10:26 am, Alex Xin xinxi...@gmail.com wrote: Hi Oscar I have no firewall installed.. Alex On Tue, Aug 3, 2010 at

Re: [android-developers] Re: A very strange ServerSocket.accept problem

2010-08-03 Thread Alex Xin
Hi Arjun I'm now trying to implement a Web server, and I use IE and Chrome to connect to my server. On Wed, Aug 4, 2010 at 3:38 AM, Arjun arjunf...@gmail.com wrote: Can you please show some more information from the log cat.. and at the same time need to see the client code where it gets

[android-developers] Re: A very strange ServerSocket.accept problem

2010-08-03 Thread Oscar
Do you have a firewall or something like that, it´s maybe the problem On Aug 3, 8:56 am, Alex Xin xinxi...@gmail.com wrote: Hi, I have asked this question before but no answers, so I post again hope that someone might help me, thank you. I'm now facing a very strange server socket problem,

Re: [android-developers] Re: A very strange ServerSocket.accept problem

2010-08-03 Thread Alex Xin
Hi Oscar I have no firewall installed.. Alex On Tue, Aug 3, 2010 at 11:11 PM, Oscar oscar...@gmail.com wrote: Do you have a firewall or something like that, it´s maybe the problem On Aug 3, 8:56 am, Alex Xin xinxi...@gmail.com wrote: Hi, I have asked this question before but no

[android-developers] Re: A very strange ServerSocket.accept problem

2010-08-03 Thread Arjun
Can you please show some more information from the log cat.. and at the same time need to see the client code where it gets connected to the server port. I think it is sucefully creating the server socket, the problem seems with the client and where client is not polling to the server port.