hardcore-sushi / DroidFS

Encrypted overlay filesystems implementation for Android. Also available on gitea: https://forge.chapril.org/hardcoresushi/DroidFS
GNU Affero General Public License v3.0
641 stars 43 forks source link

Error DroidFS can only write to removable SD cards under: #162

Open sukualam opened 2 years ago

sukualam commented 2 years ago

how to fix this error? i want to select my folder in sdcard, but it just read only. i cant make new file.

OS: lineageos 17 (android 10)

but in android 11, i can select folder in my sdcard and have write access.

rjm831 commented 2 years ago

Similar issue: using a Samsung Galaxy Tab A7 with Android 12, and the app won't let me create a new folder on the SD card - just constantly rejects the correct path.

hardcore-sushi commented 2 years ago

@sukualam I have the same behavior too. This is normal on Android 10 and earlier, but DroidFS currently doesn't handle Android 11+ well.

@rjm831 Which path did you select? Is it under Android/data/sushi.hardcore.droidfs/files? And what error do you get?

rjm831 commented 2 years ago

Ignore my post. The error was mine - I apologize.

hardcore-sushi commented 2 years ago

No problem @rjm831 😉

sukualam commented 2 years ago

@sukualam I have the same behavior too. This is normal on Android 10 and earlier, but DroidFS currently doesn't handle Android 11+ well.

@rjm831 Which path did you select? Is it under Android/data/sushi.hardcore.droidfs/files? And what error do you get?

on android 11 (lineageos 18) seems working normal to me.

on android 10, maybe can use fbind magisk module to bind mount to any path in external sd, but it seems hacky