How to Root OnePlus Pad 3 using KernelSU

This guide will show you how to root OnePlus Pad 3 by modifying the stock boot image with a KernelSU-enabled kernel. KernelSU only allows approved apps to use su, so other apps won’t detect root access.

Important: Rooting can void your warranty and may brick your device if done wrong. Make sure you have the correct files for OnePlus Pad 3 and back up your data first.

Requirements

Overview

We will unpack the stock boot.img, replace the kernel with a KernelSU-enabled kernel, repack it, and then flash it with fastboot. After that, KernelSU will be active and su will only be available to apps you approve.

Steps

  1. Get the stock boot.img for OnePlus Pad 3 and keep a data backup of it.
  2. Unpack the boot image (Linux example):
    magiskboot unpack boot.img
  3. Download and extract the correct KernelSU build for OnePlus Pad 3.
  4. Replace the kernel in the unpacked files with the KernelSU Image:
    mv -f Image kernel
  5. Repack the boot image:
    magiskboot repack boot.img
  6. Flash the new boot image:
    fastboot flash boot boot.img
    fastboot reboot

After flashing

  • If the phone doesn’t boot, flash back your original boot.img.
  • Once booted, Install KernelSU App & check KernelSU is working.
  • Only upgrade KernelSU from trusted sources.
Tip: Keep your stock boot.img safe so you can restore it if something goes wrong.

You follow this guide at your own risk. The author is not responsible for any damage.