Re: [android-developers] Reg: Android Emulator Ports & Network

2011-08-05 Thread Kostya Vasilyev
and if the application expects incoming TCP/IP connections (initiated from the Internet, directed at a server socket running on an Android device) it has a really good chance of not working at all when deployed on a real device, or more precisely, on a real cellular carrier network (Wi

Re: [android-developers] Reg: Android Emulator Ports & Network

2011-08-05 Thread David Turner
On Fri, Aug 5, 2011 at 6:38 AM, Aluvala Suman wrote: > Hi All, > > I am writing an application which chooses the ports randomly, so when > server is replying with response, i observe in wireshark that, its saying > "Destination Port Unreachable". > > As the port is choosen at the runtime , i am no

[android-developers] Reg: Android Emulator Ports & Network

2011-08-05 Thread Aluvala Suman
Hi All, I am writing an application which chooses the ports randomly, so when server is replying with response, i observe in wireshark that, its saying "Destination Port Unreachable". As the port is choosen at the runtime , i am not able to add the port redirection, "redir" command by the time s