Wednesday, August 3, 2016

[GUIDE] How to Create Custom Splash Screen (Boot Logo) for Le Max 2

Note:
This is not bootanimation, this is the splash screen (the 'LeEco' boot logo which is displayed when device is switched ON)
This is for LeEco Le Max 2 Only ..

Requirements:
1. Rooted LeEco Le Max 2 X820 (any ROM)
2. Terminal Emulator app installed.

STEPS to create splash.img:

Before proceeding, make sure fastboot is setup properly in your computer (just incase something goes wrong)..
It's not yet tested by anyone.

1. Make sure you have 3 pictures (same or different) in EXACTLY 1440x2560 resolution in PNG format.
(Actually, I guess Le Max2 displays 3 pictures one by one while switching ON, so I think you'll have to use 3 pictures, but feel free to explore)

2. Download & Extract this: Le_Max_2_LeEco_Splash_Logo_Maker.zip

3. Now rename your 3 pictures as logo1.png, logo2.png, logo3.png & replace it inside "pics" folder of the extracted folder.
(Similarly you can replace other pictures in it carefully if you wish)

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


STEPS to flash splash.img:

1. Transfer the splash.img to your device's Internal Storage.

2. Open Terminal Emulator & enter the following to flash it:
Code:

su
dd if=/sdcard/splash.img of=/dev/block/bootdevice/by-name/splash

(You can also flash from fastboot as given below)

Note:
Incase something goes wrong or device doesn't bootup, download this: stock_splash.zip. Extract it & flash the splash.img from fastboot like:
Code:

fastboot flash splash splash.img


Credits:
1. @GokulNC (myself ;)) who wrote this script.
2. Modified from my tool here: [GUIDE] How to Create Custom Splash Screen (Boot Logo) for Zuk Z2/Z2 Pro


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

Don't forget to share the custom splash screens that you made, since others may find it useful :)



from xda-developers http://ift.tt/2aTAR5S
via IFTTT

No comments:

Post a Comment