btimofeev / UniPatcher

A game console ROM patcher for Android
GNU General Public License v3.0
155 stars 18 forks source link

Select SD Card for Android 5.0 and up #10

Closed deckyfx closed 4 years ago

deckyfx commented 7 years ago

Should support select external SD Card for android 5.0 and up

btimofeev commented 7 years ago

Do you have a few cards in your phone? My phone does not have a SD at all, so I can not understand something, please describe your problem in more detail.

deckyfx commented 7 years ago

Just 1 sdcard, the internal is in /storage/emulated/0/

And the external is /storage/C094-F4E3/

I use marsmallow, maybe its has something to do with the permission? , some app, like Es explorer require to open Document app and select the external storage to open the write permission

btimofeev commented 7 years ago

You can specify a directory with ROMs in the settings. For the output directory it is better to specify the internal memory (it is possible that there will not be a write permission to external memory)

btimofeev commented 4 years ago

It will be possible to select files on SD card when we use the Storage Access Framework instead of direct paths to files. Now I started working on it https://github.com/btimofeev/UniPatcher/issues/16

btimofeev commented 4 years ago

The migration to Storage Access Framework is complete. File selection on the SD card and in cloud hosting should now work.