I am downloading a large size zip file from server. I am getting following
06-11 21:45:18.789: I/System.out(8993): java.net.SocketException: recvfrom failed: ETIMEDOUT (Connection timed out)
My application does not stop, but my downloading stops. This happens on hdpi android mobile specifically saying low processor devices. The downloading works fine on S3 and tablets. I am using simple FileOutputStream method to download the file.