A Magisk/KernelSU/APatch module to modify framework.jar directly on the phone, to build a valid system-level certificate chain.
Keybox.java
or Android.java
respectively and do a release build.classes.dex
from the release .apk file.classes.dex
file and paste it into META-INF/com/google/android/magisk/dex
directory of this module.classes.dex
file during installation.classes.dex
here. This classes.dex
is compiled from FrameworkPatch source and contains whatever keybox and fingerprint included there.classes.dex
file and paste it into META-INF/com/google/android/magisk/dex
directory of this module.XDA thread with FAQs @ https://xdaforums.com/t/module-framework-patcher-go.4674536/
[!IMPORTANT]
- Please ensure you do not have a modified /system/framework/framework.jar before installing the module.
- This module is built specifically on this FrameworkPatch commit. Any updates to FrameworkPatch after this commit may break the module.
- This module may cause bootloop or instability in devices. You are advised to familiarise yourself with the procedure for removing modules during bootloop.