How to Root an Android Phone using Custom Recovery | How to install Magisk | Easiest method to Root and Install Magisk || by Vikzz Tech
This method will work best on Android 9,10,11. (Personally Tested and Worked Perfectly)
How to Root/Install Magisk ?
Prerequisities
- Unlock Bootloader
- Custom Recovery Installed (TWRP, OFX, PBRP)
- Magisk apk/ Magisk Zip file.(Latest)
- After downloading this Magisk.apk rename it and instead of .apk" change it to ".zip"
- Then Boot your phone into Recovery
- Go to Install and locate the Magisk.zip file (which we renamed earlier from apk to zip)
- Click on the file and swipe to flash.
- After you get the message as done click on Reboot.
- Done! Now your Phone has been rooted
- You can check the root using root checker
- Now you will find icon in your app drawer as Magisk open it and it will ask you for installing the Magisk click on yes.
- Stay on that screen after installing it ask for Installing click on ok and You are good to go!
- You have successfully installed magisk and rooted your Android Phone
Introduction To Root, Magisk and Custom Recovery
What is Magisk?
If you’ve been around the Android world for the last few years, you’ve probably heard the term “Magisk” being thrown around. It’s a relatively new tool for customizing Android devices. It was developed by XDA Developer topjohnwu in 2016. Magisk is an alternative to the long-standing SuperSU, but it’s much more than just a root method. There are some key things you should know about this popular tool before you dive in.
Magisk is known as a “systemless” root method. It’s essentially a way to modify the system without actually modifying it. Modifications are stored safely in the boot partition instead of modifying the real system files. This is the most important feature of this tool. Since the original system files remain unchanged, modifications can go undetected by Google SafetyNet.
Googley SafetyNet is the reason why a lot of people use this tool over other methods. SafetyNet detects when the system has been tampered with and blocks certain apps from working properly. Google Pay, Netflix, and Pokemon GO are a few examples. SafetyNet is an important security measure, but it can be overly aggressive. Magisk allows users to have root and other modifications while still using these popular apps. Methods like SuperSU modify the system files, which triggers SafetyNet to block apps.
Magisk opens up your device to a world of modifications. Root is just one of the many modules you can install. A “Module” is an installable modification that allows for easy customization and tinkering. If you’ve heard of the Xposed Framework, this is a similar concept. These modules include things like ad-blockers, emoji replacements, CameraAPI2 enabler, and much more. They’re handy mods that can extend the functionality of your Android device. Tons of useful modules can be found right here on XDA and in the Magisk Manager app. You can find the modules in the Manager app from the slide-out menu.
(Source: XDA Developers)
Comments