Thread: Note 3 root
View Single Post
Old 01-01-2022, 11:58 AM   #5
cicabum
Addict
cicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud of
 
Posts: 206
Karma: 27732
Join Date: Oct 2012
Device: Onyx Note3, Nova3, Hisense A5, Hisense Q5, Dasung Paperlike Pro-f
Quote:
Originally Posted by Renate View Post
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
it works!
Thank you for your help and patience!
cicabum is offline   Reply With Quote