| Adding to the list of things that you can do with root on Android: - App Manager[1] has a powerful feature that lets you disable trackers in every single app on the device. (Menu > 1-Click Ops > Block/unblock trackers) - Neo Backup[2] is the most comprehensive backup app on Android, with automatic scheduling. It lets you back up and restore anything you want, including app data that the developer labeled "no_backup". - Install and upgrade apps from third-party app stores without needing to manually confirm each installation. Extremely useful for Aurora Store[3] and Neo Store.[4] - Universal SafetyNet Fix,[5] combined with MagiskHide Props Config[6] and Magisk,[7] allows you to spoof SafetyNet on your device to improve compatibility with apps that check for it, including some banking apps, commerce apps, and games. > trusting Magisk, going without Clockwork Mod on many platforms, eschewing security updates I have no problem trusting Magisk[7] as a free and open source Android rooting solution. ClockworkMod Recovery has been discontinued for years. The most advanced Android recovery is TWRP,[8] and TWRP is not needed to root the device with Magisk. I don't know what you mean by "eschewing security updates" since rooting Android does not prevent you from receiving security updates. [1] App Manager: https://github.com/MuntashirAkon/AppManager [2] Neo Backup: https://github.com/NeoApplications/Neo-Backup [3] Aurora Store: https://f-droid.org/en/packages/com.aurora.store/ [4] Neo Store: https://github.com/NeoApplications/Neo-Store [5] Universal SafetyNet Fix: https://github.com/kdrag0n/safetynet-fix [6] MagiskHide Props Config: https://github.com/Magisk-Modules-Repo/MagiskHidePropsConf [7] Magisk: https://github.com/topjohnwu/Magisk [8] TWRP: https://twrp.me/ |
Funny, since I read your post, I realize that I actually meant TWRP - I don't think I ever actually used Clockwork!
In any case, the simplicity of escaping any bootloops afforded using TWRP really necessitated its use - if you chose to risk your device's sanity with xposed/magisk scripts...