Http request timed out only in GPRS/EDGE environment in Android phone
- by virsir
I am developing an Android app, it will connect to the internet to load some data back.
I tested it with WIFI and it works well. But when I switched to use EDGE/GPRS, it always timed out, I have set a big timeout parameter for httpclient, but it did not help.
Anyone have experienced this before?