Today we will let you know how to root BLU G60 using Magisk without flashing TWRP custom recovery. Nowadays most of the Android users wish to customize their Android devices beyond the limits. So the only way is to root your phone and break all restrictions on your device. Rooting is a process that opens the door of unlimited possibilities of customizations on Android devices. The BLU G60 is one of the great phones from BLU which comes with better hardware and the latest Android OS.
So if you are not satisfied with your current Android OS and want to change it, then you must root your device first. Unfortunately, still, the official or unofficial TWRP custom recovery is not available for the BLU G60 smartphone. But no need to worry about that, here we come with a step by step guide on how to root BLU G60 via Magisk without flashing TWRP custom recovery.
There are many advantages of rooting your phone. After you root BLU G60 with Magisk, you will be able to install rooted apps, hibernate background running tasks, flash different custom ROMs, uninstalling system apps, edit/delete system root files, and much more. Also, rooting can help to improve battery timing, increase system speed, and lock screen or status bar changes, and so on. We know that official stock firmware is good but the previously mentioned features are not possible to get in official stock ROM.
Android is an open-source OS that can be easily customized. Nowadays rooting the Android phone is not a big task. So if this is your first time, then you can root BLU G60 with Magisk without any kind of risk. Follow the given below instructions carefully. Don’t forget to take the full backup of all your important phone data before proceeding. Now go to the instruction portion and follow the given guide.

Warning:
AndroidBlog will not responsible for any damage that occurred to your Blu G60 during or after the installation of TWRP custom recovery. Please keep in mind that replacing the stock recovery with TWRP recovery isn’t an official process so that you will lose the warranty of your Blu G60.
Pre-Requirements:
- Take a proper backup of all your important data like your contacts, call logs, texts, images, videos, and audio files on Blu G60 before starting the flashing process. It is recommended to keep everything safe and secured by syncing your files with your account.
- A Windows-based PC will be required for this process to install the Blu G60 USB drivers and the Android SDK toolkit.
- Install ADB and Fastboot to your personal computer
- The bootloader of your phone should be unlocked, otherwise, you’ll not be able to flash the TWRP.
- Enable USB Debugging option by navigating to Menu – Settings – Developer Options.
- The battery level of your Blu G60 smartphone should be at least about 70% to avoid unexpected shutdowns during installation.
Required Files:
- Download latest Blu G60 Stock ROM File
- SuperSU Package
- Latest Magisk Manger
- Download SPD Flash Tool
- MT65xx_USB_VCOM_DRIVERS
Steps To Extract and Patch Boot.image using Magisk:
- First of all, download and extract the ROM to your PC.
- Attach your device via USB cable and copy only the boot.img file from the extracted folder to your device storage
- Launch Magisk Manager. When a popup appears asking to install Magisk, select INSTALL and choose install again.
- Tap on “Patch Boot Image File”.
- Navigate to internal storage and select your phone’s boot image that you transferred earlier.
- Wait for a couple of seconds. Magisk will start patching the boot image.
- Once the boot image has been patched, copy the “patched_boot.img” from the internal storage and replace it in the same extracted ROM folder on your PC.
Steps to the Patched Boot Image on Blu G60 And Root Blu G60:
- First, download ADB and fastboot tool on your PC and extract it.
- Now you must move the patched boot image to the same folder.
- Hold the Shift key and click on the right mouse button to open the command window/PowerShell.
- Run the following command in the open command prompt.
- Flash the “patched_boot.img” to install Magisk and root your Android device:
fastboot flash boot patched_boot.img
- For devices with A/B partition system, use the following commands: fastboot flash boot_a patched_boot.img
fastboot flash boot_b patched_boot.img
- Now replace [patched_boot.img] with the name of the boot image file you downloaded, followed by the .img extension.
- The flashing process will begin. Once done, run
fastboot reboot
Done! You have successfully root Blu G60 without TWRP recovery.