Advertisement

Advertisement

Advertisement

The latest Magisk Beta is now available for download. Check out the new features and follow this guide to root Android using Magisk 14.5 Beta update.

Magisk is very popular among the Android developers and customization community. It has gained its popularity due to its ability to modify your Android device systemlessly. That is, without touching the /system partition. A majority of Android power users now use the Magisk root, because it offers several more features like Magisk Hide, to hide root from apps like Android Pay and Pokemon Go. Today, we will be talking about the new update that the mod has received and instruct you on how you can root Android devices using Magisk 14.5 Beta update.

Root Android using Magisk 14.5 Beta Update

Table of Contents

Magisk 14.5 Beta Update – New Features and Changes

Yesterday, Magisk’s creator and lead dev – topjohnwu released a new beta update for the users. According to the official changelog, the major highlights include support for Xiaomi Mi A1, Pixel 2 (and XL), and also major improvements in how Magisk Hide feature works. The update also incorporates the use of Dynamic Initramfs setup, across all the supported devices.

The official changelog for Magisk 14.5 Beta update, as stated on the source is as follows:

  • [Daemon] Moved internal path to /sbin/.core, new image mount point is /sbin/.core/img
  • [MagiskSU] Support switching package name, used when Magisk Manager is hidden
  • [MagiskHide] Add temporary /magisk removal
  • [MagiskHide] All changes above contributes to hiding from nasty apps like FGO and several banking apps
  • [Magiskinit] Fix bootloop issues on several devicesv14.5 (1455)
  • [Magiskinit] Use magiskinit for all devices (dynamic Initramfs)
    – [Magiskinit] Fix Xiaomi A1 support
  • [Magiskinit] Add Pixel 2 (XL) support
  • [Magiskboot] Add support to remove avb-verity in dtbo.img
  • [Magiskboot] Fix typo in handling MTK boot image headers
  • [script] Along with updates in Magisk Manager, add support to sign boot images (AVB 1.0)
  • [script] Add dtbo.img backup and restore support
  • [misc] Many small adjustments to properly support old platforms like Android 5.0
  • [misc] Build binaries with NDK r10e, should get rid of the nasty linker warning when executing magisk

Though the update is labeled as Beta, it still proves to be a significant turning point for newer devices like the original Pixel, Pixel 2, and Mi A1.

Now, let’s talk about how you can root Android using the Magisk 14.5 Beta update.

Prerequisites

Instructions to Root Android using Magisk 14.5 Beta Update

We will be covering up two different methods to install Magisk 14.5 Beta update. Method 1 is for those who already have TWRP recovery installed on their devices. For users who want to install Magisk without TWRP, can follow method 2.

Method 1: Flash Using TWRP Recovery

  1. Download the Magisk 15.4 Flashable ZIP file: Magisk-v15.4.zip
  2. Connect your device to the PC via the USB cable.
  3. Copy the downloaded zip to the internal storage and remember the location where you copied it.
  4. Disconnect your Android device.
  5. Reboot your Android phone into TWRP using the special buttons combination. Alternatively, you can also use the following ADB command:
    adb reboot recovery
  6. Once your device enters TWRP, go to the ‘Install’ option.
    Root Android using Magisk 14.5 Beta Update using TWRP
  7. Browse to the location where you copied the Magisk zip file and select it.
  8. When the file is selected, swipe the ‘Swipe to confirm Flash’ button to install Magisk 14.5 Beta update.

Once the flashing process is complete, press the ‘Wipe dalvik/cache’ button. Finally, press the ‘Reboot System’ button boot your device into the OS.

There you go, you have just been able to root your Android using Magisk 14.5 Beta update.

Method 2: Patch Stock Boot Image

Those who don’t want to install TWRP can simply patch the stock boot.img (kernel) and flash it using Fastboot.

  1. You will first need to grab the stock boot.img. For Nexus and Pixel phones, you can get it here. For other devices, you will need to check it with your manufacturer.
  2. Once downloaded, copy the boot.img to your phone’s internal storage.
  3. Download Magisk Manager v5.4.3 APK and install it on your device: MagiskManager-v5.4.3.apk
  4. Launch the app from the app drawer.
  5. On the app’s main screen, hit the ‘Install’ button. Tap on ‘Install’ again and select ‘Patch Boot Image File’.
    Patch Boot Image to Install Magisk 14.5 Beta Update
    Patch Boot Image to Install Magisk 14.5 Beta Update
  6. Browse the internal storage and select the boot.img for patching.
  7. Once the boot image patching is done, the new ‘patched_boot.img’ will be present in ‘MagiskManager’ folder in the internal storage.
  8. Now, you will need to flash this patched boot image to your device. So connect your device to the PC and transfer the ‘patched_boot.img’ file to the C:\adb folder (Prerequisites, #3).
  9. Inside this folder, press and hold the SHIFT key and right-click on an empty space.
  10. Select ‘Open Command window here’ or ‘Open PowerShell window here’ from the menu.
  11. Boot your Android into Fastboot mode and connect it to the PC.
  12. Now use the following command to root your Android using Magisk 14.5 Beta update:
    fastboot flash boot patched_boot.img

    Flash Patch Boot Image to Install Magisk 14.5 Beta Update

  13. Once the file has been flashed, use the following command to reboot:
    fastboot reboot

Your phone shall reboot back into the rooted OS. You can now go ahead and try various Magisk modules, root-enabled apps, or even MagiskHide feature to hide root from banks apps.

Check out some tips for rooted Android devices:

So you have now successfully rooted Android device using Magisk 14.5 Beta update. If you have any problems during the process, leave a comment below.

Source: XDA-Developers

Post a Comment

Comment Policy: We welcome relevant and respectable comments. Only input your real first name and valid email address if you want your comment to appear. Read our comment policy fully before posting a comment.