-
Notifications
You must be signed in to change notification settings - Fork 14
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 14 prevents access to /Android/Data/* #53
Comments
As far as I know, adb connections will still work going into the future so shizuku and file manager apps that work with it should be able to access those folders. Though I may still move the mods folder since this is a hassle for many people. |
there should be permission flags for external vs internal storage, there should still be a way to put files in an external directory. |
It would be amazing if save files and config are stored in the home folder instead of Android/data, as that would be so much easier to sync the save files to other devices. How it is currently setup is a hassle to do shizuku, etc. You can check how sm64coop does it in android, the save file is easily retrievable. Hopefully it can be done like that. |
I know MT Manager still works on Android 14 to access the android/data folder. You can try this? |
Here's a link to sm64ex-coop code for moving the directories out of the Android/data folder. I don't think I know enough to implement this into this app, but maybe someone else does. |
I also don't know how to implement it, but is great that you found the lines that do that for sm64ex-coop. This should be even a standard with games because Android folder is more and more locked up. Maybe the mantainer could add it? I haven't tried the MT Manager, but to be honest - I don't even want to make progress in the game if I have to manually move save files around. Too time consuming. Hopefully someone with Android development skills can implement this using sm64coop as example. |
Description of the bug:
Android introduced scoped storage access a few versions ago, and as of Android 14 restricts access to all apps so that it is not possible to copy files into Android/data/. This is an issue because the current method of installing mods requires accessing Android/data/com.dishii.mm/files. There is currently a workaround which involves using the Files app in the Play Store, but this app is being sunset at some point in the future and will no longer function as a workaround.
Can you reproduce? If so please list the steps:
Expected behavior:
Mods are able to be installed.
System Information:
Additional Information:
This also currently affects https://github.com/Waterdish/2ship2harkinian-Android
The text was updated successfully, but these errors were encountered: