nikita36078 / J2ME-Loader

A J2ME emulator for Android.
Apache License 2.0
2.06k stars 208 forks source link

Unable to set working directory to external SD card #1064

Open jack980517 opened 1 month ago

jack980517 commented 1 month ago

Emulator version

1.8.2

Game version

not applicable

Game resolution

not applicable

Device

Sharp Aquos Keitai 3 aka 805SH

Android version

8.1

Description of the issue

If I try to set working directory to external SD card, which is mounted at /storage/xxxx-xxxx (each x is a hex digit), J2ME loader would say: Failed to create a folder in the path: /storage/xxxx-xxxx. I know about scoped storage, but this is Android 8.1, before scoped storage is introduced. I noticed that, when third-party file explorers write to the external SD card, a storage permission request dialog pops up, despite the fact that they already have permission for internal storage (/sdcard). Maybe J2ME loader needs to do this as well.

TruongTanLuc201270 commented 1 week ago

Android 11 above not have use this folder options

https://github.com/user-attachments/assets/f2f2886d-05ea-4954-8754-1a03ea9f346d

woesss commented 1 week ago

In Android 11 and above, this is not an option, but a way to find out the path and open the folder in the system explorer to copy files.