[android-developers] Re: My application works over WiFi but fails over GPRS

2010-08-17 Thread Sarwar Erfan
If the port is blocked by mobile operator, then also there will be timeout exception. Why don't you use HTTP (port 80) on your server side? If a single port is kept unblocked by mobile operator, it should be 80. Regards Sarwar Erfan On Aug 18, 7:41 am, Jenus Dong wrote: > From the log,  the re

Re: [android-developers] Re: My application works over WiFi but fails over GPRS

2010-08-17 Thread Jenus Dong
>From the log, the reason is possible timeout. Cause WIFI used to connect fastly, GPRS is limited with low speed. So you could try to use much longer timer to connect the server. Hope it did work. On Wed, Aug 18, 2010 at 12:27 AM, alan wrote: > Which port are you tring to connect to? maybe your

[android-developers] Re: My application works over WiFi but fails over GPRS

2010-08-17 Thread alan
Which port are you tring to connect to? maybe your mobile provider is blocking that port. On Aug 17, 10:02 am, Asif k wrote: > Hi all, > > I am developing a social Networking application and it works fine over > WiFi but tried the same over GPRS it gives following Exception, > > 08-17 13:55:05.40