View Single Post
Old 04-16-2022, 12:36 PM   #9
psymin
Junior Member
psymin could sell banana peel slippers to a Deveel.psymin could sell banana peel slippers to a Deveel.psymin could sell banana peel slippers to a Deveel.psymin could sell banana peel slippers to a Deveel.psymin could sell banana peel slippers to a Deveel.psymin could sell banana peel slippers to a Deveel.psymin could sell banana peel slippers to a Deveel.psymin could sell banana peel slippers to a Deveel.psymin could sell banana peel slippers to a Deveel.psymin could sell banana peel slippers to a Deveel.psymin could sell banana peel slippers to a Deveel.
 
Posts: 5
Karma: 3124
Join Date: Apr 2022
Device: Boox Nova Air C
Post Success!

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.
psymin is offline   Reply With Quote