Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9291143
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T20:34:48+00:00 2026-06-18T20:34:48+00:00

I try to download a file from a mobile device. The mobile is connected

  • 0

I try to download a file from a mobile device. The mobile is connected by wifi, and sometimes, the mobile change of location, and so connect to another wifi. For the download, I use :

    final URLConnection ucon = url.openConnection();
    ucon.setReadTimeout(10000);
    ucon.setConnectTimeout(10000);
    final InputStream inputStream = ucon.getInputStream();
    final BufferedInputStream bis = new BufferedInputStream(inputStream);

And after bis.available() and bis.read() to get data until byte count > ucon.getContentLength().

I expected an (IO)Exception (or a TimeoutException at least) when the wifi connection changes, but nothing.

In an other class, I check the Network connection (with a BroadcastReceiver), and I see the events disconnect/connect normally.So, I can use the broadcast receiver to stop and restart the download, but I think it’s not the best way to do that.

Have you any idea to get an Exception in this case ?

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T20:34:49+00:00Added an answer on June 18, 2026 at 8:34 pm

    I believe it might not be possible to get an exception/error in this case, at least not reliably.

    The peer is basically not available, so you won’t receive any data anymore. If you won’t send data (which does not happen if you use a HTTP download), nothing will ever happen as long as you don’t implement your own timeout.

    So I would go for your way of listening for network change events.

    Further note:

    The problem is, for a TCP connection, you (or the OS) can only detect errors:

    • if you send data and there is not ACK coming back from the other side
    • if the other side sends a RST or something similar.

    If the other side is gone (or unreachable, in your case) and you don’t send data, you can therefore not detect an error (only via your own timeout).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my PHP code I try to download a file from a URL starting
I use the DownloadManager to download a xml file from a URL. Then I
When I try to download a file from TFS version control SDK to my
In my Android App when I am try to download image file from Amazon
I am trying to download a file uploaded from a location on server. Here
I'm trying to download a file from a url. I try two approachs but
I try to download file from the internet with this method: try { URL
I want to download a file from another server with save as dialog box...
I am allowing users to download a file from another server just by giving
I try to download a zip file to android and then extract the zip

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.