{"id":21106817,"url":"https://github.com/magisk-modules-repo/foxy-boot","last_synced_at":"2025-06-17T14:34:50.505Z","repository":{"id":52267499,"uuid":"180958033","full_name":"Magisk-Modules-Repo/foxy-boot","owner":"Magisk-Modules-Repo","description":null,"archived":false,"fork":false,"pushed_at":"2019-05-20T11:47:53.000Z","size":157,"stargazers_count":23,"open_issues_count":4,"forks_count":6,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-17T09:41:29.357Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Magisk-Modules-Repo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-12T07:50:31.000Z","updated_at":"2025-05-16T22:30:55.000Z","dependencies_parsed_at":"2022-09-12T04:20:19.988Z","dependency_job_id":null,"html_url":"https://github.com/Magisk-Modules-Repo/foxy-boot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Magisk-Modules-Repo/foxy-boot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magisk-Modules-Repo%2Ffoxy-boot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magisk-Modules-Repo%2Ffoxy-boot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magisk-Modules-Repo%2Ffoxy-boot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magisk-Modules-Repo%2Ffoxy-boot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Magisk-Modules-Repo","download_url":"https://codeload.github.com/Magisk-Modules-Repo/foxy-boot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magisk-Modules-Repo%2Ffoxy-boot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260379830,"owners_count":23000146,"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":[],"created_at":"2024-11-20T00:29:24.490Z","updated_at":"2025-06-17T14:34:45.450Z","avatar_url":"https://github.com/Magisk-Modules-Repo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Foxy Boot\n\nAndroid boot animation replacement which displays the kernel ring buffer or Android log.\n\n![Screenshot](https://user-images.githubusercontent.com/24494863/55270348-a4343380-5295-11e9-8bbe-aa6e65546ea4.png)\n\n## Configuration\n\nFoxy Boot uses black background color and white foreground color by default. The font scale is dependent on display DPI.\nThese values can be changed using the following system properties:\n\n* `foxy.boot.scale` — scale factor, can take integer values from 1 to 9\n* `foxy.boot.background` ­— background color in hex format (e.g. #000000)\n* `foxy.boot.foreground` ­— foreground color in hex format (e.g. #ffffff)\n* `foxy.boot.source` ­— message source (`kmsg` for the kernel ring buffer or `logd` for Android log)\n\nThese properties can be changed using init shell script. For instance, you can create `foxy-boot.sh` in\n`/sbin/.magisk/img/.core/post-fs-data.d` (don't forget to make it executable via `chmod a+x`) with the following\ncommands:\n\n```sh\nresetprop 'foxy.boot.scale' 2\nresetprop 'foxy.boot.background' '#ffffff'\nresetprop 'foxy.boot.foreground' '#000000'\nresetprop 'foxy.boot.source' 'logd'\n```\n\n## ABI and Linking Issues\n\nFoxy Boot works with private Android API which is not available in NDK. It's dynamically linked against stub libraries\nwhich should resemble the real libraries in the system, however successful linking and full ABI compatibility on the\nreal Android system cannot be guaranteed.\n\nThe program is also dynamically linked against `libc++.so`, which may be unavailable on some Android devices.\n\nThe installer script will perform necessary checks and patch the binaries accordingly. It will also report linker errors\nso they could be reported at my [GitHub repo](https://github.com/kitsunyan/foxy-boot).\n\n## License\n\nFoxy Boot is available under the terms of GNU General Public License v3 or later. Copyright (C) 2019 kitsunyan.\n\nThe program is partially based on `bootanimation` from the AOSP. Copyright (C) 2007 The Android Open Source Project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagisk-modules-repo%2Ffoxy-boot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagisk-modules-repo%2Ffoxy-boot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagisk-modules-repo%2Ffoxy-boot/lists"}