A Magisk, KernelSU and APatch module that enables unix-style (verbose) boot animation for Android devices
  • HTML 92.1%
  • Shell 7.9%
Find a file
2026-02-01 18:07:16 -05:00
.github Update create&release.yml 2023-05-21 11:18:53 +03:00
META-INF/com/google/android initial release 2023-05-08 19:44:52 +03:00
webroot update 2026-02-01 18:07:16 -05:00
CHANGELOG.md code refactor, bump version to 5.0.0 2025-07-13 16:43:52 +08:00
customize.sh code refactor, bump version to 5.0.0 2025-07-13 16:43:52 +08:00
libdaemonize.so Add files via upload 2024-03-15 13:47:51 +03:00
LICENSE Initial commit 2023-05-08 19:17:59 +03:00
liveboot.apk code refactor, bump version to 5.0.0 2025-07-13 16:43:52 +08:00
loader.sh code refactor, bump version to 5.0.0 2025-07-13 16:43:52 +08:00
module.prop update 2026-02-01 18:07:16 -05:00
README.md Update README.md 2025-09-24 09:54:41 +03:00
update.json code refactor, bump version to 5.0.0 2025-07-13 16:43:52 +08:00

LiveBoot Magisk & KernelSU & APatch Module

Description

  • A Magisk, KernelSU and APatch module that enables unix-style (verbose) boot animation for Android devices
  • Magisk, KernelSU and APatch module of Chainfire's LiveBoot app without any app or UI

Preview: https://www.youtube.com/watch?v=N0tqzVWxpJk

Supported devices & ROMs

It has been successfully tested on many Android 15, 14, 13 and 12 based ROMs. Should work all rooted devices via Magisk, KernelSU and APatch.

Download

Releases

Changelog

CHANGELOG.md

LiveBoot Customization Guide

Note

loader.sh, config and liveboot.apk are in the directory /data/adb/modules/livebootmagisk.

  1. Open config file using a text editor.
  2. Modify the settings as per your requirements (listed below). ⚠️Warning: don't add anything else (even a comment line) to the file!⚠️
  3. Save the files and reboot your device to apply the changes.

Manual Customization Options

  • Background colors: (no character, it's the default LiveBoot app's gray-ish background color), dark, transparent
  • Logcat levels: V (Verbose), D (Debug), I (Info), W (Warning), E (Error), F (Fatal), S (Silent)
  • Logcat buffers: M (Main), S (System), R (Radio), E (Events), C (Crash)
  • Logcat formats: brief, process, tag, thread, time, threadtime
  • Logcat colors: colors, logcatnocolors
  • DMESG: 0--1 (off), 0-99 (on)
  • Lines: any value you want
  • Wordwrap: wordwrap, (no character)
  • Save logs: save (saves log in /data/cache, just like in the app), (no character)
  • Fallback width and fallback height: usually your device's screen resolution, but you can put other values to spoof another screen size

Example Configuration

transparent
logcatlevels=VDIWEFS
logcatbuffers=MSREC
logcatformat=threadtime
colors
dmesg=0-99
lines=80
wordwrap
save
fallbackwidth=1080
fallbackheight=2340

Licenses

*Source: https://github.com/Chainfire/liveboot/tree/master/liveBootAni2/src/main/java/eu/chainfire/liveboot