I'm currently trying to install Syncthing on my new Shift 6mq, which has only 128gb which I thought I can extend with an SD card but I'm slowly realizing that things don't work as expected..
Apps usually don't have the permission to write to external storage in folders that can be written to by other apps, too. So usually on newer Android devices there is an option to turn the SD card into internal memory (i.e. adoptable storage).
It looks like ShiftOS does not support this option rendering the SD card useless if you planned to use it as a way to exchange data between apps.
Did I misunderstand anything? Is there a way to workaround this limitation? I tried to activate adoptable storage via adb like described here: https://jimcofer.com/2016/03/10/marshmallow-lg-and-adoptable-storage/ and I also tried to grant READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE and WRITE_MEDIA_STORAGE to Syncthing manually like explained here https://android.stackexchange.com/q...-to-external-storage-that-does-not-request-it - but without luck.
How do I make the extra memory available to apps in order to have shared R/W access. Am I limited to 128GB?
Apps usually don't have the permission to write to external storage in folders that can be written to by other apps, too. So usually on newer Android devices there is an option to turn the SD card into internal memory (i.e. adoptable storage).
It looks like ShiftOS does not support this option rendering the SD card useless if you planned to use it as a way to exchange data between apps.
Did I misunderstand anything? Is there a way to workaround this limitation? I tried to activate adoptable storage via adb like described here: https://jimcofer.com/2016/03/10/marshmallow-lg-and-adoptable-storage/ and I also tried to grant READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE and WRITE_MEDIA_STORAGE to Syncthing manually like explained here https://android.stackexchange.com/q...-to-external-storage-that-does-not-request-it - but without luck.
How do I make the extra memory available to apps in order to have shared R/W access. Am I limited to 128GB?