-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Cannot select ROM directory on latest nightly with Android 15 #1385
Comments
The storage permission kind of no longer exists nowadays. Users give permission by selecting the files or folders through the system's file picker. |
Appreciate the response. Using the file picker, I create a new folder in what I'm assuming is /sdcard/ (adb shell confirms this), but regardless of how many times I attempt it, I can't grant permission whatsoever. If this has something to do with the fact that I sideloaded the latest nightly and didn't download melon from the Play store, then uh, womp. |
Do you think you could upload a video showing the steps you are taking in the app? |
Oh, sweet god, I'm a dumbass. I'm in Android 15. That's... That's a huge difference |
I can't reproduce the issue, but the video really helps me understand what's going on. I'll see what I can find. |
Just for extra reproduction help:
I'm not an Android developer, but I am a developer in general, so let me know if there's anything I can do to help out. |
I tried running the app on a remote device from Firebase, but they only have Pixel 8a running Android 14 and couldn't reproduce this. |
@Fatcat2024-cpu I did actually check that first before posting here (though I appreciate you checking that I checked!) I only have this one option in that menu, and showing hidden files does not change anything. It seems that the app just can't get the directory tree view for @rafaelvcaetano since I'll have some time this weekend, I'll see if I can get some debug logs for you. |
Ah, neat, here's one thing I can provide immediately. Ran
Different but possibly related bit, happens whenever I open the file picker: It could be that FileUtils isn't getting the |
I did not try it on 14, unfortunately. And I have no clue if the OpenGL renderer works, since I can't load up any ROMs 😢 |
@wolfdewitte are you rooted? Just out of curiosity, since I'm running stock. |
No, I'm using stock Android as well. |
1415Problem:
melonDS does not request any storage permissions from the operating system, making it impossible to select a ROM directory.
Steps to reproduce (if applicable):
The text was updated successfully, but these errors were encountered: