• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Get Droid Tips

Get Droid Tips

Custom ROM | CyanogenMod | Android Apps | Firmware Update | MiUi | All Stock ROM | Lineage OS |

  • Android
  • Games
  • iPhones/iPad
  • Social Media
  • Windows
  • LineageOS 17.1
  • Android 10
  • iOS 14
  • Free Among Us for PC
  • Write for US
  • Watch IPL 2020 For Free
Home Rooting Smartphone

Easy Method to Root Vivo X30 Pro using Magisk without TWRP

Updated on June 10, 2020 by Mohammed Huwais

Advertisements

If you’re using the Vivo X30 Pro device and want to enable root access via Magisk then this guide is for you. In this guide, we have shared with you the steps to Root Vivo X30 Pro using Magisk without TWRP in a very simple way for your ease.

Every Android user wants to get the most out of it when it comes to the customizations and tweaking your device. Rooting is one of them and offers superuser or administrator access to the user in order to modify the system files and apps easily. After enabling root access, users can edit or delete system root directory files, overclock device performance, use rooted apps, install custom modules, etc. There are unlimited possibilities that you can perform on your rooted device easily.

In order to root your Vivo X30 Pro, we will use the Magisk to patch stock boot image and flash that to your device boot partition. Now, if you ask why Magisk? It’s a system-less root process that doesn’t tamper the system partitions while enabling root access. Magisk can also hide online security measures to work apps properly like any banking app, SafetyNet, etc.

Easy Method to Root Vivo X30 Pro using Magisk without TWRP

Advertisements

Table of Contents

  • 1 Vivo X30 Pro Specifications: Overview
  • 2 Steps To Root Vivo X30 Pro Using Magisk
    • 2.1 Pre-Requirements
    • 2.2 Required Downloads:
  • 3 1. How to Extract and Patch Boot.image using Magisk?
  • 4 2. Steps To Install the Patched Boot Image on Vivo X30 Pro
    • 4.1 Steps to Verify the Systemless Root

Vivo X30 Pro Specifications: Overview

Vivo X30 Pro is a fantastic smartphone launched on 16th December 2019. The device comes with an impressive 6.44 inch touchscreen display with a resolution of 1080 by 2400 pixels. Vivo X30 Pro is powered by an octa-core Samsung Exynos 980 processor coupled with 8GB RAM which makes it a flagship smartphone. The device comes with FunTouch OS based on the latest Android 10. The device has 128 GB of inbuilt storage however no SD card support.

Vivo X30 Pro has a massive 4500 mAh all-day battery which also supports proprietary fast charging. Af far as cameras are concerned, it has a primary 64 MP camera with f/1.8 aperture, a second 32 MP f/2.0 shooter, a third 8 MP f/2.2 shooter and a fourth 13 MP f/3.0 shooter. For selfie enthusiasts, it has 32 MP wide-angle camera with f/2.45 aperture. However, no IP67 or IP68 waterproof ratings are there for this device.

Steps To Root Vivo X30 Pro Using Magisk

Follow the full depth guide along with requirements and download links below.

Keep in mind:

  • Rooting may void the manufacturer’s warranty on your device.
  • Rooting will block the firmware OTA updates.

Now, let’s head over to some of the necessary steps which you need to abide by:

Advertisements

Pre-Requirements

  • Your phone should have battery juice more than 60% at least.
  • Keep a backup of your device data at first. Therefore, if anything goes wrong, you can get back the important data.
  • The image file in this article is supported by the Vivo X30 Pro model only. DO NOT try to flash it on other models.
  • You will also require a PC/Laptop and a USB cable in order to connect your device with the computer.
  • You should download all the necessary files, tools, and drivers from below accordingly.

Required Downloads:

  • Download ADB & Fastboot files (Windows/MAC)
  • Vivo USB Drivers – Download and install it on your computer
  • Download the latest Vivo X30 Pro Stock ROM and move it to the PC
  • Download and Install the QFil Flash tool on your PC.

Warning:

We’re at GetDroidTips won’t be responsible for any kind of error or damage that occurs to your phone during or after following this guide or flashing any file. You should know what you’re doing. Take a full backup at first and proceed at your own risk!

1. How 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”.
    Install patched boot image TWRP
  • 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.

Now you can follow the second step to flash the patched boot image file.

2. Steps To Install the Patched Boot Image on Vivo X30 Pro

