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 11 /sdcard permission denied on restore #3

Open
schnatterer opened this issue Oct 21, 2021 · 0 comments
Open

Android 11 /sdcard permission denied on restore #3

schnatterer opened this issue Oct 21, 2021 · 0 comments

Comments

@schnatterer
Copy link
Owner

schnatterer commented Oct 21, 2021

Workaround: create the directory /sdcard/Android/data/$YOUR_APP_GOES_HERE in advance. For restoring hundreds of apps, a temporary set sudo chmod 777 /sdcard/Android/data/ might work. Not tested!

Different but discouraged workaround: sudo bash -c 'command'
This workaround also causes #5 - the termux-notification command does not return when run as root.

@schnatterer schnatterer changed the title Android 11: /sdcard permission denied Android 11 /sdcard permission denied on restore Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant