Created
November 7, 2022 08:19
-
-
Save xiongnemo/e97bb78dcda1afbf51858b642c8326b5 to your computer and use it in GitHub Desktop.
Boot logo updater script for A12 (MIUI 13) Poco F3/Mi11x/Redmi K40 (codename alioth/aliothin)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://forum.xda-developers.com/t/custom-boot-splash-logo-custom-boot-animation-for-poco-f3.4337783/post-86692213 | |
fastboot flash uefisecapp_a uefisecapp.img | |
fastboot flash uefisecapp_b uefisecapp.img | |
fastboot flash xbl_a xbl.img | |
fastboot flash xbl_b xbl.img | |
fastboot flash xbl_config_a xbl_config.img | |
fastboot flash xbl_config_b xbl_config.img | |
fastboot flash logo logo.img |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment