Quantcast
Channel: How To's | Everything Tech - Appuals.com
Viewing all articles
Browse latest Browse all 4542

How to Root the Micromax Canvas Infinity HS2 with TWRP and Magisk

$
0
0

The Micromax Canvas Infinity HS2 is a mid-range Android device that comes with 3GB of RAM, 32GB internal memory, and the Qualcomm Snapdragon 425 processor. Notable is its 18:9 display at 1440×720 resolution and 16MP rear camera.

Owners of this device may be wondering “how to root the Micromax Canvas Infinity HS2”, and this Appual’s guide has you covered. We’ll be rooting this device with a combination of ADB commands, TWRP recovery, and Magisk.

Of course we’ll also be unlocking your bootloader, which will perform a factory reset on your Micromax Canvas Infinity HS2, so make sure you have a backup of all your important personal data before proceeding.

Requirements:

  1. On your Micromax Canvas Infinity HS2, go to Settings > About Phone > tap on ‘Build Number’ 7 times until Developer Mode is activated.
  2. Now go into Settings > Developer Options > enable both USB Debugging and OEM Unlock.
  3. Open an ADB terminal on your PC (hold Shift + right click and choose ‘ Open a Command Window Here’)

  4. This should launch a command window. Now connect your Micromax Canvas Infinity HS2 to your PC via USB cable, and accept the USB debugging pairing dialogue on your device’s screen.
  5. To make sure the connection is successfully recognized in ADB, type into the ADB command window: adb devices
  6. If the connection is recognized, the ADB command prompt should display your device’s serial number. If not, you may need to troubleshoot your ADB installation or USB connection.
  7. If the connection is recognized, we will now unlock your bootloader. Remember, this will perform a factory reset on your device, so backup all of your important personal data before proceeding.
  8. In the ADB command window, type the following commands:
    fastboot oem unlock-go

  9. Go through the bootloader unlock process on your device.
  10. Now download the TWRP from the Requirements section and rename it to “recovery.img”, and place it in your main ADB folder. Also download the Magisk .zip file and place it on your external SD card.
  11. Type into the ADB command window: fastboot boot recovery.img
  12. This will reboot your device into TWRP recovery (it hasn’t been flashed onto your device, we are booting into it over ADB).
  13. When you’re inside TWRP, go to Install > Install Zip > choose the Magisk .zip file, and swipe to flash it.
  14. When Magisk has successfully flashed, type into the ADB command window: fastboot reboot
  15. The first time rebooting after flashing Magisk may take a while, just leave your device alone until it completely boots into the Android system.

The post How to Root the Micromax Canvas Infinity HS2 with TWRP and Magisk appeared first on Appuals.com.


Viewing all articles
Browse latest Browse all 4542

Trending Articles