xyzz / openmw-android

OpenMW for Android
https://omw.xyz.is/
GNU General Public License v3.0
325 stars 87 forks source link

SD card not detected #85

Open Alphonsokurukuchu opened 3 years ago

Alphonsokurukuchu commented 3 years ago

Can't browse to select the game in SD card post Android 11 update. When selecting game files, SD card doesn't even show up.(confirmed that SD card indeed is working fine)

Textilfrenzy commented 3 years ago

That issue is comes from Android 11 itself. Afaik A11 doesnt support the access of sd card via custom file browser (only stock android browser). Since openmw has their custom browser thats why you cant gain access to your sd card.

Alphonsokurukuchu commented 3 years ago

Can they get additional permission to access sd card like other custom browser(like that in zarchiver and other third party file managers?)

Alphonsokurukuchu commented 3 years ago

Wierd. Old OMW(not nightly) I had had path to morrowind selected which is in sd card. Although I can't manually select it again, it still works and I can play it. Screenshot_20210507-105708_OMW

xyzz commented 3 years ago

What is your device model?

Alphonsokurukuchu commented 3 years ago

What is your device model?

Samsung Galaxy M51(Snapdragon 730g, 6GB ram)

AbduSharif commented 3 years ago

Btw Android 11 has slow storage, I think it might be good to eventually move to scoped storage, if possible.

AE605 commented 3 years ago

Workaround: If you have root, open: /data/data/is.xyz.omw_nightly/shared_prefs/is.xyz.omw_nightly_preferences.xml

and change "game_files" string to your sdcard's path. Example:<string name="game_files">/storage/extsdcard/Games/omw</string>