Guide: Creating and Flashing Boot Animations for Android MTK Devices

Hi all new users :smiling_face:

Boot animations on Android devices generally consist of two parts:

  1. The initial static logo
  2. The animated boot sequence

This guide will walk you through creating and flashing a custom boot animation for MediaTek (MTK) devices.


Part 1: Creating the First Logo (Static Boot Logo)

The static boot logo is stored in the logo.bin partition. Here’s how to edit and flash it:

  1. Download Logo Builder for Windows.

    • This tool allows you to edit the logo.bin file.
  2. Set Up a New Project in Logo Builder.

    • Open the tool and select the logo.bin file from your device.
image

  1. Extract the Files.

    • Extract the content of logo.bin to a folder of your choice.
  2. Find the Current Boot Logo.

    • Open the extracted folder using a file explorer.
    • Look for the boot logo image and note its resolution (displayed below the image).
  3. Create a New Logo.

    • Design a new logo with the same resolution as the original.
    • Replace the old logo:
      • Delete the original file.
      • Rename your new logo to match the name of the original file.
  4. Rebuild the Logo File.

    • Go back to Logo Builder and select the “Make” option.
  5. Flash the New logo.bin File.

    • Use your preferred flashing tool to write the modified logo.bin back to your device.

Part 2: Setting Up the Boot Animation (Animated Sequence)

The boot animation is typically stored as a .zip file in the /system/media directory. Follow these steps to replace it:

  1. Download a Custom Boot Animation.

    • Find a boot animation zip file from sources like Pling or Android File Host.
  2. Install MT Manager on Your Device.

    • This tool allows you to browse and modify system files.
  3. Replace the Existing Boot Animation.

    • Navigate to /system/media using MT Manager.
    • Replace the existing bootanimation.zip file with your custom one.
image

  1. Set Permissions.
    • Long press on the new bootanimation.zip file and open its properties.
    • Set the permissions to Read and Write for “Others.”
image

  1. Reboot to Test.
    • Restart your device to see the new boot animation in action!

Optional: Alternative Method for Advanced Users

  • If your device isn’t rooted, you can use ADB pull/push commands to replace the boot animation.

Backup and Precautions

  • Always create a backup of your device using tools like SP Flash Tool and Wwr MTK before making any changes.
  • Proceed carefully—incorrect flashing or file edits can lead to boot issues.

And that’s it! You’ve now learned how to customize and flash your own boot logo and animation. Enjoy your personalized Android experience!

(P.S. Now roll out your custom version officially—just kidding!)

1 Like