Dolphin, the GameCube and Wii emulator - Forums
Scoped storage issues - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Android (https://forums.dolphin-emu.org/Forum-android)
+--- Thread: Scoped storage issues (/Thread-scoped-storage-issues)

Pages: 1 2 3 4 5


Scoped storage issues - Shady Guy Jose - 11-01-2021

I've seen the latest updates have moved to the Android/data/org.dolphinemu-dolphinemu/files path. However, every file or folder under this path shows up as read-only in every file manager, even in Google Files, or through USB. This means I cannot import my old saves, configs, etc. I'm using a OnePlus 9 Pro on stock Oxygen OS 11. When I try to open the "System File Manager" from within Dolphin, it just says I don't have one. Am I doing something wrong, or is this just broken? Thanks in advance


RE: Scoped storage issues - JosJuice - 11-02-2021

That's odd. For me, everything that works for reading from it also works for writing to it... But then again, I have a phone from a different manufacturer.


RE: Scoped storage issues - Shady Guy Jose - 11-02-2021

(11-02-2021, 01:47 AM)JosJuice Wrote: That's odd. For me, everything that works for reading from it also works for writing to it... But then again, I have a phone from a different manufacturer.

If there's anything I can do to help track this down, just say the word. Screenshots, screen recordings, logs... Right now, Dolphin is completely unusable to me because of this (unless I start everything over)...


RE: Scoped storage issues - JosJuice - 11-02-2021

Assuming that there are other people with this issue too, I'll have to add some kind of export/import option for the user directory. Less convenient than being able to edit it directly, but much better than nothing.


RE: Scoped storage issues - Shady Guy Jose - 11-02-2021

(11-02-2021, 02:14 AM)JosJuice Wrote: Assuming that there are other people with this issue too, I'll have to add some kind of export/import option for the user directory. Less convenient than being able to edit it directly, but much better than nothing.

Of course, that would be great. However, if there's anything that I can do to help track down why this is happening or if it's just me (maybe check any kind of permission settings on my phone?), just say the word. I am a power user, but I'm not immune to missing something stupid.


RE: Scoped storage issues - LG Fanatic - 11-02-2021

Try this method: https://www.reddit.com/r/Android/comments/j3zgmm/managing_files_in_the_androiddata_folder_on/?utm_source=amp&utm_medium=&utm_content=post_body


RE: Scoped storage issues - Shady Guy Jose - 11-02-2021

(11-02-2021, 10:28 AM)LG Fanatic Wrote: Try this method: https://www.reddit.com/r/Android/comments/j3zgmm/managing_files_in_the_androiddata_folder_on/?utm_source=amp&utm_medium=&utm_content=post_body

Thanks for the suggestion. As I'd said earlier, I'd already tried managing through USB. I tried using the AOSP Files app and Speed Explorer, both of displayed the contents of the folder with no issue, but threw errors whenever I tried to actually copy files into it, so no dice...


RE: Scoped storage issues - Nintonito - 11-02-2021

(11-01-2021, 02:36 PM)Shady Guy Jose Wrote: I've seen the latest updates have moved to the Android/data/org.dolphinemu-dolphinemu/files path. However, every file or folder under this path shows up as read-only in every file manager, even in Google Files, or through USB. This means I cannot import my old saves, configs, etc. I'm using a OnePlus 9 Pro on stock Oxygen OS 11. When I try to open the "System File Manager" from within Dolphin, it just says I don't have one. Am I doing something wrong, or is this just broken? Thanks in advance

The /sdcard/android directory is read only according to the CDD for android 11, so outside of devices doing things they shouldn’t, that is correct behaviour. Google has really locked down file system access with scoped storage, and it’s a big pain.


RE: Scoped storage issues - Shady Guy Jose - 11-02-2021

(11-02-2021, 10:52 PM)Nintonito Wrote: The /sdcard/android directory is read only according to the CDD for android 11, so outside of devices doing things they shouldn’t, that is correct behaviour.  Google has really locked down file system access with scoped storage, and it’s a big pain.

So what's happening here is that @JosJuice and @LGFanatic have phones that are allowing write access through USB or AOSP Files to a directory that normally shouldn't have it, and mine's the lone wolf enforcing proper behavior and leaving me in the dust? That's a pain (and, as I've said, it's currently making Dolphin unusable to me, since I need to restore my saves)...


RE: Scoped storage issues - JosJuice - 11-03-2021

(11-02-2021, 10:52 PM)Nintonito Wrote: The /sdcard/android directory is read only according to the CDD for android 11, so outside of devices doing things they shouldn’t, that is correct behaviour.

If that is in the CDD, that must be applying just to the Android directory itself and not its subdirectories, right? Because the vast majority of people that I've seen have been able to move files to Android/data/org.dolphinemu-dolphinemu/files using either USB or the X-plore app.

If it does apply to its subdirectories... Well, clearly that can't be universally true, because Dolphin is able to write to the subdirectory that's dedicated to it. Could you point me to the right section of the CDD?