[GUIDE] How to Create Splash Screens (Boot Logo) for Yuphoria, Yunique & Yutopia - YU Yuphoria

Check the next post to know how to create your own custom splash.
Note:
This is not bootanimation, this is the splash screen (the 'YU' logo which is displayed when device is switched ON)
Requirements:
1. Rooted Yuphoria Yu5010 or Yunique or Yutopia (any ROM)
2. Terminal Emulator app
Steps to flash the splash:
1. Download the required splash image from below (the .img file).
2. Place it in /sdcard (Remember the filename.img name, for example, batman.img)
3. Open Terminal Emulator & enter the following to flash it:
Code:
su
dd if=/sdcard/filename.img of=/dev/block/bootdevice/by-name/splash
DOWNLOAD YUPHORIA SPLASH IMAGES:
Apple:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download Link: apple.img
Batman:
Download Link: batman.img
Bat Logo 1:
Download Link: batlogo1.img
CyanogenMod :
Download Link: cyanogenlol.img
Google Colored:
Download Link: googlecolored.img
Playboy:
Download Link: playboy.img
Puma:
Download Link: puma.img
Skull:
Download Link: skull.img
Spiderman:
Download Link: spiderman.img
Superman:
Download Link: superman.img
Wolverine:
Download Link: wolverine.img
Original Yuphoria Splash (Stock):
Download Link: splash.img
DOWNLOAD YUNIQUE SPLASH IMAGES:
Skull:
Download Link: skull.img
Original Yunique Splash (Stock):
Download Link: splash.img
DOWNLOAD YUTOPIA SPLASH IMAGES:
Here's a sample splash image I created: chinese.img (Try this first because it's less in size)
(This is the picture used: Chinese_Letter.jpg)
Another sample splash image: batman.img
(Picture used: Batman.jpg)
Original Yutopia Splash (Stock):
Download Link: splash.img
I'll add more splash screens soon..
Or if you want a particular image, post the picture, I'll do it for you.
You're welcome to post the custom splash screens that you made
Hit the Thanks :good: button if it helped you

