changhuapeng / FrameworkPatcherGO

A Magisk/KernelSU/APatch module to modify framework.jar directly on the phone, to build a valid system-level certificate chain.
https://xdaforums.com/t/module-framework-patcher-go.4674536/
199 stars 21 forks source link

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:

  1. Open FrameworkPatch project in Android Studio.
  2. Add your keybox or fingerprint to Keybox.java or Android.java respectively and do a release build.
  3. Extract compiled classes.dex from the release .apk file.
  4. Copy the classes.dex file and paste it into META-INF/com/google/android/magisk/dex directory of this module.
  5. Install the module in your root manager app.

If you do not have your own keybox or fingerprint:

  1. Simply install the module. The module script will prompt you to download the required classes.dex file during installation.
Alternatively, if you prefer to do it manually:
  1. Download a pre-compiled classes.dex here. This classes.dex is compiled from FrameworkPatch source and contains whatever keybox and fingerprint included there.
  2. Copy the classes.dex file and paste it into META-INF/com/google/android/magisk/dex directory of this module.
  3. Install the module in your root manager app.

Extra Info

XDA thread with FAQs @ https://xdaforums.com/t/module-framework-patcher-go.4674536/

[!IMPORTANT]

Credits