├── .gitattributes ├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── android-black-on-pink-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── android-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── android-green-on-black-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── android-kitkat-easter-egg-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── android-red-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── aokp-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── aokp-magical-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── apple-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── apple-electrocution-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── blue-lines-a-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── ctos-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── cyanogen-android-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── cyanogen-dark-boot-logo-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── cyanogen7-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── ea-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── error-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── examples ├── android-bootfx.gif ├── android-green-on-black-bootfx.gif ├── android-purple-bootfx.gif ├── aokp-bootfx.gif ├── aokp-magical-bootfx.gif ├── apple-bootfx.png ├── apple-electrocution-bootfx.gif ├── blue-lines-a-bootfx.gif ├── ctos-bootfx.gif ├── cyanogen-android-bootfx.gif ├── cyanogen-bootfx.gif ├── cyanogen-dark-boot-logo-bootfx.gif ├── ea-bootfx.gif ├── error-bootfx.gif ├── iron-man-bootfx.gif ├── kitkat-bootfx.gif ├── linux-bootfx.gif ├── marvel-avengers-sequence-bootfx.gif ├── miui-blue-android-on-black-bootfx.gif ├── miui-white-android-on-black-bootfx.gif ├── miui-white-android-on-blue-bootfx.gif ├── nethunter-bootfx.gif ├── oneplus-bootfx.gif ├── pissing-on-apple.gif ├── pixel-bootfx.gif ├── reactor-bootani-revision-bootfx.gif ├── shield-bootfx.gif ├── simple-android-black-on-red-bootfx.gif ├── simpsons-bootfx.gif ├── superhero-bootfx.gif ├── valorant-bootfx.gif ├── windows-bootfx.gif └── xbox-bootfx.gif ├── iron-man-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── kitkat-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── linux-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── marvel-avengers-sequence-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── miui-blue-android-on-black-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── miui-white-android-on-black-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── miui-white-android-on-blue-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── nethunter-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── oneplus-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── pissing-on-apple-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── pixel-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── shield-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── simple-android-black-on-red-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── simpsons-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── superhero-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── valorant-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json ├── windows-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json └── xbox-one-bootfx ├── CHANGELOG.md ├── auto_mount ├── customize.sh ├── module.prop ├── service.sh ├── uninstall.sh └── update.json /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/README.md -------------------------------------------------------------------------------- /android-black-on-pink-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-black-on-pink-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /android-black-on-pink-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android-black-on-pink-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-black-on-pink-bootfx/customize.sh -------------------------------------------------------------------------------- /android-black-on-pink-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-black-on-pink-bootfx/module.prop -------------------------------------------------------------------------------- /android-black-on-pink-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-black-on-pink-bootfx/service.sh -------------------------------------------------------------------------------- /android-black-on-pink-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-black-on-pink-bootfx/uninstall.sh -------------------------------------------------------------------------------- /android-black-on-pink-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-black-on-pink-bootfx/update.json -------------------------------------------------------------------------------- /android-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /android-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-bootfx/customize.sh -------------------------------------------------------------------------------- /android-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-bootfx/module.prop -------------------------------------------------------------------------------- /android-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-bootfx/service.sh -------------------------------------------------------------------------------- /android-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-bootfx/uninstall.sh -------------------------------------------------------------------------------- /android-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-bootfx/update.json -------------------------------------------------------------------------------- /android-green-on-black-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-green-on-black-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /android-green-on-black-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android-green-on-black-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-green-on-black-bootfx/customize.sh -------------------------------------------------------------------------------- /android-green-on-black-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-green-on-black-bootfx/module.prop -------------------------------------------------------------------------------- /android-green-on-black-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-green-on-black-bootfx/service.sh -------------------------------------------------------------------------------- /android-green-on-black-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-green-on-black-bootfx/uninstall.sh -------------------------------------------------------------------------------- /android-green-on-black-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-green-on-black-bootfx/update.json -------------------------------------------------------------------------------- /android-kitkat-easter-egg-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-kitkat-easter-egg-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /android-kitkat-easter-egg-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android-kitkat-easter-egg-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-kitkat-easter-egg-bootfx/customize.sh -------------------------------------------------------------------------------- /android-kitkat-easter-egg-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-kitkat-easter-egg-bootfx/module.prop -------------------------------------------------------------------------------- /android-kitkat-easter-egg-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-kitkat-easter-egg-bootfx/service.sh -------------------------------------------------------------------------------- /android-kitkat-easter-egg-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-kitkat-easter-egg-bootfx/uninstall.sh -------------------------------------------------------------------------------- /android-kitkat-easter-egg-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-kitkat-easter-egg-bootfx/update.json -------------------------------------------------------------------------------- /android-red-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-red-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /android-red-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android-red-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-red-bootfx/customize.sh -------------------------------------------------------------------------------- /android-red-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-red-bootfx/module.prop -------------------------------------------------------------------------------- /android-red-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-red-bootfx/service.sh -------------------------------------------------------------------------------- /android-red-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-red-bootfx/uninstall.sh -------------------------------------------------------------------------------- /android-red-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/android-red-bootfx/update.json -------------------------------------------------------------------------------- /aokp-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/aokp-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /aokp-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /aokp-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/aokp-bootfx/customize.sh -------------------------------------------------------------------------------- /aokp-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/aokp-bootfx/module.prop -------------------------------------------------------------------------------- /aokp-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/aokp-bootfx/service.sh -------------------------------------------------------------------------------- /aokp-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/aokp-bootfx/uninstall.sh -------------------------------------------------------------------------------- /aokp-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/aokp-bootfx/update.json -------------------------------------------------------------------------------- /aokp-magical-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/aokp-magical-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /aokp-magical-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /aokp-magical-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/aokp-magical-bootfx/customize.sh -------------------------------------------------------------------------------- /aokp-magical-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/aokp-magical-bootfx/module.prop -------------------------------------------------------------------------------- /aokp-magical-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/aokp-magical-bootfx/service.sh -------------------------------------------------------------------------------- /aokp-magical-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/aokp-magical-bootfx/uninstall.sh -------------------------------------------------------------------------------- /aokp-magical-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/aokp-magical-bootfx/update.json -------------------------------------------------------------------------------- /apple-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/apple-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /apple-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /apple-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/apple-bootfx/customize.sh -------------------------------------------------------------------------------- /apple-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/apple-bootfx/module.prop -------------------------------------------------------------------------------- /apple-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/apple-bootfx/service.sh -------------------------------------------------------------------------------- /apple-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/apple-bootfx/uninstall.sh -------------------------------------------------------------------------------- /apple-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/apple-bootfx/update.json -------------------------------------------------------------------------------- /apple-electrocution-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/apple-electrocution-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /apple-electrocution-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /apple-electrocution-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/apple-electrocution-bootfx/customize.sh -------------------------------------------------------------------------------- /apple-electrocution-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/apple-electrocution-bootfx/module.prop -------------------------------------------------------------------------------- /apple-electrocution-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/apple-electrocution-bootfx/service.sh -------------------------------------------------------------------------------- /apple-electrocution-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/apple-electrocution-bootfx/uninstall.sh -------------------------------------------------------------------------------- /apple-electrocution-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/apple-electrocution-bootfx/update.json -------------------------------------------------------------------------------- /blue-lines-a-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/blue-lines-a-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /blue-lines-a-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /blue-lines-a-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/blue-lines-a-bootfx/customize.sh -------------------------------------------------------------------------------- /blue-lines-a-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/blue-lines-a-bootfx/module.prop -------------------------------------------------------------------------------- /blue-lines-a-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/blue-lines-a-bootfx/service.sh -------------------------------------------------------------------------------- /blue-lines-a-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/blue-lines-a-bootfx/uninstall.sh -------------------------------------------------------------------------------- /blue-lines-a-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/blue-lines-a-bootfx/update.json -------------------------------------------------------------------------------- /ctos-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/ctos-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /ctos-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ctos-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/ctos-bootfx/customize.sh -------------------------------------------------------------------------------- /ctos-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/ctos-bootfx/module.prop -------------------------------------------------------------------------------- /ctos-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/ctos-bootfx/service.sh -------------------------------------------------------------------------------- /ctos-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/ctos-bootfx/uninstall.sh -------------------------------------------------------------------------------- /ctos-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/ctos-bootfx/update.json -------------------------------------------------------------------------------- /cyanogen-android-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen-android-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /cyanogen-android-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cyanogen-android-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen-android-bootfx/customize.sh -------------------------------------------------------------------------------- /cyanogen-android-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen-android-bootfx/module.prop -------------------------------------------------------------------------------- /cyanogen-android-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen-android-bootfx/service.sh -------------------------------------------------------------------------------- /cyanogen-android-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen-android-bootfx/uninstall.sh -------------------------------------------------------------------------------- /cyanogen-android-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen-android-bootfx/update.json -------------------------------------------------------------------------------- /cyanogen-dark-boot-logo-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen-dark-boot-logo-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /cyanogen-dark-boot-logo-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cyanogen-dark-boot-logo-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen-dark-boot-logo-bootfx/customize.sh -------------------------------------------------------------------------------- /cyanogen-dark-boot-logo-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen-dark-boot-logo-bootfx/module.prop -------------------------------------------------------------------------------- /cyanogen-dark-boot-logo-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen-dark-boot-logo-bootfx/service.sh -------------------------------------------------------------------------------- /cyanogen-dark-boot-logo-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen-dark-boot-logo-bootfx/uninstall.sh -------------------------------------------------------------------------------- /cyanogen-dark-boot-logo-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen-dark-boot-logo-bootfx/update.json -------------------------------------------------------------------------------- /cyanogen7-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen7-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /cyanogen7-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cyanogen7-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen7-bootfx/customize.sh -------------------------------------------------------------------------------- /cyanogen7-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen7-bootfx/module.prop -------------------------------------------------------------------------------- /cyanogen7-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen7-bootfx/service.sh -------------------------------------------------------------------------------- /cyanogen7-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen7-bootfx/uninstall.sh -------------------------------------------------------------------------------- /cyanogen7-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/cyanogen7-bootfx/update.json -------------------------------------------------------------------------------- /ea-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/ea-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /ea-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ea-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/ea-bootfx/customize.sh -------------------------------------------------------------------------------- /ea-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/ea-bootfx/module.prop -------------------------------------------------------------------------------- /ea-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/ea-bootfx/service.sh -------------------------------------------------------------------------------- /ea-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/ea-bootfx/uninstall.sh -------------------------------------------------------------------------------- /ea-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/ea-bootfx/update.json -------------------------------------------------------------------------------- /error-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/error-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /error-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /error-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/error-bootfx/customize.sh -------------------------------------------------------------------------------- /error-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/error-bootfx/module.prop -------------------------------------------------------------------------------- /error-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/error-bootfx/service.sh -------------------------------------------------------------------------------- /error-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/error-bootfx/uninstall.sh -------------------------------------------------------------------------------- /error-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/error-bootfx/update.json -------------------------------------------------------------------------------- /examples/android-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/android-bootfx.gif -------------------------------------------------------------------------------- /examples/android-green-on-black-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/android-green-on-black-bootfx.gif -------------------------------------------------------------------------------- /examples/android-purple-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/android-purple-bootfx.gif -------------------------------------------------------------------------------- /examples/aokp-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/aokp-bootfx.gif -------------------------------------------------------------------------------- /examples/aokp-magical-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/aokp-magical-bootfx.gif -------------------------------------------------------------------------------- /examples/apple-bootfx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/apple-bootfx.png -------------------------------------------------------------------------------- /examples/apple-electrocution-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/apple-electrocution-bootfx.gif -------------------------------------------------------------------------------- /examples/blue-lines-a-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/blue-lines-a-bootfx.gif -------------------------------------------------------------------------------- /examples/ctos-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/ctos-bootfx.gif -------------------------------------------------------------------------------- /examples/cyanogen-android-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/cyanogen-android-bootfx.gif -------------------------------------------------------------------------------- /examples/cyanogen-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/cyanogen-bootfx.gif -------------------------------------------------------------------------------- /examples/cyanogen-dark-boot-logo-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/cyanogen-dark-boot-logo-bootfx.gif -------------------------------------------------------------------------------- /examples/ea-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/ea-bootfx.gif -------------------------------------------------------------------------------- /examples/error-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/error-bootfx.gif -------------------------------------------------------------------------------- /examples/iron-man-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/iron-man-bootfx.gif -------------------------------------------------------------------------------- /examples/kitkat-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/kitkat-bootfx.gif -------------------------------------------------------------------------------- /examples/linux-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/linux-bootfx.gif -------------------------------------------------------------------------------- /examples/marvel-avengers-sequence-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/marvel-avengers-sequence-bootfx.gif -------------------------------------------------------------------------------- /examples/miui-blue-android-on-black-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/miui-blue-android-on-black-bootfx.gif -------------------------------------------------------------------------------- /examples/miui-white-android-on-black-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/miui-white-android-on-black-bootfx.gif -------------------------------------------------------------------------------- /examples/miui-white-android-on-blue-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/miui-white-android-on-blue-bootfx.gif -------------------------------------------------------------------------------- /examples/nethunter-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/nethunter-bootfx.gif -------------------------------------------------------------------------------- /examples/oneplus-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/oneplus-bootfx.gif -------------------------------------------------------------------------------- /examples/pissing-on-apple.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/pissing-on-apple.gif -------------------------------------------------------------------------------- /examples/pixel-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/pixel-bootfx.gif -------------------------------------------------------------------------------- /examples/reactor-bootani-revision-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/reactor-bootani-revision-bootfx.gif -------------------------------------------------------------------------------- /examples/shield-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/shield-bootfx.gif -------------------------------------------------------------------------------- /examples/simple-android-black-on-red-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/simple-android-black-on-red-bootfx.gif -------------------------------------------------------------------------------- /examples/simpsons-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/simpsons-bootfx.gif -------------------------------------------------------------------------------- /examples/superhero-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/superhero-bootfx.gif -------------------------------------------------------------------------------- /examples/valorant-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/valorant-bootfx.gif -------------------------------------------------------------------------------- /examples/windows-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/windows-bootfx.gif -------------------------------------------------------------------------------- /examples/xbox-bootfx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/examples/xbox-bootfx.gif -------------------------------------------------------------------------------- /iron-man-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/iron-man-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /iron-man-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /iron-man-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/iron-man-bootfx/customize.sh -------------------------------------------------------------------------------- /iron-man-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/iron-man-bootfx/module.prop -------------------------------------------------------------------------------- /iron-man-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/iron-man-bootfx/service.sh -------------------------------------------------------------------------------- /iron-man-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/iron-man-bootfx/uninstall.sh -------------------------------------------------------------------------------- /iron-man-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/iron-man-bootfx/update.json -------------------------------------------------------------------------------- /kitkat-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/kitkat-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /kitkat-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /kitkat-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/kitkat-bootfx/customize.sh -------------------------------------------------------------------------------- /kitkat-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/kitkat-bootfx/module.prop -------------------------------------------------------------------------------- /kitkat-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/kitkat-bootfx/service.sh -------------------------------------------------------------------------------- /kitkat-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/kitkat-bootfx/uninstall.sh -------------------------------------------------------------------------------- /kitkat-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/kitkat-bootfx/update.json -------------------------------------------------------------------------------- /linux-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/linux-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /linux-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linux-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/linux-bootfx/customize.sh -------------------------------------------------------------------------------- /linux-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/linux-bootfx/module.prop -------------------------------------------------------------------------------- /linux-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/linux-bootfx/service.sh -------------------------------------------------------------------------------- /linux-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/linux-bootfx/uninstall.sh -------------------------------------------------------------------------------- /linux-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/linux-bootfx/update.json -------------------------------------------------------------------------------- /marvel-avengers-sequence-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/marvel-avengers-sequence-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /marvel-avengers-sequence-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /marvel-avengers-sequence-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/marvel-avengers-sequence-bootfx/customize.sh -------------------------------------------------------------------------------- /marvel-avengers-sequence-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/marvel-avengers-sequence-bootfx/module.prop -------------------------------------------------------------------------------- /marvel-avengers-sequence-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/marvel-avengers-sequence-bootfx/service.sh -------------------------------------------------------------------------------- /marvel-avengers-sequence-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/marvel-avengers-sequence-bootfx/uninstall.sh -------------------------------------------------------------------------------- /marvel-avengers-sequence-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/marvel-avengers-sequence-bootfx/update.json -------------------------------------------------------------------------------- /miui-blue-android-on-black-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-blue-android-on-black-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /miui-blue-android-on-black-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /miui-blue-android-on-black-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-blue-android-on-black-bootfx/customize.sh -------------------------------------------------------------------------------- /miui-blue-android-on-black-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-blue-android-on-black-bootfx/module.prop -------------------------------------------------------------------------------- /miui-blue-android-on-black-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-blue-android-on-black-bootfx/service.sh -------------------------------------------------------------------------------- /miui-blue-android-on-black-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-blue-android-on-black-bootfx/uninstall.sh -------------------------------------------------------------------------------- /miui-blue-android-on-black-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-blue-android-on-black-bootfx/update.json -------------------------------------------------------------------------------- /miui-white-android-on-black-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-white-android-on-black-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /miui-white-android-on-black-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /miui-white-android-on-black-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-white-android-on-black-bootfx/customize.sh -------------------------------------------------------------------------------- /miui-white-android-on-black-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-white-android-on-black-bootfx/module.prop -------------------------------------------------------------------------------- /miui-white-android-on-black-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-white-android-on-black-bootfx/service.sh -------------------------------------------------------------------------------- /miui-white-android-on-black-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-white-android-on-black-bootfx/uninstall.sh -------------------------------------------------------------------------------- /miui-white-android-on-black-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-white-android-on-black-bootfx/update.json -------------------------------------------------------------------------------- /miui-white-android-on-blue-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-white-android-on-blue-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /miui-white-android-on-blue-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /miui-white-android-on-blue-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-white-android-on-blue-bootfx/customize.sh -------------------------------------------------------------------------------- /miui-white-android-on-blue-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-white-android-on-blue-bootfx/module.prop -------------------------------------------------------------------------------- /miui-white-android-on-blue-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-white-android-on-blue-bootfx/service.sh -------------------------------------------------------------------------------- /miui-white-android-on-blue-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-white-android-on-blue-bootfx/uninstall.sh -------------------------------------------------------------------------------- /miui-white-android-on-blue-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/miui-white-android-on-blue-bootfx/update.json -------------------------------------------------------------------------------- /nethunter-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/nethunter-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /nethunter-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nethunter-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/nethunter-bootfx/customize.sh -------------------------------------------------------------------------------- /nethunter-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/nethunter-bootfx/module.prop -------------------------------------------------------------------------------- /nethunter-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/nethunter-bootfx/service.sh -------------------------------------------------------------------------------- /nethunter-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/nethunter-bootfx/uninstall.sh -------------------------------------------------------------------------------- /nethunter-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/nethunter-bootfx/update.json -------------------------------------------------------------------------------- /oneplus-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/oneplus-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /oneplus-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /oneplus-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/oneplus-bootfx/customize.sh -------------------------------------------------------------------------------- /oneplus-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/oneplus-bootfx/module.prop -------------------------------------------------------------------------------- /oneplus-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/oneplus-bootfx/service.sh -------------------------------------------------------------------------------- /oneplus-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/oneplus-bootfx/uninstall.sh -------------------------------------------------------------------------------- /oneplus-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/oneplus-bootfx/update.json -------------------------------------------------------------------------------- /pissing-on-apple-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/pissing-on-apple-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /pissing-on-apple-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pissing-on-apple-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/pissing-on-apple-bootfx/customize.sh -------------------------------------------------------------------------------- /pissing-on-apple-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/pissing-on-apple-bootfx/module.prop -------------------------------------------------------------------------------- /pissing-on-apple-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/pissing-on-apple-bootfx/service.sh -------------------------------------------------------------------------------- /pissing-on-apple-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/pissing-on-apple-bootfx/uninstall.sh -------------------------------------------------------------------------------- /pissing-on-apple-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/pissing-on-apple-bootfx/update.json -------------------------------------------------------------------------------- /pixel-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/pixel-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /pixel-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pixel-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/pixel-bootfx/customize.sh -------------------------------------------------------------------------------- /pixel-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/pixel-bootfx/module.prop -------------------------------------------------------------------------------- /pixel-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/pixel-bootfx/service.sh -------------------------------------------------------------------------------- /pixel-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/pixel-bootfx/uninstall.sh -------------------------------------------------------------------------------- /pixel-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/pixel-bootfx/update.json -------------------------------------------------------------------------------- /shield-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/shield-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /shield-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shield-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/shield-bootfx/customize.sh -------------------------------------------------------------------------------- /shield-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/shield-bootfx/module.prop -------------------------------------------------------------------------------- /shield-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/shield-bootfx/service.sh -------------------------------------------------------------------------------- /shield-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/shield-bootfx/uninstall.sh -------------------------------------------------------------------------------- /shield-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/shield-bootfx/update.json -------------------------------------------------------------------------------- /simple-android-black-on-red-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/simple-android-black-on-red-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /simple-android-black-on-red-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /simple-android-black-on-red-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/simple-android-black-on-red-bootfx/customize.sh -------------------------------------------------------------------------------- /simple-android-black-on-red-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/simple-android-black-on-red-bootfx/module.prop -------------------------------------------------------------------------------- /simple-android-black-on-red-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/simple-android-black-on-red-bootfx/service.sh -------------------------------------------------------------------------------- /simple-android-black-on-red-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/simple-android-black-on-red-bootfx/uninstall.sh -------------------------------------------------------------------------------- /simple-android-black-on-red-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/simple-android-black-on-red-bootfx/update.json -------------------------------------------------------------------------------- /simpsons-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/simpsons-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /simpsons-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /simpsons-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/simpsons-bootfx/customize.sh -------------------------------------------------------------------------------- /simpsons-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/simpsons-bootfx/module.prop -------------------------------------------------------------------------------- /simpsons-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/simpsons-bootfx/service.sh -------------------------------------------------------------------------------- /simpsons-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/simpsons-bootfx/uninstall.sh -------------------------------------------------------------------------------- /simpsons-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/simpsons-bootfx/update.json -------------------------------------------------------------------------------- /superhero-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/superhero-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /superhero-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /superhero-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/superhero-bootfx/customize.sh -------------------------------------------------------------------------------- /superhero-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/superhero-bootfx/module.prop -------------------------------------------------------------------------------- /superhero-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/superhero-bootfx/service.sh -------------------------------------------------------------------------------- /superhero-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/superhero-bootfx/uninstall.sh -------------------------------------------------------------------------------- /superhero-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/superhero-bootfx/update.json -------------------------------------------------------------------------------- /valorant-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/valorant-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /valorant-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /valorant-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/valorant-bootfx/customize.sh -------------------------------------------------------------------------------- /valorant-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/valorant-bootfx/module.prop -------------------------------------------------------------------------------- /valorant-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/valorant-bootfx/service.sh -------------------------------------------------------------------------------- /valorant-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/valorant-bootfx/uninstall.sh -------------------------------------------------------------------------------- /valorant-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/valorant-bootfx/update.json -------------------------------------------------------------------------------- /windows-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/windows-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /windows-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /windows-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/windows-bootfx/customize.sh -------------------------------------------------------------------------------- /windows-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/windows-bootfx/module.prop -------------------------------------------------------------------------------- /windows-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/windows-bootfx/service.sh -------------------------------------------------------------------------------- /windows-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/windows-bootfx/uninstall.sh -------------------------------------------------------------------------------- /windows-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/windows-bootfx/update.json -------------------------------------------------------------------------------- /xbox-one-bootfx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/xbox-one-bootfx/CHANGELOG.md -------------------------------------------------------------------------------- /xbox-one-bootfx/auto_mount: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xbox-one-bootfx/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/xbox-one-bootfx/customize.sh -------------------------------------------------------------------------------- /xbox-one-bootfx/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/xbox-one-bootfx/module.prop -------------------------------------------------------------------------------- /xbox-one-bootfx/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/xbox-one-bootfx/service.sh -------------------------------------------------------------------------------- /xbox-one-bootfx/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/xbox-one-bootfx/uninstall.sh -------------------------------------------------------------------------------- /xbox-one-bootfx/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/John0n1/SMbootFX/HEAD/xbox-one-bootfx/update.json --------------------------------------------------------------------------------