Thursday, July 1, 2021

Easy Method to Root Infinix Hot 10 and 10i using Magisk without TWRP by gsm143.blogspot.com

Easy Method to Root Infinix Hot 10 and 10i using Magisk without TWRP


 


Steps To Root Infinix Hot 10 Using Magisk

Follow the full depth guide along with requirements and download links below.

Keep in mind:

  • Rooting may void the manufacturer’s warranty on your device.
  • Rooting will block the firmware OTA updates.

Now, let’s head over to some of the necessary steps which you need to abide by:

Pre-Requirements

  • Your phone should have battery juice more than 60% at least.
  • Keep a backup of your device data at first. Therefore, if anything goes wrong, you can get back the important data.
  • The image file in this article is supported by the Infinix Hot 10 model only. DO NOT try to flash it on other models.
  • You will also require a PC/Laptop and a USB cable in order to connect your device with the computer.
  • You should download all the necessary files, tools, and drivers from below accordingly.
  • Required Downloads:

    • Download minimal ADB & Fastboot exe 
    • Infinix USB Drivers – Download and install it on your computer
    • Download Other Drivers: Mediatek VCOM Drivers or MTK USB Drivers
    • Warning:

      We’re at gsm143 won’t be responsible for any kind of error or damage that occurs to your phone during or after following this guide or flashing any file. You should know what you’re doing. Take a full backup at first and proceed at your own risk!
    • 1. How to Extract and Patch Boot.image using Magisk?

      • First of all, you need to extract the boot image using the MTK Droid Tool
      • Attach your device via USB cable and copy only the boot.img file from the extracted folder to your device storage
      • Launch Magisk Manager. When a popup appears asking to install Magisk, select INSTALL and choose install again.
      • Tap on “Patch Boot Image File”.
      • Navigate to internal storage and select your phone’s boot image that you transferred earlier.
      • Wait for a couple of seconds. Magisk will start patching the boot image.
      • Once the boot image has been patched, copy the “patched_boot.img” from the internal storage and replace it in the same extracted ROM folder on your PC.

      Now you can follow the second step to flash the patched boot image file.

    • 2. Steps To Install the Patched Boot Image on Infinix Hot 10

      Follow the proper guide to install Patched Boot Image on Infinix Hot 10 from below link:

      Guide to Install Patched Boot Image on MediaTek Device

      • Now, extract the ADB & Fastboot tool, then move the patched boot image file to the same folder.
      • Press and hold down the Shift key + right-mouse-click to open the command window/PowerShell.

      • Bootloader Unlock:

      • adb devices
      • adb reboot bootloader
      • fastboot devices
      • fastboot flashing unlock
      • fastboot reboot

      • Root Commands

      • adb devices
      • adb reboot bootloader
      • fastboot devices
      • fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
      • fastboot flash boot boot.img
      • fastboot reboot

No comments:

Post a Comment