Download OnePlus Pad Boot Images

If you own an OnePlus Pad and want it to be rooted, you would need boot.img files. We have got hold of both European as-well-as Indian boot.img files for OnePlus Pad. 

oneplus pad boot img files

13.1.0.544 EU:

13.1.0.602 IND

There is no need for custom recovery for OnePlus Pad. If you get stuck on waiting for devices, you would need to update the drivers and try again. 

Once you have downloaded boot.img and magisk patched files, you would need to flash them using ADB. 

Make sure you’ve developer mode enabled and have enabled USB debugging and OEM unlocking. Then, connect your OnePlus Pad and authorize ADB. Type these commands into the command shell.

adb reboot bootloader
fastboot flashing get_unlock_ability
fastboot getvar unlocked
fastboot flashing unlock
fastboot reboot

This will reboot Pad. Repeat 1-3 steps.

adb reboot bootloader
fastboot devices
fastboot flash boot_a ./magisk_patched-26100.img
# change file name as required
fastboot flash boot_b ./magisk_patched-26100.img # change file name as required
fastboot reboot