{"id":23739573,"url":"https://github.com/symbuzzer/livebootmodule","last_synced_at":"2025-12-24T21:59:51.802Z","repository":{"id":165897495,"uuid":"637890348","full_name":"symbuzzer/livebootmodule","owner":"symbuzzer","description":"A Magisk, KernelSU and APatch module that enables unix-style (verbose) boot animation for Android devices","archived":false,"fork":false,"pushed_at":"2024-03-31T08:15:06.000Z","size":745,"stargazers_count":57,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-03-31T09:24:43.288Z","etag":null,"topics":["kernelsu","liveboot","magisk","module"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/symbuzzer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"patreon":"user?u=88377368"}},"created_at":"2023-05-08T16:17:59.000Z","updated_at":"2024-04-15T12:52:31.048Z","dependencies_parsed_at":"2023-07-31T07:20:19.379Z","dependency_job_id":"9411fca5-dc11-490d-b6d9-301f054d8d23","html_url":"https://github.com/symbuzzer/livebootmodule","commit_stats":null,"previous_names":["symbuzzer/livebootmodule","symbuzzer/livebootmagisk"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symbuzzer%2Flivebootmodule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symbuzzer%2Flivebootmodule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symbuzzer%2Flivebootmodule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symbuzzer%2Flivebootmodule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/symbuzzer","download_url":"https://codeload.github.com/symbuzzer/livebootmodule/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231970931,"owners_count":18453925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kernelsu","liveboot","magisk","module"],"created_at":"2024-12-31T09:37:02.176Z","updated_at":"2025-12-24T21:59:51.794Z","avatar_url":"https://github.com/symbuzzer.png","language":"Shell","readme":"# LiveBoot Magisk \u0026 KernelSU \u0026 APatch Module\n\n## Description\n\n- A Magisk, KernelSU and APatch module that enables unix-style (verbose) boot animation for Android devices\n- Magisk, KernelSU and APatch module of [Chainfire](https://github.com/Chainfire)'s [LiveBoot](https://github.com/Chainfire/liveboot) app without any app or UI\n\nPreview: https://www.youtube.com/watch?v=N0tqzVWxpJk\n\n## Supported devices \u0026 ROMs\n\nIt has been successfully tested on many Android 15, 14, 13 and 12 based ROMs. Should work all rooted devices via Magisk, KernelSU and APatch.\n\n## Download\n\n[Releases](https://github.com/symbuzzer/livebootmodule/releases)\n\n## Changelog\n\n[CHANGELOG.md](https://github.com/symbuzzer/livebootmodule/blob/main/CHANGELOG.md)\n\n## LiveBoot Customization Guide\n\n\u003e [!NOTE]\n\u003e `loader.sh`, `config` and `liveboot.apk` are in the directory `/data/adb/modules/livebootmagisk`.\n\n1. Open `config` file using a text editor.\n2. Modify the settings as per your requirements (listed below). **⚠️Warning: don't add anything else (even a comment line) to the file!⚠️**\n3. Save the files and reboot your device to apply the changes.\n\n#### Manual Customization Options\n\n- Background colors: ` ` (no character, it's the default LiveBoot app's gray-ish background color), `dark`, `transparent`\n- Logcat levels: `V` (Verbose), `D` (Debug), `I` (Info), `W` (Warning), `E` (Error), `F` (Fatal), `S` (Silent)\n- Logcat buffers: `M` (Main), `S` (System), `R` (Radio), `E` (Events), `C` (Crash)\n- Logcat formats: `brief`, `process`, `tag`, `thread`, `time`, `threadtime`\n- Logcat colors: `colors`, `logcatnocolors`\n- DMESG: `0--1` (off), `0-99` (on)\n- Lines: any value you want\n- Wordwrap: `wordwrap`, ` ` (no character)\n- Save logs: `save` (saves log in `/data/cache`, just like in the app), ` ` (no character)\n- Fallback width and fallback height: usually your device's screen resolution, but you can put other values to spoof another screen size\n\n#### Example Configuration\n\n```sh\ntransparent\nlogcatlevels=VDIWEFS\nlogcatbuffers=MSREC\nlogcatformat=threadtime\ncolors\ndmesg=0-99\nlines=80\nwordwrap\nsave\nfallbackwidth=1080\nfallbackheight=2340\n```\n\n## Licenses\n\n- loader.sh (originally 0000liveboot), liveboot.apk, libdaemonize.so files* are licensed under the [GPLv3](https://github.com/Chainfire/liveboot/blob/master/LICENSE) by [Jorrit \"Chainfire\" Jongma](https://github.com/Chainfire).\n- For detailed licenses: [COPYING](https://github.com/Chainfire/liveboot/blob/master/COPYING), [LICENSE](https://github.com/Chainfire/liveboot/blob/master/LICENSE)\n- Other parts of this project are licensed under [GPLv3](https://github.com/symbuzzer/livebootmagisk/blob/main/LICENSE) too.\n\n**Source: https://github.com/Chainfire/liveboot/tree/master/liveBootAni2/src/main/java/eu/chainfire/liveboot*\n","funding_links":["https://patreon.com/user?u=88377368"],"categories":["Customization and Theming","others","Shell"],"sub_categories":["Boot and Startup"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymbuzzer%2Flivebootmodule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsymbuzzer%2Flivebootmodule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymbuzzer%2Flivebootmodule/lists"}