Note
If you are already rooted just skip this step and go to the next page
-
Brain
-
Android boot backup
(which you backed up on the first guide page)
-
Copy the
normal_boot.img
file from theplatform tools
folder onto your tablet -
Download and install the Magisk app on the tablet
-
Open the Magisk app and click the
Install
button. SelectSelect and Patch a File
option and find thenormal_boot.img
file that you copied to the tablet. Click theLet's Go
button and wait for the patching process to complete. -
Copy the
magisk_patched....img
file from theDownloads
folder on the tablet to theplatform tools
folder on your computer.
adb reboot bootloader
Replace
magisk_patched.img
with the actualmagisk_patched.img
name/path.
fastboot flash boot magisk_patched.img
fastboot reboot
- Open the Magisk app again.
- Follow the instructions on the screen, and your device should reboot after a few seconds.
After your device has booted
- A superuser request for Shell might appear on your tablet's screen. If it does, grant it access.
adb shell "su -c cp /dev/block/by-name/boot$(getprop grep ro.boot.slot_suffix) /sdcard/rooted_boot.img" & adb pull /sdcard/rooted_boot.img