Re: [android-developers] Failed to create a UDP Server on Android phone

2010-03-15 Thread pankaj anand
You might need to allow permission in manifest file to enable ur code to create server socket. I am not very sure but this thing worked in my case when i was trying to create a UDP socket. enjoy Pankaj anand On Sat, Mar 13, 2010 at 7:07 AM, Larry wrote: > I have tried many tests on how to c

Re: [android-developers] Failed to create a UDP Server on Android phone

2010-03-15 Thread pankaj anand
You might need to allow permission in manifest file to enable ur code to create server socket. I am not very sure but this thing worked in my case when i was trying to create a UDP socket. enjoy Pankaj anad On Sat, Mar 13, 2010 at 7:07 AM, Larry wrote: > I have tried many tests on how to cr

[android-developers] Failed to create a UDP Server on Android phone

2010-03-12 Thread Larry
I have tried many tests on how to create a UDP server on android phone. - Devices I was testing: PC (has static public IP over Internet. has a UDP server running) GPhone (it is real phone, not emulator. runs in Tmobile 3G network) - Send a UDP packet from GPhone to PC: [On GPhone:] // create a