[GUIDE] How to Change Boot Logo (Splash Screen) of Essential Phone PH-1

Search This thread

GokulNC

Senior Member
Jan 10, 2015
826
1,440
Chennai
github.com
Note:
This is not bootanimation, this is the splash screen (the 'Esssential' boot logo which is displayed when device is switched ON)
This is for Essential Phone PH-1 Only..
For other devices, please send me your splash.img so that I can create a tool for you too.

Requirements:
1. Rooted Essential Phone PH-1 (any ROM)
2. Optional: Terminal Emulator app or Custom Recovery or atleast working fastboot in computer
3. You're proceeding at your own risk.

NOTE: This is for OLD FIRMWARES only.
For newer firmwares, try this tool by @Maxr1998: Essential-BIOS-Splash


STEPS to create splash.img:


1. Download & Extract this in computer: Essential_PH1_Splash_Maker.zip

2. Go to the folder named 'pics'.

3. Now open the splash.bmp with any image editor (like MS Paint or PhotoShop) and edit the image as you wish.
Then Save the image without changing the filename or format.
(Don't use 'Save As' option. The format of the image should be .bmp (BitMap Image) only)

3. Finally, run the 'CREATE_SPLASH.bat' to create splash.img and flashable zip file, which you can find inside the "output" folder after completion.


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.)

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. @bmg1001 who provided the stock splash.img of Essential Phone PH-1..
2. @GokulNC (myself ;)) who wrote this script

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

You're welcome to post the splash images that you created..
 

Attachments

  • Essential_PH1_Splash_Maker.zip
    879.8 KB · Views: 756
  • stock_splash_Essential_PH1.zip
    388.4 KB · Views: 379
Last edited:

Airwolf79

Senior Member
Mar 3, 2011
397
102
OnePlus 9 Pro
OnePlus 10 Pro
Cool. So the splash screen when the bootloader is unlocked is the warning screen with the red text at the top, before the boot screen? U got one made up already that u can post (preferably one without pictures of ur kids. Lol)? Thanks.

Sent from my PH-1 using Tapatalk
 

stinger4321

Senior Member
May 2, 2009
470
94
Lol.. yeah that warning is annoying but at least the boot image isnt all white like the pixels

Sent from my PH-1 using Tapatalk
 

ElfinJNoty

Senior Member
Jun 25, 2009
2,298
1,267
New Haven, CT
www.blissroms.com
LG G4
OnePlus 6
I am also curious if there is a method similar to this which can be used to replace the bootloader unlocked warning.
the essential phone splash itself.... isn't that bad. no bad enough that i'd want to use this script to create and replace the splash.img
but that bootloader unlocked warning...... thats the real eyesore here for our Essentials
 

tech_head

Senior Member
While we're at it, here's mine that I did two days ago:
https://github.com/Maxr1998/Essential-BIOS-Splash

Sent from my PH-1 using XDA Labs

Just a note if you were having issues trying to make a new splash screen.
Use GIMP.
There is a version for all platforms (PC, MAC, Linux).
It just works.
You need to follow the instructions to attached the header to make the BMP into and IMG file though.

My splash screen now has my name and a contact number.
I also added "Essential" under the logo.
I also add the following text in red "This Phone Is Encrypted, Locked and Useless to Anyone Else!"
 
  • Like
Reactions: Maxr1998

DoR3M3

Senior Member
Feb 17, 2018
1,281
384
Portwenn
Sadly, that's inside the bootloader, and I don't think you'd want to mess with that (if you can even flash an unsigned bootloader, it may completely brick your device).

Sent from my PH-1 using XDA Labs

I hope people will email Essential then for support on this, I will certainly send them an email asking...

Thanks
 

Top Liked Posts

  • There are no posts matching your filters.
  • 10
    Note:
    This is not bootanimation, this is the splash screen (the 'Esssential' boot logo which is displayed when device is switched ON)
    This is for Essential Phone PH-1 Only..
    For other devices, please send me your splash.img so that I can create a tool for you too.

    Requirements:
    1. Rooted Essential Phone PH-1 (any ROM)
    2. Optional: Terminal Emulator app or Custom Recovery or atleast working fastboot in computer
    3. You're proceeding at your own risk.

    NOTE: This is for OLD FIRMWARES only.
    For newer firmwares, try this tool by @Maxr1998: Essential-BIOS-Splash


    STEPS to create splash.img:


    1. Download & Extract this in computer: Essential_PH1_Splash_Maker.zip

    2. Go to the folder named 'pics'.

    3. Now open the splash.bmp with any image editor (like MS Paint or PhotoShop) and edit the image as you wish.
    Then Save the image without changing the filename or format.
    (Don't use 'Save As' option. The format of the image should be .bmp (BitMap Image) only)

    3. Finally, run the 'CREATE_SPLASH.bat' to create splash.img and flashable zip file, which you can find inside the "output" folder after completion.


    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.)

    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. @bmg1001 who provided the stock splash.img of Essential Phone PH-1..
    2. @GokulNC (myself ;)) who wrote this script

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

    You're welcome to post the splash images that you created..
    2
    I hope people will email Essential then for support on this, I will certainly send them an email asking...

    Thanks
    They have AMAs every month on Reddit. You could ask there. I don't think it'll get you anywhere though.
    1
    Cool. So the splash screen when the bootloader is unlocked is the warning screen with the red text at the top, before the boot screen? U got one made up already that u can post (preferably one without pictures of ur kids. Lol)? Thanks.

    Sent from my PH-1 using Tapatalk

    No, that warning will always be there.
    1
    While we're at it, here's mine that I did two days ago:
    https://github.com/Maxr1998/Essential-BIOS-Splash

    Sent from my PH-1 using XDA Labs

    Just a note if you were having issues trying to make a new splash screen.
    Use GIMP.
    There is a version for all platforms (PC, MAC, Linux).
    It just works.
    You need to follow the instructions to attached the header to make the BMP into and IMG file though.

    My splash screen now has my name and a contact number.
    I also added "Essential" under the logo.
    I also add the following text in red "This Phone Is Encrypted, Locked and Useless to Anyone Else!"
    1
    Yeah Gimp!

    Has anyone been working on a way to remove the unlocked bootloader message?