|
- Follow the Magisk installation tutorial instructions from step 1 to 8, then continue here with the next step.
- Unlock the bootloader (will result in a factory data reset and a warning message on the boot screen) YOU LOSE YOUR WARRANTY BY DOING THIS!!!
a) Enable Developer options
b) Enable OEM unlock and USB debugging. (Install ADB drivers on your computer)
c) Connect your phone to USB, and in a command window, enter the following command:d) Now your phone reboots into fastboot mode. Enter the following command:e) Confirm your decision on the phone (You can re-lock the bootloader with fastboot flashing lock)
. - Open a command prompt in your ROM folder that already contains the patched boot.img, and execute the following commands one after one:
- fastboot --disable-verity --disable-verification flash boot magisk_patched.img
Copy the Code- fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Copy the Code The patched boot image might have a different name, of course, the command must match with the name of your specific patched boot image file.
- Now you may reboot your phone with
- Set up your phone, then install and run Magisk Manager again.
Please note, if you unlock the bootloader, that action will automatically void your warranty. You can do it at your own risk!
Rooting your phone may cause unstable working. Please never report any bug or malfunction in the ROM section if your phone is rooted!
If you don't know how to install adb drivers, enable Developer options, boot into fastboot etc., please google for them or check out other threads on this forum. Users also can help each other by leaving comments.
|
|