Skip to content

Commit 2cdac2e

Browse files
authored
Update README.md
1 parent abf2998 commit 2cdac2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Make sure you have recovery which lets you access your file system in `/data` i
2929
9. Build Magisk module for replacing original JARs: `./build_magisk_module.sh`
3030
10. Push magisk module (`jarpatcher.zip`) to device via ADB, install magisk module and reboot device to apply changes: `adb push jarpatcher.zip /sdcard/ && adb shell su -c "magisk --install-module /sdcard/jarpatcher.zip" && adb reboot`
3131
- if you modified JAR from APEX(`/apex/`), see `How to replace JAR in APEX?` section below
32-
- changes made over JAR
32+
- changes made over JARs in `/system/framework` are permanent (after reboot)
33+
- changes made over JARs in APEX folder are not permanent, here is [how to make them permanent](#how-to-replace-jar-inside-apex)
3334
11. **Enjoy modified JAR!** Or not if you caught a boot loop, then [here is how to easily fix it](#what-to-do-if-you-catch-a-bootloop-after-your-patching). If you keep catching bootloop, try to [clean your ART/Dalvik cache](https://community.e.foundation/t/howto-clear-dalvik-art-and-system-cache-in-twrp/28527) on device.
3435

3536

0 commit comments

Comments
 (0)