-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android 13 stroge write permission issue #251
Comments
@TeaqariaWTF You can upgrade to the latest version and try again. |
@monkeyWie Sorry, my mistake. |
Okay, I will check it. |
I've tried to reproduce both issues but neither reproduced, see below: Screenrecorder-2023-10-26-15-51-19-387.mp4 |
I have a custom ROM running Android 13 (Paranoid) You can see it in this video : https://drive.google.com/file/d/1-RklSga-0rGWEdkJNE2DGlk1N74Gmcpc/view?usp=drivesdk I wonder if it would help if I gave you a log file? |
The first problem may be that my bug actually wants a feature, rather than a bug. When the active download is paused and the download feature is given to a different file, after the download is completed, the paused file will not continue to download and manual intervention is required. This video is a bit long, I apologize for the inconvenience https://drive.google.com/file/d/1-S5dOmU1oFmKtxXYJrhxG1HqhZG8h4vu/view?usp=drivesdk |
I hope this will help |
@TeaqariaWTF Thank you for the more detail, the first problem looks like an Android storage permissions issue, I'm not sure but it's most likely a problem with your ROM, can you provide the following log files, they are located in the app log directory (Android/data/com.gopeed/files/logs) find the And the secondly, It is indeed a feature for paused task manually. |
I didn't add the crash.log file because it is empty |
I've seen this log, it is indeed a storage permissions issue, see below:
There's nothing I can do about that, maybe it's a bug in the file_picker library. |
Maybe I can build a new apk file with the latest file_picker and test it with your device. |
I'm glad we found the source of the problem. I would also like to report another problem, when downloading large files I leave the app running in the background, the download stops automatically after a while |
I build an apk with the latest file_picker, please test it. https://drive.google.com/file/d/11AXlZomkQvrekywj9jxNgqYBxYTNUQ8-/view?usp=sharing |
|
Oh, unfortunately, this issue may not be solved for a while, I'm not an Android expert, this issue will keep open and I hope to get help from others. |
If I change the download folder to But it still won't download to Can you update it to |
I have meet the same problem. |
I found some key information, refer to: https://pub.dev/packages/permission_handler#faq. Fortunately, the |
So is there a solution for the problem that the application stops working in the background? |
@TeaqariaWTF I will add a progress notification bar when application in the background, but still, due to Android's mechanism, there is no guarantee that the app will be killed, you may need this: Don't kill my app! |
v1.4.4 released, you can refer to this PR, it had improved background working. |
Description : If you change the download file download location on Android devices, the download does not start
App Version : 1.4.3
OS Version : Android 13
If you add multiple download links but select the option to download one file at a time, the other files will not automatically start downloading.
The text was updated successfully, but these errors were encountered: