A simple ReVanced patch that enables your favorite application to trust user-supplied CAs.
- An
OpenJDK17
installation
-
Grab the latest release of your favorite application from APKMirror
(will likely be in the form of anapkm
bundle that needs to be merged, if not - skip step 3) -
Grab the latest releases of APKEditor, revanced-cli and this patch
-
Merge the
apkm
bundle into a singleapk
via APKEditor:
java -jar apkeditor.jar m -i your_app.apkm
-
Use
revanced-cli
with the molten-glass patchpatches-mg-1.0.0.rvp
on the resulting mergedapk
:
java -jar revanced-cli.jar patch -p patches-mg-1.0.0.rvp your_app_merged.apk
⚠️ Note:
During this step a keystore file will be generated as well -your_app_merged-patched.keystore
Make sure to keep it as it will be needed to sign any future updates!
- If everything finished successfully, you should now have
your_app_merged-patched.apk
which can be installed to your device
Follow the installation instructions again, but this time during step 4, pass in the keystore file you kept originally:
java -jar revanced-cli.jar patch -p patches-mg-1.0.0.rvp
+ --keystore your_app_merged-patched.keystore
your_app_merged.apk
For building, please refer to the ReVanced documentation.