|
Hi,
First you have to install Magisk Manager on your phone but not from recovery but as a user app from a file manager. Then you can create a patched boot image with Magisk Manager, that can be flashed with spft. Fastboot commands don't work, so just ignore that paragraph in the instructions.
You can find the instructions and resources here: https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
''
...
Via Magisk Manager (Only support v14.0+):- This method does not need root, and also does not require a custom recovery.
However, you MUST have a stock boot image dump beforehand, and you also have to be able to flash the patched boot image, either through fastboot/download mode or ODIN - Install the latest Magisk Manager
- If you're planning to flash the patched boot image through ODIN, go to Settings > Update Settings > Patched Boot Output Format, and select .img.tar. For normal users leave it as the default .img
- Press Install > Install > Patch Boot Image File, and select your stock boot image file
- Magisk Manager will now patch your boot image, and store it in [Internal Storage]/MagiskManager/patched_boot.img[.tar]
- Copy the patched boot image to your PC. If you can't find it via MTP, you can pull the file with ADB:
adb pull /sdcard/MagiskManager/patched_boot.img[.tar] - Flash the patched boot image to your device and reboot. Here is the command if using fastboot:
fastboot flash boot /path/to/patched_boot.img
''
Edit:
Sorry, I see it's a UMI OS thread. I'm sorry but you can't root a UMI OS phone since patched boot images cannot be flaashed due to the Efuse partition protection.
|
|