Skip to content
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 10 file permission system doesn't allow for saving progress #8789

Closed
rezackacz opened this issue Feb 8, 2022 · 1 comment
Closed

Comments

@rezackacz
Copy link

  • KOReader version: 2022.1
  • Device: Android 10 on Nokia 5.3

Issue

Due to privacy updates in Android 10 which requires the app to request access and the user must set folder that he wants to the app to have access to. KOReader fails to copy, write, or just to do about anything with the filesystem. There has to be a call for the user to grant the permission (https://developer.android.com/training/data-storage#scoped-storage).

Steps to reproduce

Try to do just about anything with the filesystem.

@pazos
Copy link
Member

pazos commented Feb 8, 2022

I think you're talking about sdcard. Then yup and that's not fixable. There're no permissions in Android to grant an app permissions to the underlying filesystem outside the primary partition.

Places where is possible to have filesystem RW are already requested and work fine in any android version. Please fill a bug if you find an issue with them.

Duplicate of #4872, #5784

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants