-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Can't access /Android/data and /Android/obb #16
Comments
The restriction was introduced in Android 11: https://developer.android.com/about/versions/11/privacy/storage#other-apps-data People found a workaround but it was patched in Android 13. Resorting to workarounds is not a good idea if those directories are supposed to be invisible even to apps with I think the current flow is confusing, we should provide the user with clarification. Probably a static text like "Due to system restrictions, this directory is inaccessible." |
Which version do you have? |
3.42d |
I think we should do as material files, and only allow access with root. the work around carried over from simple file manager doesn't work anyway. |
I have Android 12 and from MiXplorer I can access Data and OBB. It would be nice to try to replicate your solution, and for Android 13+ just the warning sign. |
Mix is also working fine under 13, without root |
While access to So to work around the fix to the workaround, the file manager could make it look like it is accessing
That's probably what Total Commander is doing. Versions of Android where the old workaround still works should ideally continue to use the current logic. |
Note that the old logic is also broken, unsure why exactly, but when trying to grant SAF permissions, Files opens in the user directory instead of Might need a separate issue though, as this one is more focused on issues related to Android 13. |
I'd like to see this fixed at least for root. Sucks that simple and now fossify have claimed root support but access to the data folder has been broken. |
With android 14 it still works perfectly |
I found this: https://issuetracker.google.com/issues/256669329 |
Android 14, is there really no way to access data or obb? |
Wouldn't it be possible by adding Shizuku support to the app? |
Checklist
Describe the bug
Use this folder
button is inactive, hence/Android/data
and/Android/obb
can't be accessed due to missing Storage permission.To Reproduce
Steps to reproduce the behavior:
/Android/data
or/Android/obb
.Expected behavior
Use this folder
button at the bottom of the next screen should be active, and after tapping it, the access to the selected storage should be granted.Device info (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: