Android rooting

Last updated : 20/9/2024 (Introducing APatch)

- Introduction -

- Prerequisites -

Magisk
KernelSU
APatch

Introduction

This one had it coming since the PrivMod guide got rewritten to kingdom come, especially since Magisk stopped supporting full installations via TWRP & KernelSU gets bundled into some custom ROMs & kernels. For this one, unlocked bootloader is mandatory.

Prerequisites

Required stuff :

Magisk

The good old root method that is still maintained, before those kernel-based root methods found below got introduced to Android.

Old patch-in-the-recovery installation (viable between 22.0-25.2)

New patch-in-the-recovery installation (<22.0 & ≥26.0; only viable for device with boot ramdisk)

Official Installation guide :

KernelSU

KernelSU ≥1.0.0 only works with GKI devices. 0.9.5 compatibility with non-GKI devices seem mixed. Personally, I recommend this method only if you're using GKI devices, or if you're willing to stick with an older KernelSU version in your custom kernel and/or ROM (or if KernelSU got a fork dedicated to non-GKI devices).

Installation guide :

APatch

Magisk's boot.img patching installations mixed with KernelSU UX. Ties me to stock kernel whenever I use it (at least in the one time I did it in Poco F1 on Lineage 18.1), so I only recommend APatch if you don't mind being on stock kernel (or if your custom kernel of choice can be used with APatch)

Installation guide :

Back to top

Android Privacy Mod - Basic

Index - cellphone

Main Page