Module Overview
Phoenix Boot is a low-level Android watchdog module designed to prevent bootloops and permanent device bricks. By actively monitoring the boot cycle, it automatically restores verified partition backups if the system crashes or fails to reach a stable state.
I've been running this on my daily driver while testing experimental kernels, and it is a complete lifesaver for aggressive modding. Under the hood, it injects a kernel panic parameter so your phone actually reboots on a hard crash instead of hanging, letting the watchdog script kick in to do its job. It brings real peace of mind knowing I won't lose my setup to a bad tweak or a random freeze.
Core Features
- Kernel Panic Watchdog patches the cmdline to force immediate reboots on hard crashes instead of locking up.
- Raw partition backups use the
ddcommand for block-level, SHA256-verified copies of your boot image. - Redundant storage locations like
/persistor/cachekeep your fallback files safe even after wiping data. - Tracks system stability by waiting exactly 300 seconds after boot before resetting the panic counters to zero.
Support & Requirements
- Android Versions: Universal (Modern Android OS)
- Root Type: Magisk, KernelSU, or APatch
How to Install
- Flash the downloaded .zip file in your preferred root manager (Magisk, KernelSU, or APatch).
- Follow the on-screen prompts and use your Volume Keys to confirm your bootloader status.
- Reboot the device to let the module back up your original boot image and start the watchdog service.
Rate this Module
Share your experience with the community.
* You will be prompted to login via Google in one click to verify your rating.