download-manager Questions

0

previously i was using DownThemAll extension on my Firefox. recently i upgraded my firefox to Quantum since DownthemAll does not support latest Firefox do we have any alternative for DownThe...
Melvinmelvina asked 4/12, 2017 at 8:31

2

Solved

I have a use case where, I started downloading a file using android download manager, and in the middle switched off mobile. When I restarted again, the download continued and completed. I got the...
Rabblerousing asked 12/2, 2017 at 6:25

1

I try to perform downloading the file using DownloadManager. Everything works fine except LG devices. Here is my code: private void downloadFile(FileInfo fileInfo) { private DownloadManager manag...
Bourg asked 16/1, 2017 at 14:49

1

Possible duplicate I am downloading large zip files using Android DownloadManager. I have listview that shows list of all zip files and user can tap item to start downloading. Only one item can be...
Zhang asked 31/10, 2016 at 20:4

3

Solved

Here's my problem. I'm trying to download file from my server using download manager intent via Asynctask. in my doInBackground of asynctask class, i was call download manager intent, and doinBackg...
Kristynkrock asked 6/10, 2014 at 4:33

2

I'm developing an app where users are able to download different content packages. For the download process, I'm using the DownloadManager class. That's working fine so far. How can I get the curre...
Whiny asked 19/10, 2011 at 16:40

2

Solved

There's a way to put extras in DownloadManager's intent registered for actionDownloadManager.ACTION_DOWNLOAD_COMPLETE (e.g. receive a boolean value set as extra in the intent)? This is how I...
Gelding asked 31/8, 2015 at 10:56

2

Solved

I'm using DownloadManager to download a file from a webService. The download end successfuly, but when I try to open the new file in the "download" folder I've got this error "Impossible to open fi...
Sternson asked 21/3, 2013 at 14:5

1

My app uses the DownloadManager to download files to a subdirectory of the device's Music folder. DownloadManager.Request request = new DownloadManager.Request(Uri.parse(url)); ... File file = new...

3

I am trying to use the DownloadManager to download large PDF files from my app. I want notifications to be displayed during the download as well as when the download finishes. However setting the v...
Diffusivity asked 29/3, 2012 at 20:46

2

I am using download manager api for downloading large files, and i achieved it too. But the thing is, the notification of downloading progress is showing in status bar. But i want to show the notif...

0

I'm trying to open a file downloaded using DownloadManager. I'm getting the local filename after download is finished. After that I suggest my user to open file (or decline). The method I use for o...

4

Solved

How to request Android download manager to download multiple files at the same time. Also I would like to know each and every file download status.
Alyse asked 23/1, 2012 at 11:37

0

I really want to use android.app.DownloadManager class, also I want to add Pause/Resume ability to my android app. as google said on developer Guide : The download manager (android.app.Download...

1

Solved

Hi I'm facing a little problem here. For updates of my App (that isn't available in Play Store) I download it via DownloadManager to the Donwload directoryof the device. The .apk file is on a ftp s...
Peekaboo asked 27/1, 2015 at 13:14

3

Solved

I have big trouble with NSURLSession when i'll terminate the App. I have downloaded the apple sample: https://developer.apple.com/library/ios/samplecode/SimpleBackgroundTransfer/Introduction/Intro...
Maypole asked 15/10, 2014 at 16:9

3

Solved

I am writing a simple app that would get notified when any download via the Download manager is completed on the android device. I have created a Broadcast Receiver for the same and set the intent ...
Velasco asked 16/4, 2013 at 16:12

3

Solved

Since Android 4.2 if a user downloads some file in the browser the DownloadManager is used. If the user clicks the 'download complete' notification an Intent is and was always launched. Before Andr...
Chorister asked 16/1, 2013 at 17:22

3

Solved

I have a ListView in which each item represents a PDF file. When the user clicks on an item, the application must download the file on external storage. Now the download doesn't work properly, but ...

3

Solved

I'm trying figure out how I can protect digital downloads in PHP. Just need some general directions so I can start my research. I don't seem to be able to find anything useful. I want to make file...
Anhinga asked 23/3, 2011 at 22:16

2

I am using a DownloadManager to handle a download in my application, I would like to notify the user when the download is completed. I am using the folowing code that is working well public void...

1

I want to download a big (zip) file from my server. It's about 440MB. I'm using android download service. Here is my code: DownloadManager dm = (DownloadManager) getSystemService(DOWNLOAD_SERVIC...
Fossiliferous asked 25/12, 2013 at 21:16

1

Solved

have an use case like the following: There are several files to download e.g. A B C D E F When the downloading is started , say the A B is finished and C is downloading, I would like to interrupt...
Brookebrooker asked 22/10, 2013 at 4:26

2

Solved

I need to implement Download-Manager with pause and resume mechanism. This manager is needed for downloading large video files or any other type. I thought about using Android's DownloadManager, ...
Tillery asked 2/7, 2012 at 16:9

1

Solved

Okay, I'm downloading files (images). I want to send a message with local URI for the image when the download is completed. But 20% of time I'm getting this: 6-01 18:46:39.900: INFO/DownloadManage...
Headforemost asked 1/6, 2012 at 15:8

© 2022 - 2024 — McMap. All rights reserved.