Skip to content

Instantly share code, notes, and snippets.

@xiongnemo
Created November 7, 2022 08:19
Show Gist options
  • Save xiongnemo/e97bb78dcda1afbf51858b642c8326b5 to your computer and use it in GitHub Desktop.
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)
# 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