You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
schnatterer
changed the title
Android 11: /sdcard permission denied
Android 11 /sdcard permission denied on restore
Oct 22, 2021
Workaround: create the directory
/sdcard/Android/data/$YOUR_APP_GOES_HERE
in advance. For restoring hundreds of apps, a temporary setsudo 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.The text was updated successfully, but these errors were encountered: