rovo89 / XposedInstaller

3.89k stars 1.51k forks source link

SD card install #377

Closed dimqua closed 7 years ago

dimqua commented 7 years ago

Please allow to install the app to SD card.

shashvat-kedia commented 7 years ago

@dimqua Do you prefer SD card(i.e the app should be installed in SD card ignoring the fact that there is space left in Internal Storage) or do you wan't that the app should be installed in SD card only when Internal Storage is full?

rovo89 commented 7 years ago

I think it's technically not possible to allow installation on SD card. AFAIK, those apps store their data somewhere in /mnt, but the other parts of Xposed are expecting it in /data. Besides, the SD card might not be mounted that early during boot. Anyway, if someone wants to give it a try, please let me know about the results.

rovo89 commented 7 years ago

It turned out that installing on external storage really breaks Xposed, so this can't be enabled.