I saw a lot of outdated methods of rooting this phone that will cause a lot of bugs to the device, because of the outdate magisk_patched boot image
HERE'S AN UPDATED VERSION
REQUIREMENTS
INSTRUCTIONS
WARNING!
HERE'S AN UPDATED VERSION
REQUIREMENTS
- Unlocked bootloader
- Minimal ADB + Fastboot ( I use 1.4.3 PORTABLE) https://forum.xda-developers.com/showthread.php?t=2317790
- Pack with required images, including the new magisk_patched.img (required_files.zip, at the bottom of the post)
INSTRUCTIONS
- Extract both the minimal adb + fastboot and required_files.zip to a folder
- Boot your device in fastboot mode (power if off, then press power button + volume down until you see a bunny working on a Android robot)
- Connect the device to the PC via a USB cable (I suggest the one you use of the charger too)
- Copy the images from required_files.zip to the folder where you extracted minimal adb + fastboot
- Open a cmd/powershell window in minimal adb + fastboot folder (make sure once again that you copied the files from required_files here)
- Type these commands:
fastboot devices
* Make sure that your phone it is recognized by the PC using this command
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot erase cache
fastboot flash boot magisk_patched.img
fastboot reboot - Enjoy! Your phone will reboot (it shouldn't take more than usual btw)
WARNING!
- I'm not responsable for any damaaged device, you take the risk
- What I basically did is gave you guys an updated magisk_patched image because the the one seen on the internet for now is an old one that caused several problems on some devices, if you're running any other version that the one in the title you should make your own magisk_patched image
Attachments
-
19.9 MB Views: 207