[GUIDE] How to Create Custom Splash Screen (Boot Logo) for Redmi 2 & Redmi 3

Search This thread

ajay1919

Senior Member
Nov 30, 2011
252
47
Can any1 modify this matrix boot animation for REDME 3s prime, it is in 720p but doesn't work now

It was a old work but now it doesn't flash says invalid zip in TWRP
I m uploading matrix named as "bootanimation2.zip"

And bootamation.zip is my current sample boot animation.
It has 3 parts inside
Plz replace part2 with matrix style

Thank you
 

Attachments

  • bootanimation2.zip
    1.1 MB · Views: 53
  • bootanimation.zip
    1.9 MB · Views: 37

himfa71

Senior Member
Mar 24, 2015
477
127
32
Mumbai
Can any1 modify this matrix boot animation for REDME 3s prime, it is in 720p but doesn't work now

It was a old work but now it doesn't flash says invalid zip in TWRP
I m uploading matrix named as "bootanimation2.zip"

And bootamation.zip is my current sample boot animation.
It has 3 parts inside
Plz replace part2 with matrix style

Thank you
Thanks for the matrix boot animation looks cool, and its not flashable zip, u can't flash it with recovery, its normal zip file, just copy it to system/media with 644 permission, and rename it from 'bootanimation2.zip' to 'bootanimation.zip' its work for me,
 

MaxisMan

Senior Member
Dec 9, 2014
609
254
Last edited:
  • Like
Reactions: Skyline

Top Liked Posts

  • There are no posts matching your filters.
  • 32
    Note:
    This is not bootanimation, this is the splash screen (the 'Mi' boot logo which is displayed when device is switched ON)
    This is for Redmi 2/2S Prime or Redmi 3/3S/3X/Pro Only..
    For other devices, please send me your splash.img so that I can create a tool for you too.

    Requirements:
    1. Rooted Redmi 2/2S Prime or Redmi 3/3S/3X/Pro (any ROM)
    2. Optional: Terminal Emulator app or Custom Recovery or atleast working fastboot in computer
    3. You're proceeding at your own risk.

    STEPS to create splash.img:

    Before proceeding, make sure fastboot is setup properly in your computer (just incase something goes wrong)..

    1. Download & Extract this in computer: Redmi_2,3_Splash_Maker.zip

    2. Make sure you have a 720x1280 resolution picture.

    3. Now rename your picture as logo.png or logo.jpg (according to its format) & replace it inside "pics" folder of the extracted folder.
    (Similarly you can also change fastboot.png if you wish to change the picture of fastboot)

    4. Finally, run the 'Create_Logo.bat' to create splash.img , which you can find inside the "output" folder.


    STEPS to flash splash.img:

    Optional: To backup your original splash.img:

    Code:
    dd if=/dev/block/bootdevice/by-name/splash of=/sdcard/splash.img
    (Not necessary though.. You may get it from the stock firmware itself.)

    Now, Choose any one easy method:

    a. To flash from recovery:
    Transfer the flashable_splash.zip to your device and flash from TWRP or CWM or Philz or any other custom recovery.

    b. To flash from Terminal Emulator:
    Transfer the splash.img to your device's Internal Storage, Open Terminal Emulator & enter the following to flash it:
    Code:
    su
    dd if=/sdcard/splash.img of=/dev/block/bootdevice/by-name/splash

    c. To flash from Fastboot mode:
    Code:
    fastboot flash splash splash.img

    Note:
    Incase something goes wrong or device doesn't bootup, flash the stock splash.img from custom recovery or fastboot.


    Credits:
    1. @GokulNC (myself ;)) who wrote this script
    (This one is just a copy from my thread here: [GUIDE] How to Create Custom Splash Screen for Lenovo A6000)
    2. @kumajaya for the stock splash.img of Redmi 2

    Hit the Thanks :good: button if it worked for you :)

    You're welcome to post the splash images that you created..
    4
    @shanx_verma
    This is my antitheft image :v
    I hope it is useful to avoid stock firmware reset in case of a theft (Yeah, this happens a lot here, thieves are getting smart)
    So it is basically a super joke :p

    The first picture tells who owns it, address, email and phone (in case of a simple loss), it indicates that the GPS is on and working (fake :v) and displays a warning that the device is monitored.

    Second one is the best :p
    2
    here is mine, i'm glad if someone want to use it :victory:
    2
    @GokulNC
    Remember me ? :'v
    Its working again after i installed MIUI 8 !! Dunno why, maybe broken busybox :'D (tried again with terminal)

    For anime lovers, i make a pict for ya !! :laugh:
    2
    Here are some minimal superhero logos for you all!
    Thank you @GokulNC for this guide.