Sunday 3 July 2016

[GUIDE] How to Create Custom Splash Screen (Boot Logo) for Lenovo A6000



Note:
This is not bootanimation, this is the splash screen (the 'Lenovo' boot logo which is displayed when device is switched ON)
This is for Lenovo A6000 & A6000 Plus Only..

Requirements:
1. Rooted Lenovo A6000 or A6000 Plus (any ROM)
2. Terminal Emulator app

STEPS to create splash.img:




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

1. Make sure you have a 720x1280 picture in PNG format.

2. Download & Extract this: Lenovo_A6000_Splash_Maker.zip

3. Now rename your picture as splash.png & replace it inside "pics" folder
(Similarly you can also change splash2.png if you wish)

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




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, flash the stock splash.img from fastboot like:

Code:


fastboot flash splash splash.img





Credits:
1. @GokulNC (myself ;)) who wrote this script
2. @mshoaib7 who provided the stock splash.img of A6000







No comments:

Post a Comment