[android-developers] Re: SocketTimeoutException: Read Timed Out Occurs Only via Mobile

2010-06-02 Thread opok
Hello, I have the same issue, and it occurs only in mobile network not wifi, very strange. Can you tell me what exactly you did to fix that? On May 12, 6:33 am, Jeffrey jeffj...@gmail.com wrote: I've been experiencing something similar using HttpClient (also using URLConnection):

[android-developers] Re: SocketTimeoutException: Read Timed Out Occurs Only via Mobile

2010-05-11 Thread Jeffrey
I've been experiencing something similar using HttpClient (also using URLConnection): java.net.SocketTimeoutException: The operation timed out The quick fix seems to be retrying the connection, but I'd like to think there's a better way of handling it. On May 4, 1:26 am, Paul Tongyoo