In this guide, we will show you the steps to root your OnePlus 13 via KernelSU Next and SUSFS. There exist quite a few ways using which you can root your Android device, with Magisk reigning supreme at the top. However, we are seeing a slight change in the priority among the tech enthusiasts. There has been a minuscule yet noticeable shift among the users from Magisk to its counterparts.
These include the likes of unofficial forks of Magisk like Kitsune or Delta, or other third-party alternatives like KernelSU, APatch, and KernelSU Next. So why this change all of a sudden? Well, it has now become quite a challenging task to hide root as banking and payment apps have put in place numerous checks for the Magisk binary.
However, they are yt to do so for the aforementioned apps. Hence, if you rooted via any of those apps, then there’s a high chance that you can easily bypass the root checks on your device and use payment apps without any issues. So due to all these reasons, this guide will show you the steps to root your OnePlus 13 via KernelSU Next and SUSFS. Follow along,
How to Root OnePlus 13 via KernelSU Next and SUSFS
Before starting, please take a backup of all the data on your device. 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.
- To begin with, download and extract the Android SDK Platform Tools on your PC.
- Then enable USB Debugging and OEM Unlocking and connect your device to PC via USB.
- Now unlock the bootloader on your device via the fastboot flashing unlock command.
- Then install the KSU Next app > patch the init_boot.img file via it.
- Now transfer this patched file to platform-tools and rename it to patched_init_boot.img
- Next up, download and install the Key Attestation app on your device.
- Then download the 6.6.66 kernelsu next boot.img (or more than .66 if available) from here.
- Now boot your device to the Fastboot Mode via:
adb reboot bootloader
- Then flash the patched init_boot via:
fastboot flash init_boot patched_init_boot.img
- Now restart your device, launch KernelSU Next, and make sure it is working in LKM Mode.
- Then get the vbmeta.img file from the same firmware version that is installed on your device.
- Now transfer the file to the platform-tools folder. Then boot your device to the Fastboot Mode
adb reboot bootloader
- Now disable Android Verified Boot by flashing vbmeta.img as follows:
fastboot --disable-verification flash vbmeta vbmeta.img
- Now flash the boot.img as follows:
fastboot flash boot boot.img
- Then flash the SUSFS module from here. Now copy the verified boot hash under “root of trust”
- Go to /data/adb/VerifiedBootHash and put the string you copied in the text file
- Finally, restart your device for the changes to take place.
That’s it. These were the steps to root your OnePlus 13 via KernelSU Next and SUSFS. 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 as soon as possible.