Re: [android-developers] Re: TCP connections from android device as client

2010-07-20 Thread Kostya Vasilyev
Sanju & Sam, This is certainly possible. I think you should check your router configuration - maybe a firewall is blocking the connection. Also double-check your IP addresses with respect to the router's local network setup (IP/mask). -- Kostya 20.07.2010 3:01, Sam Miller пишет: I am hav

[android-developers] Re: TCP connections from android device as client

2010-07-19 Thread Sam Miller
I am having the same issue. This is the line it gets stuck at: Socket socket = new Socket (SERVERIP, SERVERPORT); On Jun 20, 2:11 pm, Sanju wrote: > Hello, > > I am trying to do a simple program where in I need to communicate > between a TCP Server and a client (android device). First I simula

[android-developers] Re: TCP connections

2009-01-22 Thread Coder J
well... i found some basic code with ServerSocket and Socket... and it works fine on emulation with port redirection but as far as the t- mobile network with the g1 it seems to be firewalled. Though not sure about the wifi, you can probably work through that. On Jan 22, 4:24 pm, Michael wrote:

[android-developers] Re: TCP connections

2009-01-22 Thread Michael
> I want to setup a TCP connection between two devices running the > Android OS. Is this possible, If so, please tell me how to accomplish > it. Just like you would with Java on any other platform. Perhaps pick up a Java networking book? --~--~-~--~~~---~--~~ You