Follow the proper guide to install Patched Boot Image on Vivo X30 Pro from below link:

  • Install the QPST package on your PC and run QFIL. Select Flat build, then navigate the programmer path to your ROM folder. Select the prog_emmc_ufs_firehose_Sdm660_ddr.elf as your programmer path. Next, load XMLs RawProgram0.xml and patch0.xml.
  • Let’s begin by booting our phone into emergency download mode.
  • To boot into emergency download mode, you need to press and hold Shift Key and Right Click button on the mouse in the empty space. You will see the below dialog box popping up.
  • Click on Open Powershell Window or Command window here. Basically, the command prompt opens up upon clicking.
  • Type the adb command to boot your phone into emergency download mode
    adb reboot edl
  • QFIL should go from ‘No Port’ to ‘Qualcomm HS-USB QDLoader 9008’.
  • Immediately after you see this pop-up, select ‘Download’. This will completely reset your device.
  • If flashing was successful, wait a bit then boot your device. You should see a little warning complaining that the software has been altered. Wait a little bit more. You can install magisk manager at this point if it didn’t show up after the flash. Reboot the device again.
  • That’s it! You should have a rooted device now.

In some cases, if the above method doesn’t work on your Vivo X30 Pro, then try via ADB fastboot method.

  • Now, extract the ADB & Fastboot tool, then move the patched boot image file to the same folder.
  • Press and hold down the Shift key + right-mouse-click to open the command window/PowerShell.
  • Next, enter the following command in order to 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, you have to use the following commands:
fastboot flash boot_a patched_boot.img

fastboot flash boot_b patched_boot.img

Please replace [patched_boot.img] with the name of the boot image file you downloaded followed by the .img extension.

  • Wait for the flashing process to complete.
  • Finally, type in the command to reboot your device.
fastboot reboot
  • That’s it.

Steps to Verify the Systemless Root

  1. Launch the Magisk Manager app on your device.
  2. Now, in order to verify the systemless root access on your phone, you will see the status screen. Here all options should be green ticked if properly rooted. If yes, that means you’ve successfully bypassed the Google SafetyNet measure as well.Magisk Status Check

That’s it, guys. We hope that you’ve found this guide useful and have successfully rooted your Vivo X30 Pro device. For any queries, feel free to ask in the comments below.

Tagged With: Vivo, Vivo X30 Pro

Primary Sidebar

Buying Guide

Top 6 Smartphones on Black Friday Deals 

Best Motherboards for the AMD Ryzen 9 5900X

Best Power Supply Unit (PSU) For Nvidia RTX 3090, 3080, And 3070 GPU

Best 3D Mu6 Dummy Head Recording Earphone

Best Hidden Cams To Buy in 2020

60Hz vs 144Hz vs 240Hz Monitors – Differences and Purchase Guide

How To Use PayPal On Amazon To Shop Safely?

RTX 3070 vs 3080 vs 3090: Differences, Performance, Design, Price, and More

Geforce RTX 3080 and RTX 3090 Pre-Order Guide: Where To Buy in India

How Much Will it Cost in India for Nvidia GeForce RTX 3070 / 3080 / 3090?

Advertisements
Advertisements

Footer

Signal Private Messenger Alternatives for Android and iPhone

How to Change Android DNS Settings

Download Google Camera for Samsung Galaxy M12 [GCam APK]

How to Change Google Drive Backup and Sync Folder Location

How to Stop Signal From Telling You When Your Contacts Join

Download Google Camera for Oukitel C22 [GCam APK]

Download Latest Disney+ APK v1.11.3+ | Added All Language List

Fix: Cannot Delete Key: Error While Deleting Key on Windows 10

How to Fix Your Slow SSD on Windows 10

How to Recover PowerPoint Password on Windows 10

How to Switch Windows Hello Login method from PIN to Password?

Best CSV File Viewer Software for Windows 10

How to Disable Adobe Acrotray.exe from Startup

How to Use Microsoft’s PowerToys on Windows 10?

What is Doordash Error Code 400 and How to Fix It?

Why Does Zoom Error Code 3113 Appears and How to Fix?

Zoom Error 2011 | What This Error Code Mean and How To Fix it?

How to Find If Someone Deleted your Conversation on Snapchat

How to Activate Discovery Plus on TV

How to Cancel Fabletics VIP Membership

How to Get Discovery Plus for Free

© 2021 · Get Droid Tips

  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Editorial Policy
  • Terms of Use
  • Write for Us