How to Root RedMagic 9s Pro using KernelSU

How to Root RedMagic 9s Pro by using kernelsu, kernel-based root solution for android devices which use a pre modified kernel image to root your device, KernelSU allow Only permitted apps to access or see `su`, all other apps are not aware about this. if you are looking for way to Root Your RedMagic 9s Pro using kernelsu then you are on right place, you can do it by following below Instructions.

Requiremet’s

How to Root RedMagic 9s Pro Via KernelSU

  • Collect stock boot.img of your device
  • unpack it using magisk boot (linux)
magiskboot unpack boot.img
  • Download Correct Kernelsu for your device
  • extract kernesu collect image from it and replace it within extracted boot.img
mv -f Image kernel
  • now repack boot.img
magiskboot repack boot.img
  • flash patched boot.img via fastboot
fastboot flash boot boot.img