Http request timed out only in GPRS/EDGE environment in Android phone
Posted
by virsir
on Stack Overflow
See other posts from Stack Overflow
or by virsir
Published on 2010-06-02T08:00:25Z
Indexed on
2010/06/02
8:03 UTC
Read the original article
Hit count: 247
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?
© Stack Overflow or respective owner