How to Root Android Phone With Magisk – [Updated Guide]

0
1999

Its 2019, and rooting any Android device is secure and can do in a few steps. If you want to Root your Android phone, then there are multiple methods now available online. TechFlog provides the proper guide to Root Android Phones. You can search your model on our website and get your phone rooted. In this guide, we will update you on how to root Android Phone with Magisk.

Samsung devices are usually rooted in Magisk. So you can consider this guide, especially for Samsung users. But, on the other hand, Phone, including LG, Huawei, and Moto, can also use this guide to Root the desire Android Phone.

Before move on, let’s take a look at what are the advantages of Rooting the Android Phone with Magisk.

<strong>Note:</strong>

Before using this method, you have to unlock the bootloader on your Android Phone. We can’t cover the opening method in this guide because, for every phone unlocking the bootloader is different.

Benefits of Magisk – Why Should I Choose Magisk?

Another popular way to Root the Android Phone is by using the SuperSU. Both the SuperSU and Magisk are different in a way that it can get the google SafetyNet start thinking that the phone is not yet rooted. On the other hand, Magisk is safe and does not affect the files and folders of the System.

Magisk only modifies the boot partition files and does not touch the files and folder in System.

The critical and most benefit of using Magisk is most of the apps checks the phone is rooted or not. Magisk hides the status of Root from the apps. Moreover, you can easily use internet banking, including Google Pay.

  • You can Use Google Pay after rooting the Android Phone.

Step#1: Install ADB & FastBoot

If you are using Windows or MAC, you need to Install and complete setup the ADB & FastBoot on your Windows. We have a separate guide on it that how to install the ADB and FastBoot. Or you can take a look at the XDA developer’s official guide to install ADB and fastboot correctly.

In this guide, there are also video tutorials to Install the ADB and fastboot correctly.

Step#2: Get the Latest TWRP Recovery Image File

We hope that you have done with the installation of ADB & Fastboot on Windows. Now move on, here in this step, you have to download the .img file from the official website of TeamWin TWRP.

You can search on Google for the TWRP Team win, as you can see in the image below. Type your device and complete the model. If the image file is available, you can download it. If your phone is just new and you cannot locate your data, you can write to us, we will help, or you should wait for a few days until the file updated.

How to Root Android Phone With Magisk - [Updated Guide] (1)

In your computer, save the file in a folder where you installed ADB in( C:/adb ), maybe.

Step#3: Enable USB Debugging

By default, USB Debugging is disabled, to connect your computer with the phone, you need to enable the USB Debugging. For this follow the below steps:

  • Open the Settings on your phone.
  • You will see the Developer options.
  • Open the Developer Options.
  • Enable the USB Debugging (You will see this option there)

Note: If you don’t locate the developer options. Then go to the About in the settings and tap seven times on build number. Then go back to settings and check the Developer option available now or not.

With the USB, Now connect the phone with the laptop or PC.

Step#4: Enter Commands in Command Prompt

In the ADB Installed folder, hold shift key and press right-click, and it will show some options. Open the PowerShell, and here you have to enter a few commands.

 adb reboot bootloader 

Then enter this command

 fastboot flash recovery twrp.img 

Make sure you have entered the correct file name here.

 fastboot reboot recovery 

Press Enter after each command. After entering these three commands, your phone will reboot, and you have successfully done with the installation of TWRP Recovery.

Step#5: Install Magisk

In this step, install the Magisk, there are two ways to download the Magisk. One is you can download from the official site. Or you can download from here.

 

You can also download the latest Magisk from GitHub as the latest GitHub also released officially.

Once you download the files from the above link, or GitHub or official website, copy the .zip folder and paste into the ADB and FastBoot Folder. We recommend that you download the Magisk from the above link. Because we also update the link whenever new released come. So it is easy for you.

Step#6: Write these commands

Go back to the command prompt that already opened. Now write these commands,

 adb push magisk-vXX.X.zip 

Make sure the name of the folder should be like this, as you can see in the above command. Or write command according to the folder name.

With the help of the command line, Magisk will push and move into the phone from PC.

In your phone, now find the Magisk File (.zip), you can check in the download or other folders once you get the .zip Magisk file in your phone. Just Unzip it using the TWRP.

Step#7: Reboot

Reboot your phone just one time. After reboot, your phone will enter into Root. Now you can install custom ROM and desire apps in the rooted phone.

Final Words:

There are also many other methods of Root phones. For example: recently, we have rooted OnePlus 7 with the SuperSU. If you want to check that method, you can check and ask in the comment for any queries.

 

LEAVE A REPLY

Please enter your comment!
Please enter your name here