Creating custom splash.img for Yu Yuphoria, Yunique & Yutopia:
Note:
This is for Yu Yuphoria Yu5010, Yunique & Yutopia only.
(For Yu5010A (Pure Android Yuphoria), click here: [GUIDE][Yu5010A] Change Splash Screen (BootLogo))
For other devices, please send me your splash.img so that I can create a tool for you too.
Before proceeding, make sure fastboot is setup properly in your computer (just incase something goes wrong)..
STEPS:
1. Make sure you have a picture for your custom splash with:
i. Resolution: 720x1280 for Yuphoria/Yunique or 1440x2560 for Yutopia
ii. PNG or JPG format
iii. picture size less than 250kB for Yuphoria/Yunique & less than 450kB for Yutopia
iv. less colorful
(Tip: Try compressPNG.com to reduce no. of colors in PNG picture.
Upload your picture, click Settings, reduce number of colors to 16 or below & download it)
2. Download this tool to your computer: YU_CM_Splash_Maker.zip
And extract it.
3. Drag & drop your splash picture on the file "CREATE_Logo.bat" & select your device.
4. After the custom splash image (filename.img) is created, the output directory will be opened..
(Also open the file splash_logs.txt & ensure there are no warning/corruption messages.
If there's warning, reduce no. of colors in picture & try again from step-3)
5. Transfer the filename.img to the device's internal storage & flash it using Terminal Emulator like:
Code:
dd if=/sdcard/filename.img of=/dev/block/bootdevice/by-name/splash
Note:
Incase you flashed & your device doesn't bootup, don't worry
Just flash the original splash.img from fastboot like:
(For Yuphoria & Yutopia)
Code:
fastboot -i 0x2A96 flash splash splash.img
(For Yunique)
Code:
fastboot flash splash splash.img
Credits:
1. (Inspired from) @[B]makers_mark[/B]'s RLimager tool & her extensive help..
2. @GokulNC (myself ) who created & compiled this specific tool..
3. @azyxter (who provided splash.img for Yu Yunique & tested this).
Old Method for Yuphoria & Yunique:
1. Download the base image here:
Yuphoria Stock Splash.png
Yunique Stock Splash.png
The base picture's resolution is distributed as:
First 720x1280px for "Boot Logo",
Second 720x1280px for "Fastboot Mode Image" &
Third 720x1280px for "Charging Mode".
Fourth 720x1280px for "Download Mode" (For Yunique only)
We will be modifying only the first picture (boot logo)
(I've added a thin yellow line to separate it)
2. Download this toolkit in computer: Yu_Run_Length_Imager_v1.2.zip
And extract it.
3. Make sure you have a 720x1280 picture for your custom splash with:
i. PNG or JPG format
ii. file size less than 250kB
iii. less colorful
4. Place your picture exactly over the first YU logo (of the base picture) using any photo editor, or even MS Paint
And save it as a new file inside the extracted folder "Yu_Run_Length_Imager_v1.2".
5. Drag & drop the modified base picture on the file "RUN_length_imager_v1.2.bat"
6. To create the custom splash image, select option 8 by typing "8" (without quotes).
(Don't type any other option)
7. After the conversion is complete, it'll automatically open the folder containing the output.
Rename the file: "filename_rl_encoded_with_3_byte_pattern_and_bgr24_pixel_format" as "filename.img"
8. Now open the file splash_logs.txt file inside the extracted folder "Yu_Run_Length_Imager_v1.2".
If there's any warning message inside that file like "Warning: byteCount of Picture# exceeds 330000", then avoid flashing that filename.img since it may make your device unbootable..
(If the byteCount is slightly above 330000, you may flash on your own risk.)
(And, this limit is for Yuphoria only, I don't know about Yunique..
For Yunique, you can flash at your own risk, or find this limit by trial & error)
Solution: Reduce the number of colors in that picture..
How?? For example, Try compresspng.com.
(Upload your picture, click Settings, reduce number of colors to 16 or below & download it)
Then repeat from step-4.
9. If there's no warnings inside splash_logs.txt, then you're ready to go.
Transfer the filename.img to the device's internal storage & flash it using Terminal Emulator like:
Code:
dd if=/sdcard/filename.img of=/dev/block/bootdevice/by-name/splash
Credits:
@[B]makers_mark[/B] (without her help & original tool, this would have been impossible! )
@GokulNC (myself ) who modded the tool specifically for Yuphoria & Yunique.

can i use your tool to create a splash.img for Yunique??
Sent from my YU4711 using Tapatalk

GokulNC said:
Creating custom splash.img for Yu Yuphoria, Yunique & Yutopia:
Note:
This is for Yu Yuphoria, Yunique & Yutopia only.
Before proceeding, make sure fastboot is setup properly in your computer (just incase something goes wrong)..
STEPS:
1. Make sure you have a picture for your custom splash with:
i. Resolution: 720x1280 for Yuphoria/Yunique or 1440x2560 for Yutopia
ii. PNG or JPG format
iii. picture size less than 250kB for Yuphoria/Yunique & less than 450kB for Yutopia
iv. less colorful
(Tip: Try compressPNG.com to reduce no. of colors in PNG picture.
Upload your picture, click Settings, reduce number of colors to 16 or below & download it)
2. Download this tool to your computer: YU_CM_Splash_Maker.zip
And extract it.
3. Drag & drop your splash picture on the file "CREATE_Logo.bat" & select your device.
4. After the custom splash image (filename.img) is created, the output directory will be opened..
(Also open the file splash_logs.txt & ensure there are no warning/corruption messages.
If there's warning for Yuphoria, reduce no. of colors in picture & try again from step-3)
5. Transfer the filename.img to the device's internal storage & flash it using Terminal Emulator like:
Code:
dd if=/sdcard/filename.img of=/dev/block/bootdevice/by-name/splash
Note:
Incase you flashed & your device doesn't bootup, don't worry
Just flash the original splash.img from fastboot like:
(For Yuphoria & Yutopia)
Code:
fastboot -i 0x2A96 flash splash splash.img
(For Yunique)
Code:
fastboot flash splash splash.img
Credits:
1. (Inspired from) @[B]makers_mark[/B]'s RLimager tool & her extensive help..
2. @GokulNC (myself ) who created & compiled this specific tool..
3. @azyxter (who provided splash.img for Yu Yunique & tested this).
Old Method for Yuphoria & Yunique:
1. Download the base image here:
Yuphoria Stock Splash.png
Yunique Stock Splash.png
The base picture's resolution is distributed as:
First 720x1280px for "Boot Logo",
Second 720x1280px for "Fastboot Mode Image" &
Third 720x1280px for "Charging Mode".
Fourth 720x1280px for "Download Mode" (For Yunique only)
We will be modifying only the first picture (boot logo)
(I've added a thin yellow line to separate it)
2. Download this toolkit in computer: Yu_Run_Length_Imager_v1.2.zip
And extract it.
3. Make sure you have a 720x1280 picture for your custom splash with:
i. PNG or JPG format
ii. file size less than 250kB
iii. less colorful
4. Place your picture exactly over the first YU logo (of the base picture) using any photo editor, or even MS Paint
And save it as a new file inside the extracted folder "Yu_Run_Length_Imager_v1.2".
5. Drag & drop the modified base picture on the file "RUN_length_imager_v1.2.bat"
6. To create the custom splash image, select option 8 by typing "8" (without quotes).
(Don't type any other option)
7. After the conversion is complete, it'll automatically open the folder containing the output.
Rename the file: "filename_rl_encoded_with_3_byte_pattern_and_bgr24_pixel_format" as "filename.img"
8. Now open the file splash_logs.txt file inside the extracted folder "Yu_Run_Length_Imager_v1.2".
If there's any warning message inside that file like "Warning: byteCount of Picture# exceeds 330000", then avoid flashing that filename.img since it may make your device unbootable..
(If the byteCount is slightly above 330000, you may flash on your own risk.)
(And, this limit is for Yuphoria only, I don't know about Yunique..
For Yunique, you can flash at your own risk, or find this limit by trial & error)
Solution: Reduce the number of colors in that picture..
How?? For example, Try compresspng.com.
(Upload your picture, click Settings, reduce number of colors to 16 or below & download it)
Then repeat from step-4.
9. If there's no warnings inside splash_logs.txt, then you're ready to go.
Transfer the filename.img to the device's internal storage & flash it using Terminal Emulator like:
Code:
dd if=/sdcard/filename.img of=/dev/block/bootdevice/by-name/splash
Credits:
@[B]makers_mark[/B] (without her help & original tool, this would have been impossible! )
@GokulNC (myself ) who modded the tool specifically for Yuphoria & Yunique.
Click to expand...
Click to collapse
Have you flashed it in yuphoria???

Ankit_2205 said:
Have you flashed it in yuphoria???
Click to expand...
Click to collapse
Ofcourse yes....
BTW, don't quote the entire thread

GokulNC said:
Ofcourse yes....
BTW, don't quote the entire thread
Click to expand...
Click to collapse
Thanks man... Was searching for this from months...

How to flash it with computer
Sent from my YU5010A using Tapatalk

shrayanshy said:
How to flash it with computer
Click to expand...
Click to collapse
**
Just flash the splash.img from fastboot like:
(For Yuphoria & Yutopia)
Code:
fastboot -i 0x2A96 flash splash splash.img
(For Yunique)
Code:
fastboot flash splash splash.img
Click to expand...
Click to collapse

How to write and from where to write because all things I get are in .bat format and when I run fastboot .exe it open start coding and close
Sent from my YU5010A using Tapatalk

How to do it
Sent from my YU5010A using Tapatalk
---------- Post added at 01:36 PM ---------- Previous post was at 01:36 PM ----------
Provide me the file plzzz
Sent from my YU5010A using Tapatalk

shrayanshy said:
How to write and from where to write because all things I get are in .bat format and when I run fastboot .exe it open start coding and close..
How to do it?
Provide me the file plzzz
Click to expand...
Click to collapse
Install fastboot from here: {OFFICIAL}[How-To] Unlock bootloader on the YU YUPHORIA
You better try using Terminal Emulator from your rooted phone, if you don't understand..
Check this thread: Custom Splash Screens (Startup Boot Logo) for Yuphoria

What to change in that code
Sent from my YU5010A using Tapatalk

Can u please create splash.img of superman logo for yuphoria........please

can i flash stock splash.img via twrp img flashing method

Not working
Hey its not working after update or on YU5010A can you help me about this
---------- Post added at 06:02 PM ---------- Previous post was at 05:57 PM ----------
annu123 said:
can i flash stock splash.img via twrp img flashing method
Click to expand...
Click to collapse
TWRP give you only Boot or recovery image to flash not other
Emulator method is easy and best
With twrp you can done if you have a proper update script or flushable zip

Can i directly flash the img file without pc ?

@GokuINC pls make one splash image of RR logo for yuphoria.........

anyone have original splash image of yu5010A

@GokuINC pls make one splash image of RR logo for yuphoria.........

GokulNC said:
Check the next post to know how to create your own custom splash.
Note:
This is not bootanimation, this is the splash screen (the 'YU' logo which is displayed when device is switched ON)
Requirements:
1. Rooted Yuphoria Yu5010 or Yunique or Yutopia (any ROM)
2. Terminal Emulator app
Steps to flash the splash:
1. Download the required splash image from below (the .img file).
2. Place it in /sdcard (Remember the filename.img name, for example, batman.img)
3. Open Terminal Emulator & enter the following to flash it:
Code:
su
dd if=/sdcard/filename.img of=/dev/block/bootdevice/by-name/splash
DOWNLOAD YUPHORIA SPLASH IMAGES:
Apple:
Download Link: apple.img
Batman:
Download Link: batman.img
Bat Logo 1:
Download Link: batlogo1.img
CyanogenMod :
Download Link: cyanogenlol.img
Google Colored:
Download Link: googlecolored.img
Playboy:
Download Link: playboy.img
Puma:
Download Link: puma.img
Skull:
Download Link: skull.img
Spiderman:
Download Link: spiderman.img
Superman:
Download Link: superman.img
Wolverine:
Download Link: wolverine.img
Original Yuphoria Splash (Stock):
Download Link: splash.img
DOWNLOAD YUNIQUE SPLASH IMAGES:
Skull:
Download Link: skull.img
Original Yunique Splash (Stock):
Download Link: splash.img
DOWNLOAD YUTOPIA SPLASH IMAGES:
Here's a sample splash image I created: chinese.img (Try this first because it's less in size)
(This is the picture used: Chinese_Letter.jpg)
Another sample splash image: batman.img
(Picture used: Batman.jpg)
Original Yutopia Splash (Stock):
Download Link: splash.img
I'll add more splash screens soon..
Or if you want a particular image, post the picture, I'll do it for you.
You're welcome to post the custom splash screens that you made
Hit the Thanks :good: button if it helped you
Click to expand...
Click to collapse
A linux icon is shown after i used your file, what to do?

Related

[GUIDE][Redmi 4 Pro/Prime] How to Change Boot Logo (Splash Screen)

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 4 Pro/Prime Only (which has 1080x1920 resolution)..
For Redmi 4 or 4A, please send your device's splash.img as given in link below.
(For other devices, please send me your splash.img so that I can create a tool for you too.)
Requirements:
1. Rooted Redmi 4 Pro/Prime (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:
1. Download & Extract this in computer: Redmi_4_Prime_Pro_Splash_Maker.zip
2. Make sure you have a picture with resolution 1080x1920px.
3. Now copy your picture inside "pics" folder and rename your picture as logo.png or logo.jpg (according to its format).
4. Finally, run the 'CREATE_LOGO.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.)
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. Thanks to @ishehad who provided the stock splash.img of his Redmi 4 Pro
2. This is just a modified copy of the tool for Lenovo Vibe K5 Plus
Hit the Thanks :good: button if it worked for you
You're welcome to post the splash images that you created..
Nice. Do I need re-flash everytime I change rom?
And where can I find stock splash.img in my device?
Works great!
(I put a personal picture, so I prefer not upload an example, but it came out great).
I never dreamed that suddenly pop up an official guide for my model,
And certainly i never dreamed that the credit I deserve.
All credit goes to you!
Thank you very much! :good:
nice !
I'm try this guide on my redmi 4 prime… but why the end bootsplash no change…?? Still mi.com…
I followed the steps carefully, i'll say that this works like charm!
um... How do you think it would apply to redmi note4x?
Assuming yes to both, as this is before we get to system startup, but:
1) this will work regardless of rom?
2) this will work on encrypted phone?
Thanks a lot dear! Very useful!
Built custom splash screen and flashed on stock rom, it worked fine. Dirty flashing Epic ROM didn't replaced splash screen, can't say about fastboot flash.
How do I extract the .png/jpg image from stock splash.img ?
pauloecs said:
How do I extract the .png/jpg image from stock splash.img ?
Click to expand...
Click to collapse
You may try Android Image Kitchen. Both pc and Android version are available on XDA.
Thanks for the great tool! It worked great on my device.
I made some Google Logo Spalsh images, the original images were extracted from here, and I made some changes with PS.
Hope you guys would like it
Google-Evolved-Splash.zip
GoogleG-Evolved-Splash-BlackWhite.zip
GoogleG-Evolved-Splash-Coloured.zip

[GUIDE][ZTE Nubia Z11 Mini] How to Change Boot Logo (Splash Screen)

Note:
This is not bootanimation, this is the splash screen (the boot logo which is displayed when device is switched ON)
This is for ZTE Nubia Z11 Mini Only..
(For other devices, please send me your splash.img so that I can create a tool for you too..)
Requirements:
1. Rooted ZTE Nubia Z11 Mini (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:
1. Download & Extract this in computer: ZTE_Nubia_Z11_MINI_Splash_Maker.zip
2. Make sure you have a picture with resolution 1080x1920px.
Now rename your picture as logo.png or logo.jpg (according to its format) & replace it inside "pics" folder of the extracted folder.
3. Finally, run the 'CREATE_LOGO.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.)
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. Based on my original tool for Lenovo Vibe X3
2. @sky0hjh who provided the stock splash.img of ZTE Nubia Z11 Mini.
Hit the Thanks :good: button if it worked for you
You're welcome to post the splash images that you created..
It works well.Thank you very much!
Thank you for tutorial
Wonderful, Nice tutorial.
Worked well
Bootanimation
Please someone who uses Nubia z11 or z11mini or z17 or z17mini provide me the stock boot animation
The stock splash screen work on Nubia Z17 Lite

[GUIDE][Yu5010A] Change Splash Screen (BootLogo) for Pure Android based Yu5010A

Note:
This is not bootanimation, this is the splash screen (the 'Yu' boot logo which is displayed when device is switched ON).
This is for Yu Yuphoria Pure-Android (Yu5010A) Only..
For Original Yuphoria (Yu5010), click here: Creating custom splash.img for Yu Yuphoria, Yunique & Yutopia
(For other devices, please send me your splash.img so that I can create a tool for you too.)
Requirements:
1. Rooted Yu Yuphoria Pure-Android Yu5010A (32bit bootloader) (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: Yu5010A_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. @arnithkumar who provided the stock splash.img of Yu5010A (Pure Android Yuphoria)
Hit the Thanks :good: button if it worked for you
You're welcome to post the splash images that you created..
Works!!
I used the method for Yu5010 on the other thread and ended up with a linux penguin as boot screen.
Later i tried the methon in this thread and it works fine
Thank You!

[GUIDE][BQ Aquaris X5 Plus] How to Change Splash Screen (Boot Logo)

Creating custom splash.img for BQ Aquaris X5 Plus:
Note:
This is not bootanimation, this is the splash screen (the logo which is displayed when device is switched ON)
This is for BQ Aquaris X5 Plus only..
For other devices, please send me your splash.img so that I can create a tool for you too.
Before proceeding, make sure fastboot is setup properly in your computer (just incase something goes wrong)..
STEPS:
1. Make sure you have a picture for your custom splash with:
i. Resolution: 1080x1920 px
ii. PNG or JPG format
iii. picture size less than 200kB
iv. less colorful
(Tip: Try compressPNG.com to reduce no. of colors in PNG picture.
Upload your picture, click Settings, reduce number of colors to 16 or below & download it)
2. Download this tool to your computer: CM_Splash_Maker.zip
And extract it.
3. Drag & drop your splash picture on the file "CREATE_Logo.bat" & select your device.
4. After the custom splash image (filename.img) is created, the output directory will be opened..
5. Transfer the filename.img to the device's internal storage & flash it using Terminal Emulator like:
Code:
dd if=/sdcard/filename.img of=/dev/block/bootdevice/by-name/splash
(Or you can flash it from fastboot as given below)
Note:
Incase you flashed & your device doesn't bootup, don't worry
Just flash the original splash.img from fastboot like:
Code:
fastboot flash splash splash.img
Credits:
1. @CHV who provided the stock splash.img of BQ Aquaris X5 Plus (gohan)
2. Based on my original tool for Yu devices here..
Hit the Thanks :good: button if it worked for you
Don't forget to post here the custom splash screens that you made, since others may find it useful

[GUIDE][ZTE Nubia M2] How to Change Boot Logo (Splash Screen)

Note:
This is not bootanimation, this is the splash screen (the boot logo which is displayed when device is switched ON)
This is for ZTE Nubia M2 Only..
(For other devices, please send me your splash.img so that I can create a tool for you too..)
Requirements:
1. Rooted ZTE Nubia M2 (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:
1. Download & Extract this in computer: ZTE_Nubia_M2_Splash_Maker.zip
2. Make sure you have a picture with resolution 1080x1920px.
Now rename your picture as logo.png or logo.jpg (according to its format) & replace it inside "pics" folder of the extracted folder.
3. Finally, run the 'CREATE_LOGO.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.)
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. Based on my original tool for ZTE Nubia Z11 MINI
2. @Skake who provided the stock splash.img of ZTE Nubia M2.
Hit the Thanks :good: button if it worked for you
You're welcome to post the splash images that you created..
Splash collection
This week I will start creating splashes for the Nubia M2 If all goes well then I will publish here ..I have already created for the redmi 3s long ago ... and now I try my hand at this new project thanks to goku
Very nice!! Thanks for this mate
when in bootloader, i'M getting waiting for device
why is that? oO

Categories

Resources