Thread: Note 3 root
View Single Post
Old 01-01-2022, 08:53 AM   #4
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,984
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Is this clearer? You do have ADB ("USB debugging") working? You do have fastboot installed?
Code:
C:\>adb reboot bootloader
C:\>fastboot boot old-magisk.img
C:\>adb shell
$ su
# dd if=/dev/block/by-name/boot of=/sdcard/boot.img
Use Magisk.apk to modify /sdcard/boot.img
Code:
C:\>adb pull /sdcard/new-magisk.img
C:\>adb reboot bootloader
C:\>fastboot boot new-magisk.img (just to double check)
C:\>adb reboot bootloader
C:\>fastboot flash boot new-magisk.img
Renate is offline   Reply With Quote