FrameworkPatcherGO
A Magisk/KernelSU/APatch module to modify framework.jar directly on the phone, to build a valid system-level certificate chain.
Install / Use
/learn @changhuapeng/FrameworkPatcherGOREADME
Framework Patcher GO
A Magisk/KernelSU/APatch module to modify framework.jar directly on the phone, to build a valid system-level certificate chain.
How to use
If you have your own keybox or fingerprint:
- Open FrameworkPatch project in Android Studio.
- Add your keybox or fingerprint to
Keybox.javaorAndroid.javarespectively and do a release build. - Extract compiled
classes.dexfrom the release .apk file. - Copy the
classes.dexfile and paste it intoMETA-INF/com/google/android/magisk/dexdirectory of this module. - Install the module in your root manager app.
If you do not have your own keybox or fingerprint:
- Simply install the module. The module script will prompt you to download the required
classes.dexfile during installation.
Alternatively, if you prefer to do it manually:
<ol start="1"> <li>Download a pre-compiled <code>classes.dex</code> <a href="https://github.com/changhuapeng/FrameworkPatch/releases">here</a>. This <code>classes.dex</code> is compiled from FrameworkPatch source and contains whatever keybox and fingerprint included there.</li> <li>Copy the <code>classes.dex</code> file and paste it into <code>META-INF/com/google/android/magisk/dex</code> directory of this module.</li> <li>Install the module in your root manager app.</li> </ol>Extra Info
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.
- Magisk: https://topjohnwu.github.io/Magisk/faq.html
- KernelSU: https://kernelsu.org/guide/rescue-from-bootloop.html#brick-by-modules
- APatch: https://apatch.top/rescue-bootloop.html
