Magazine

How to Install Magisk to Root Android Devices – Universal Systemless Interface

Posted on the 25 September 2020 by Saeed Ashif Ahmed @saeedashifahmed

The Android platform has got ample options to customize your Android devices and tablets. You would be able to modify the system software with these methods quite easily, which the OEM would normally restrict you to perform.

You can consider this mod if you are thinking of rooting this device or add third-party features.

How to install Magisk to root Android devices – Universal Systemless Interface

Magisk was originally developed by topjohnwu, back in the year 2016 and gradually, it got new features added to it, like the MagiskSU. It is also classified as a replacement for SuperSU.

This mod is potent of rooting any Android device running Android Lollipop, Marshmallow, Nougat, and Oreo.

  • Pass Google's SafetyNet tests though your phone that is to be rooted.
  • Make use of banking and security applications on rooted devices.
  • Modify the software without tampering the system (vendor) partitions.
  • Use open-source root solution to root any Android device.
  • Manage root permissions.
  • Make use of the fingerprint scanner to allow superuser requests.
  • Remove kernel features like forceencrypt and dm-verity.
  • Add third-party features by using Modules.

Prerequisites

  1. Method 1 needs to install TWRP Custom recovery.
  2. Method 2 needs to install ADB and Fastboot tools.
  3. Take a complete backup of your personal data.

See also: Official Galaxy S9 wallpapers, themes, sounds and apps [port] - download 'em here

Install Magisk Universal Systemless Interface:

The first method uses TWRP to flash the latest Magisk zip. In case TWRP is not available for your device, or you do not want to use it, opt for the second method.

WARNING: All the custom ROMs, Official Firmware, How-to guides, tutorials, roots, hacks, and tricks mentioned on our site belong to the respective developers. We are not responsible if anything goes wrong with your device. Perform it at your own risk.

Method 1: Flash Magisk using TWRP Recovery

  1. Download the latest stable/beta Magisk zip.
  2. Connect your phone to the PC.
  3. Transfer the downloaded zip file to the internal storage or SD card.
  4. Make use of the special button combination to boot your Android device into TWRP recovery.
  5. You can also use the following ADB command after connecting your device:
    adb reboot recovery
  6. Tap on the "Install" button in the Main menu.

    How to install Magisk to root Android devices – Universal Systemless Interface

    How to install Magisk to root Android devices – Universal Systemless Interface

  7. Navigate to the internal storage.
  8. Select the Magisk 16.3 ZIP file.

    How to install Magisk to root Android devices – Universal Systemless Interface

    How to install Magisk to root Android devices – Universal Systemless Interface

  9. Now, swipe the button on the screen to install Magisk on your Android device.
  10. HIT "Reboot System" button as the flashing process completes.

See also: Install Official ViPER4Android Audio Effects on Android 8.1 Oreo

Method 2: Patch Stock Boot Image

  1. Grab the stock boot image for the current firmware that is installed on your device.
  2. Now, place the boot image on the phone's internal storage or SD card.
  3. Download the Magisk Manager APK.
  4. Install the APK on your device.
  5. Open "Magisk Manager".
  6. Tap on the "Install" button.
  7. Choose "Install" again.
  8. Select "Patch Boot Image File".
  9. Navigate to the storage.
  10. Next, select your phone's boot image that you have already transferred before.
  11. Let Magisk do its job and patch the boot image.
  12. After it is patched, copy the "patched_boot.img" file from /sdcard/MagiskManager/ to C:\adb on your PC.
  13. Hold the SHIFT key and right-click on an empty space in that same folder.
  14. Now, select "Open PowerShell window here."
    How to install Magisk to root Android devices – Universal Systemless Interface
  15. You need to boot your Android device into Bootloader/Fastboot mode.
  16. The phone needs to be connected to the PC.
  17. Flash the "patched_boot.img" in order to install Magisk and root your Android device:
    fastboot flash boot patched_boot.img
  18. Use Fastboot reboot to reboot your Android device:
    fastboot reboot
  19. Confirm that the installation procedure was successful by opening the Magisk Manager.

You may further check out the Collection of Magisk Modules V2.0 from the official repository (XDA)!

See also: Top 50+ Android Apps for Rooted Devices!

If you encounter any problem, please comment below, and we will get back to you as soon as possible.

Please don't forget to share if you have found this post helpful!


Back to Featured Articles on Logo Paperblog