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