Home > Xiaomi

Flash Custom Boot Logo and Boot Animation in Poco F3

In this guide, we will show you the steps to download and flash the custom boot logo and animations on your Poco F3. Back in the early days of custom development, CyanogenMod was the go-to ROM, ClockWorkMod was the preferred or rather the only custom recovery, and Titanium was the sole way of taking backup. In those times, tweaking the start-up animations and logo was the favorite choice for tech enthusiasts.

While that has significantly reduced in recent years, but there still exists a niche segment of users who are interested in customizing the boot-up of their device. If you are also in the same boat, then this guide is all that you would need. From this post, you could download and flash the custom boot logo and animations from Google, Samsung, stock MI, and Asus onto your Poco F3. So without any further ado, let’s get started.

Flash Custom Boot Logo and Boot Animation on Poco F3

custom boot animation logo poco f3

In order to carry out this process, your device needs to be rooted. If you haven’t done so yet, then please refer to our guide on How to Root Android via Magisk patched boot.img (without TWRP). Moreover, the below process will not wipe the data, but still, take a backup just to be on the safer side. Droidwin and its members wouldn’t be held responsible in case of a thermonuclear war, your alarm doesn’t wake you up, or if anything happens to your device and data by performing the below steps.

STEP 1: Install Android SDK

First and foremost, you will have to install the Android SDK Platform Tools on your PC. This is the official ADB and Fastboot binary provided by Google and is the only recommended one. So download it and then extract it to any convenient location on your PC. Doing so will give you the platform-tools folder, which will be used throughout this guide.

install adb platform tools windows

STEP 2: Enable USB Debugging

Next up, you will have to enable USB Debugging so that your device is recognizable by the PC in ADB mode. This will then allow you to boot your device to Fastboot Mode. So head over to Settings > About Phone > Tap on MIUI Number 7 times > Go back to Settings > System > Advanced > Developer Options > Enable USB Debugging.

custom boot animation logo poco f3

STEP 3: Boot to Fastboot Mode

  1. Connect your device to the PC via USB cable. Make sure USB Debugging is enabled.
  2. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the Command Prompt.
  3. After that, type in the following command in the CMD window to boot your device to Fastboot Mode
    adb reboot bootloader

    custom boot animation logo poco f3

  4. To verify the Fastboot connection, type in the below command and you should get back the device ID.
    fastboot devices

STEP 4: Download Boot Animation and Logo

  1. You may now get your hands on the preferred boot animation/logo from below
    Asus Custom Boot Animation/Logo
    Google Custom Boot Animation/Logo
    Mi Custom Boot Animation/Logo
    Xiaomi Inspired by Samsung Boot Animation/Logo
  2. Once downloaded, rename it to logo, so that the complete name becomes logo.img.
  3. Moroever, transfer this logo.img file to the platform-tools folder on your PC.custom boot animation logo poco f3

STEP 5: Flash Custom Boot Logo and Boot Animation on Poco F3

  1. Open the command prompt window in the platform-tools folder.
  2. Then execute the below command to flash the boot animation
    fastboot flash logo logo.img
  3. Finally, reboot the device to the OS via the below command
    fastboot reboot

That’s it. These were the steps to download and flash the custom boot logo and animations on your Poco F3. You may also create your own custom boot animation using the Logo Maker Tool. Just make sure to keep the aspect ratio and resolution the same as the one that we have provided above.

How to Revert to Stock Boot Animation

If you ever wish to revert to the stock boot animation or logo, then here’s what you need to do

  1. To begin with, download the Fastboot ROM for your device.
  2. Then extract it to any convenient location on your PC.
  3. After that, go to the Images folder and copy the logo.img file.flash custom boot animation logo poco f3
  4. Now paste this file to the platform-tools folder.
  5. Then open CMD inside this folder and execute the below command
    adb reboot bootloader
  6. Once in Fastboot Mode, execute the below command to flash the stock boot animation
    fastboot flash logo logo.img
  7. Finally, execute the below command to boot your device to the OS
    fastboot reboot

Share: