Home > Root

How to Root Oppo Reno3 Pro via Magisk

In this guide, we will show you the steps to root the Oppo Reno3 Pro device via Magisk. When it comes to the budget offering, devices from this Chinese OEM are slowly but surely becoming a name to reckon with. Incorporating all the necessary prerequisites at a price that doesn’t burn a hole in your pockets, well, one couldn’t have asked for more.

Along the same lines, Oppo devices are becoming quite an active player in custom development. Once you unlock the device’s bootloader, there is a plentitude of things that you could try out. These include the likes of flashing Magisk Modules, Substratum Themes, Xposed Framework, Viper4Android, etc.

However, before you could get a hold of these mods, there is an important requirement that you need to checkmark- you should have administrative rights over your device. This is possible by systemless-ly rooting your device via Magisk which is exactly what we would be discussing here. So without further ado, let’s start off with the guide to root the Oppo Reno3 Pro device via Magisk.

How to Root Oppo Reno3 Pro via Magisk

root oppo reno3 pro magisk

The below instructions are listed under separate sections for ease of understanding. Make sure to follow in the exact same sequence as mentioned. Droidwin and its members wouldn’t be held responsible in case of a thermonuclear war, your alarm doesn’t wake you up, or if anything happens to your device and data by performing the below steps.

Install Android SDK

install adb platform tools windows

First and foremost, you will have to install the Android SDK Platform Tools on your PC. This is the official ADB and Fastboot binary provided by Google and is the only recommended one. So download it and then extract it to any convenient location on your PC. Doing so will give you the platform-tools folder, which will be used throughout this guide.

Enable USB Debugging and OEM Unlocking

Next up, you will also have to enable USB Debugging and OEM Unlocking on your device. The former will make your device recognizable by the PC in ADB mode. This will then allow you to boot your device to Fastboot Mode. On the other hand, OEM Unlocking is required to carry out the bootloader unlocking process.

enable-usb-debug-oem-unlock-oppo-reno3-pro

So head over to Settings > About Phone > Tap on Version 7 times > Go back to Settings > Additonal Settings > Developer Options > Enable USB Debugging and OEM Unlocking.

Unlock Bootloader Oppo Reno3 Pro

You will also have to unlock your device’s bootloader. Do keep in mind that doing so will wipe off all the data from your device and could nullify its warranty as well. So if that’s well and good, then please refer to our Bootloader Unlocking Guide.


The next two steps require you to download the stock firmware and then extract the resultant payload.bin file to get the stock boot.img. I have already done so for the Oppo Reno3 Pro device with firmware version CPH2035_11_A.33. So if you are also on the same firmware version, then you may skip the next two steps and directly get the stock boot.img from here:

  • Download Oppo Reno2 Boot.img: Version CPH2035_11_A.33

Download Oppo Reno3 Pro Stock Firmware

Next up, download your device stock firmware from the official site, whose links we have shared below. Make sure to download the same firmware that is currently installed on your device. You may match the firmware version by your device’s Build Number.

Extract Oppo Reno3 Pro Payload.bin

extract-oppo-reno3-pro-ozip-boot.img-root-magisk

The firmware that you have downloaded will be in OZIP format. So we would need to extract it in order to get the partition IMG file, which in this case would be the boot.img file. So refer to our guide to Extract OZIP Realme Stock ROM (Firmware). Once you have extracted the boot.img file, transfer it to your device, and then proceed to the next step to root the Oppo Reno3 Pro via Magisk.

Patch Oppo Reno3 Pro Stock Boot.img via Magisk

  1. First off, install the Magisk App on your device.
  2. Likewise, make sure that the boot.img has been transferred to your device.
  3. Then tap on the Install button situated next to Magisk.
  4. From the Method section, choose Select and Patch a file.
    patch-stock-boot.img-root-oppo-reno3-pro-magisk
  5. Browse to the extracted boot.img file and select it.
  6. Then tap on the Let’s Go option situated at the top right.
  7. Magisk will now load the boot.img file and will patch it accordingly. Once that is done, you would get the Download Complete message.
    magisk-patched-boot-image-root-oppo-reno3-pro-magisk
  8. The patched boot image file will be saved in Internal Storage > Downloads. The name of the file will be magisk_patched.img.
  9. If there are some additional characters at the end of this name, delete them so that the complete name remains magisk_patched.img.
  10. Finally, transfer this file to the platform-tools folder on your PC and then head over to the next step to root your Oppo Reno3 Pro via Magisk.

Boot Oppo Reno3 Pro to Fastboot Mode

  1. Now connect your device to the PC via USB cable. Make sure USB Debugging is enabled.
  2. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the Command Prompt.
    command-prompt-inside-adb
  3. Type in the following command in the CMD window to boot your device to Fastboot Mode
    adb reboot bootloader
  4. To verify the Fastboot connection, type in the below command and you should get back the device ID, as shown in the image.
    fastboot devices

Root Oppo Reno3 Pro via Magisk

Make sure that CMD is opened inside the platform-tools folder and that you have transferred the magisk_patched boot.img to this folder as well.

  1. Type in the below command in the CMD window to flash the Magisk Patched Boot.img file:
    fastboot flash boot magisk_patched.img
  2. Once done, you may now reboot the device to the OS via the following command:
    fastboot reboot

That’s it. These were the steps to root the Oppo Reno3 Pro via Magisk. If you have any queries concerning the aforementioned steps, do let us know in the comments. We will get back to you with a solution at the earliest.

Share: