Last active
December 20, 2024 01:40
-
-
Save rumplestilzken/1d66b6e3aae16ece75f06b00d466d246 to your computer and use it in GitHub Desktop.
Rooting Your Titan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
@rumplestilzken - good to know as I'm just about to root my OG. Been using the Pocket for last few days and all was well until the stupid USB-C port on it broke, now can't even charge it. Hopefully unihertz will warranty it since its only 6 months old.
They are pretty fair about replacement or repairs even when it is your
fault.
…On Thu, Dec 19, 2024, 8:36 PM ob7 ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
@rumplestilzken <https://github.com/rumplestilzken> - good to know as I'm
just about to root my OG. Been using the Pocket for last few days and all
was well until the stupid USB-C port on it broke, now can't even charge it.
Hopefully unihertz will warranty it since its only 6 months old.
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/rumplestilzken/1d66b6e3aae16ece75f06b00d466d246#gistcomment-5351031>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA27YVUHURZACBZIL2K3GB32GNYBXBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVEYTEMJVGU2DAOBVU52HE2LHM5SXFJTDOJSWC5DF>
.
You are receiving this email because you were mentioned.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original Titan REQUIRES 25.2, it has never been important enough to modify the guide.