Skip to content

Instantly share code, notes, and snippets.

@rumplestilzken
Last active June 21, 2024 03:16
Show Gist options
  • Save rumplestilzken/1d66b6e3aae16ece75f06b00d466d246 to your computer and use it in GitHub Desktop.
Save rumplestilzken/1d66b6e3aae16ece75f06b00d466d246 to your computer and use it in GitHub Desktop.
Rooting Your Titan
Unlock your Titan.
Obtain Magisk.apk [Magisk 25.2](https://github.com/topjohnwu/Magisk/releases/download/v25.2/Magisk-v25.2.apk)
Obtain Stock Rom
Extract Stock Rom and copy boot.img to your Titan.
Run Magisk on boot.img, make sure to include vbmeta patch. Do not check this for Titan Pocket and Titan Slim
Copy new Magisk boot.img to your computer
Boot into bootloader mode (adb reboot fastboot or Power + Volume Up while booting, once booted into recovery, if you get
a No Command screen, hold power and tap volume up, boot to bootloader)
fastboot flash boot magisk-boot.img
# You will need to redo this step on lineage if you perform it on stock.
boot into system and open Magisk while connected to the internet.
finalize settings and reboot
# on lineage only, this will not work on stock.
adb root
adb remount # Not required on vndklite images
adb reboot # Not required on vndklite images
adb root # Not required on vndklite images
adb remount # Not required on vndklite images
adb shell touch /system/titan-test
If you get errors, there is something wrong. If the file is created in system, you are good to go.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment