PhoenixBoot logo

Phoenix Boot Module: Stop Android Bootloops & Bricks

0.0(0 reviews)
By@Lysine000
Open Source
Downloads
41
Version
v1.4
Size
17.28 KB
Updated
24 Jul 2026

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 dd command for block-level, SHA256-verified copies of your boot image.
  • Redundant storage locations like /persist or /cache keep 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

  1. Flash the downloaded .zip file in your preferred root manager (Magisk, KernelSU, or APatch).
  2. Follow the on-screen prompts and use your Volume Keys to confirm your bootloader status.
  3. 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.