If anyone's still having issues with this module, i got it working on lineage16 (should work up to android12 tho) doing the following:
- Install: magisk (enable zygisk), Zygsk-LSPosed, XInternalSD,
ExSDCard
- open Zygsk-LSPosed: click on XInternalSD, "enable module", then chose your app (say whastapp).
- open XInternalSD: check "custom path to internal sd card". For "path to internal sd card" type
/mnt/media_rw/0123-4321/ (yours sd card "name" WON'T be "0123-4321")
- then run the following adb command:
Code:
adb shell pm grant com.whatsapp android.permission.WRITE_EXTERNAL_STORAGE
I think the last step, actually granting permission for the app to write on external storage, is where many might have missed
cheers
edit: fixed a few important steps that were missing or inaccurate