Changing SPLASH SCREEN / BOOTLOGO

Search This thread

vnjdhr

Member
Nov 16, 2020
5
0
TUTORIAL TO CHANGE BOOT LOGO

Hey Guys ,
This is a Detailed Explained Steps for changing your boot logo / splash image by @UditKarode [DEV OF CRIMSON KERNEL]

So here it goes :-

Open termux, type su and press enter. Then type:

1) dd if=/dev/block/by-name/splash of=splash.img

This will extract your splash/boot partition image into splash.img

-----------------------

2) dd skip=0 count=16384 ibs=1 if=splash.img of=header.img
dd skip=16384 count=6998454 ibs=1 if=splash.img of=1.bmp
dd skip=7014838 count=6998454 ibs=1 if=splash.img of=2.bmp
dd skip=14013292 count=6998454 ibs=1 if=splash.img of=3.bmp
dd skip=21011746 count=6998454 ibs=1 if=splash.img of=4.bmp
dd skip=28010200 count=39098664 ibs=1 if=splash.img of=end.img
exit

This will 'extract' images so that they can be changed

-----------------------------------

3) edit 3.bmp according to your liking and replace it

------------------------------------

4) cat header.img 1.bmp 2.bmp 3.bmp 4.bmp end.img > patched_splash.img

------------------------------------

5) su -c dd if=patched_splash.img of=/dev/block/by-name/splash

------------------------------------

Now whenever you reboot your phone you will see the new splash image before the boot logo. Always keep backup of original splash.img in case something goes wrong.

Done , Enjoy , Profit :cowboy: ;)

HIT THE THANK BUTTON ITS FREE OF COST IF IT HELPED YOU


WELL, IF U LIKE MY WORK THEN DON'T FORGET TO HIT THE LIKE BUTTON . KThanks.

Do the same operations work on redmi note 9s?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 10
    TUTORIAL TO CHANGE BOOT LOGO

    Hey Guys ,
    This is a Detailed Explained Steps for changing your boot logo / splash image by @UditKarode [DEV OF CRIMSON KERNEL]

    So here it goes :-

    Open termux, type su and press enter. Then type:

    1) dd if=/dev/block/by-name/splash of=splash.img

    This will extract your splash/boot partition image into splash.img

    -----------------------

    2) dd skip=0 count=16384 ibs=1 if=splash.img of=header.img
    dd skip=16384 count=6998454 ibs=1 if=splash.img of=1.bmp
    dd skip=7014838 count=6998454 ibs=1 if=splash.img of=2.bmp
    dd skip=14013292 count=6998454 ibs=1 if=splash.img of=3.bmp
    dd skip=21011746 count=6998454 ibs=1 if=splash.img of=4.bmp
    dd skip=28010200 count=39098664 ibs=1 if=splash.img of=end.img
    exit

    This will 'extract' images so that they can be changed

    -----------------------------------

    3) edit 3.bmp according to your liking and replace it

    ------------------------------------

    4) cat header.img 1.bmp 2.bmp 3.bmp 4.bmp end.img > patched_splash.img

    ------------------------------------

    5) su -c dd if=patched_splash.img of=/dev/block/by-name/splash

    ------------------------------------

    Now whenever you reboot your phone you will see the new splash image before the boot logo. Always keep backup of original splash.img in case something goes wrong.

    Done , Enjoy , Profit :cowboy: ;)

    HIT THE THANK BUTTON ITS FREE OF COST IF IT HELPED YOU


    WELL, IF U LIKE MY WORK THEN DON'T FORGET TO HIT THE LIKE BUTTON . KThanks.
    1
    TUTORIAL TO CHANGE BOOT LOGO

    Hey Guys ,
    This is a Detailed Explained Steps for changing your boot logo / splash image by @UditKarode [DEV OF CRIMSON KERNEL]

    So here it goes :-

    Open termux, type su and press enter. Then type:

    1) dd if=/dev/block/by-name/splash of=splash.img

    This will extract your splash/boot partition image into splash.img

    -----------------------

    2) dd skip=0 count=16384 ibs=1 if=splash.img of=header.img
    dd skip=16384 count=6998454 ibs=1 if=splash.img of=1.bmp
    dd skip=7014838 count=6998454 ibs=1 if=splash.img of=2.bmp
    dd skip=14013292 count=6998454 ibs=1 if=splash.img of=3.bmp
    dd skip=21011746 count=6998454 ibs=1 if=splash.img of=4.bmp
    dd skip=28010200 count=39098664 ibs=1 if=splash.img of=end.img
    exit

    This will 'extract' images so that they can be changed

    -----------------------------------

    3) edit 3.bmp according to your liking and replace it

    ------------------------------------

    4) cat header.img 1.bmp 2.bmp 3.bmp 4.bmp end.img > patched_splash.img

    ------------------------------------

    5) su -c dd if=patched_splash.img of=/dev/block/by-name/splash

    ------------------------------------

    Now whenever you reboot your phone you will see the new splash image before the boot logo. Always keep backup of original splash.img in case something goes wrong.

    Done , Enjoy , Profit :cowboy: ;)

    HIT THE THANK BUTTON ITS FREE OF COST IF IT HELPED YOU

    Thanks a lot bro .. it worked for me as u given this violet channel :cool::good:
    1
    Thanks a lot bro .. it worked for me as u given this violet channel :cool::good:
    Anytime bro :good::angel:
    1
    Where it will be located
    I figured it out, you gotta install termux from F-Droid, it's hard to explain more from here so you can join termux discord server and ask more