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

2009-04-26 Thread Rande Arievilo Moreira
Hi Ask, I'm developing the same application with Lillian. After debugging a little bit, I found out that we're receiving the following exception: java.net.ConnectException: 192.168.0.173/192.168.0.173:7000 - Connection refused 192.168.0.173 is the IP of my machine (the server) in the Local

[android-developers] Unique identifier of an instance (port number)

2008-11-22 Thread Rande Arievilo Moreira
Hi all, I'm trying to get network information using some piece of code like this: ConnectivityManager cm = ConnectivityManager)mActivity.getSystemService (mActivity.CONNECTIVITY_SERVICE); NetworkInfo netinfo = cm.getActiveNetworkInfo(); But, as reported here,