Update for LineageOS 19.1 and Magisk 25.2

This commit is contained in:
2022-08-25 13:07:40 +02:00
parent 033eece53d
commit ad1115640f
12 changed files with 38 additions and 21 deletions

View File

@ -6,7 +6,7 @@ It has been made to run on Linux x86 or x64 and patch a boot image for an ARM de
It detects LineageOS **for microG** version via adb, download the ROM, extracts `payload.bin` and dumps `boot.img`, patches it with Magisk, and flashes it.
:warning: **This has only been tested on a FP3 device, at the time of writing with LineageOS for microG 18.1 (March 17, 2022 build) Magisk v24.3** :warning:
:warning: **This has only been tested on a FP3 device, at the time of writing with LineageOS for microG 19.1 (August 23, 2022 build) Magisk v25.2** :warning:
## Run on an other device
@ -55,7 +55,7 @@ Run `python magisk_boot_flasher.py`.
That's how we can run Magisk's `boot_patch.sh` on Linux x86 or x64 and patch a boot image for an ARM device
> Tested with Magisk v24.3 with FP3
> Tested with Magisk v25.2 with FP3
* Get Magisk `.apk`
* Extract it
@ -78,4 +78,3 @@ You can now run:
`sh boot_patch.sh boot.img`
The outpout file `new-boot.img` has the exact same sha256 hash as the `magisk_patched-*.img`, so we can consider it works :)