Hi! Thanks for the great script. I wanted to share an issue I encountered while building the image with Kitsune Mask, in case it helps others.
The script embeds the Magisk binaries successfully, but it seems to create a stub package (com.topjohnwu.magisk) with a signature that conflicts with the actual Kitsune Mask APK.
As a result:
Installing the official Kitsune Mask APK manager fails with INSTALL_FAILED_UPDATE_INCOMPATIBLE.
The magiskpolicy daemon crashes continuously (Fatal signal 6 (SIGABRT) in logcat).
To fix this on my end, I just had to manually remove the stub (adb uninstall com.topjohnwu.magisk) before installing the matching APK.
It might be helpful to either ensure the exact matching APK is injected during the build process, or perhaps just add a small note in the README about this manual uninstall step to save users some debugging time.
Thanks again for your work!
Hi! Thanks for the great script. I wanted to share an issue I encountered while building the image with Kitsune Mask, in case it helps others.
The script embeds the Magisk binaries successfully, but it seems to create a stub package (com.topjohnwu.magisk) with a signature that conflicts with the actual Kitsune Mask APK.
As a result:
Installing the official Kitsune Mask APK manager fails with INSTALL_FAILED_UPDATE_INCOMPATIBLE.
The magiskpolicy daemon crashes continuously (Fatal signal 6 (SIGABRT) in logcat).
To fix this on my end, I just had to manually remove the stub (adb uninstall com.topjohnwu.magisk) before installing the matching APK.
It might be helpful to either ensure the exact matching APK is injected during the build process, or perhaps just add a small note in the README about this manual uninstall step to save users some debugging time.
Thanks again for your work!