These are the steps I took under linux while following the guides here:
Code:
adb reboot edl
edl r boot_b boot.img --loader=q662.elf --debugmode
reboot device
Code:
adb push boot.img /storage/emulated/0/Download/
Do the Magisk stuff
Code:
adb pull /storage/emulated/0/Download/magisk_patched-24300_GxIP5.img .
mv magisk_patched-24300_GxIP5.img magisk_patched.img
adb reboot bootloader
fastboot boot magisk_patched.img
Do more Magisk stuff
Relevant links:
https://github.com/topjohnwu/Magisk/releases/tag/v24.3
https://github.com/bkerler/edl
https://developer.android.com/studio...ools#downloads
PS: the donor version of AFWall+ is almost essential since it allows for a light theme.