Custom Boot Logo/ Splash Screen For Mi Max - Xiaomi Mi Max Guides, News, & Discussion

*****************Custom Boot Logo For Mi Max*********************
i create Some Boot Logo For our Device, You can Select any one or Request For New if you like,
How to Flash-
Code:
Fastboot Flash Splash "file name with format"
Ex. fastboot flash splash apple.img
More Will be added Soon,
credit-
GokulNC for Tool,
me,
Downloads-
<Mod Edit> Link Removed, thread closed.
Screen Short's attached,

Please give Tool for making custom Logo/Splash Screen .img file for Mi Max.

adityathakare said:
Please give Tool for making custom Logo/Splash Screen .img file for Mi Max.
Click to expand...
Click to collapse
Thx to XN Logos for this thread, you may go to this link is provided the tool to create custom splash for our device http://forum.xda-developers.com/mi-max/how-to/guide-how-to-create-custom-splash-t3432526

Thanks for sharing brother.
Nice Share!

And how can we revert back to the original splash image?

oreo27 said:
And how can we revert back to the original splash image?
Click to expand...
Click to collapse
Do the same via fastboot

SubwayChamp said:
Do the same via fastboot
Click to expand...
Click to collapse
How did you extract the image from our ROM?

oreo27 said:
How did you extract the image from our ROM?
Click to expand...
Click to collapse
This splash you can find it in folder firmware-update from the zip of rom mimax global but if you want to extract system.new.dat can you go to this link it`s provided an app to make it: https://forum.xda-developers.com/android/help/extract-dat-marshmallow-lollipop-easily-t3334117

oreo27 said:
How did you extract the image from our ROM?
Click to expand...
Click to collapse
a lot's of method available,
using terminal- dd method
using app- partition backup, flashfire
from Rom- take splash.img file

Related

[GUIDE] How to Create Custom Splash Screen (Boot Logo) for Zuk Z2/Z2 Pro

Note:
This is not bootanimation, this is the splash screen (the 'Zuk' boot logo which is displayed when device is switched ON)
This is for ZUK Z2 / Z2 Pro Only ..
For other devices, please send me your splash.img so that I can create a tool for you too.
Requirements:
1. Rooted Zuk Z2/Pro (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 a 1080x1920 picture in PNG format.
2. Download & Extract this: Zuk_Z2_Splash_Logo_Maker.zip
3. Now rename your picture as logo.png & replace it inside "pics" folder of the extracted folder.
(Similarly you can replace battery.png and usb.png 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, flash the stock 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 Redmi 2 & Redmi 3
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
Qa
thanks @GokulNC for this tutorial
some roms also have a special image for the "starting apps" screen. can this be changed too?
@GokulNC, thank you for your tool.
I want to change Warning message for unlocked bootloader with custom picture. I remember there was some way for Motorola phones: https://forum.xda-developers.com/2015-moto-g/themes-apps/remove-unlocke-bootloader-message-t3177801
Is it possible to use this way for Zuk Z2?
I'd like to find solution but I don't know how to unpack splash.img.
By the way to flash splash we must use the following command:
Code:
fastboot -i 0x2b4c flash splash splash.img
wyt18 said:
some roms also have a special image for the "starting apps" screen. can this be changed too?
Click to expand...
Click to collapse
Nope, that's ROM specific.
Check the ROM's source to find where it is. IDK
.: SID :. said:
I want to change Warning message for unlocked bootloader with custom picture. I remember there was some way for Motorola phones: https://forum.xda-developers.com/2015-moto-g/themes-apps/remove-unlocke-bootloader-message-t3177801
Is it possible to use this way for Zuk Z2?
I'd like to find solution but I don't know how to unpack splash.img.
Click to expand...
Click to collapse
In their case, it was present in the logo partition itself.
But in your case, it guess it's in the bootloader (it was not present in splash partition).
GokulNC said:
In their case, it was present in the logo partition itself.
But in your case, it guess it's in the bootloader (it was not present in splash partition).
Click to expand...
Click to collapse
Is it possible to change it then?
I've noticed that when I powere on phone It shows quickly splash, then warning about unlocked bootloader, after this splash again and at last bootanimation.
So where should I dig?
.: SID :. said:
Is it possible to change it then?
I've noticed that when I powere on phone It shows quickly splash, then warning about unlocked bootloader, after this splash again and at last bootanimation.
So where should I dig?
Click to expand...
Click to collapse
As i said, it's in the bootloader partition (maybe named 'aboot' or something; find it out yourself).
However, it's not recommended to modify the bootloader, since it might brick your device, even if it displaces by a single byte..
GokulNC said:
Note:
This is not bootanimation, this is the splash screen (the 'Zuk' boot logo which is displayed when device is switched ON)
This is for ZUK Z2 / Z2 Pro Only ..
For other devices, please send me your splash.img so that I can create a tool for you too.
Requirements:
1. Rooted Zuk Z2/Pro (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 a 1080x1920 picture in PNG format.
2. Download & Extract this: Zuk_Z2_Splash_Logo_Maker.zip
3. Now rename your picture as logo.png & replace it inside "pics" folder of the extracted folder.
(Similarly you can replace battery.png and usb.png 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 itYou 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:
Credits:
1. @GokulNC (myself ) who wrote this script.
2. Modified from my tool here: [GUIDE] How to Create Custom Splash Screen (Boot Logo) for Redmi 2 & Redmi 3
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
Click to expand...
Click to collapse
Nice guide, it will for sure be helpful for a lot of people
Can anyone plz make a splash.img with this logo:angel:
how to flash it via fastboot it says cant load splash.img
---------- Post added at 12:38 PM ---------- Previous post was at 12:25 PM ----------
getting battery icon after flashing it instead of logo
i am getting a battery.png for my logo.png
Does this work with lenovo z2 plus?
dr.bathman said:
Does this work with lenovo z2 plus?
Click to expand...
Click to collapse
Sure.
sergsinger said:
Sure.
Click to expand...
Click to collapse
Cool.. thanks..
[email protected] said:
i am getting a battery.png for my logo.png
Click to expand...
Click to collapse
me too
While offline charging, no picture (or logo) has been visible in a splash made by this program. @GokuINC kindly look into this matter. Thanks.
dr.bathman said:
While offline charging, no picture (or logo) has been visible in a splash made by this program. @GokuINC kindly look into this matter. Thanks.
Click to expand...
Click to collapse
Is visible in mine. Checked?
Rishi2906 said:
Is visible in mine. Checked?
Click to expand...
Click to collapse
Not checked yet..
@GokulNC can you please tell how to unpack these img to png or jpg so I can make modifications?
Thank you for the tutorial!
Here is mine.

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

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 4A/4 Only..
For other devices, please send me your splash.img so that I can create a tool for you too.
Requirements:
1. Rooted Redmi 4A/4 (any ROM)
2. Terminal Emulator app
STEPS to create & flash splash.img:
Same procedure as in here:
[GUIDE] How to Create Custom Splash Screen (Boot Logo) for Redmi 2/3
Hit the Thanks :good: button if it worked for you
You're welcome to post the splash images that you created..
Thanks to @karantamboli who provided stock splash.img of Redmi 4A..
Hi. If I converte a splashscreen image via gimp, what would be the image settings?
Custom Bootloader image and Splash Logo..
Flashable zip : https://drive.google.com/file/d/0BxPVo9bN1AVAUHNEU3J1STh3cTA/view?usp=sharing
Splash Image Flash Through Bootloader ( CMD: fastboot flash splash spalsh.img) For Reboot (fastboot reboot) :
https://drive.google.com/file/d/0BxPVo9bN1AVANGY2cVh2dEN4UTg/view?usp=sharing
I was looking for this since last week. Please upload more flashable files with screnshot plz
Unable to flash it through twrp
i tried to flash it but my logo comes only for a second and then it gets replaced by the stock logo (note i have a custom ROM and have different boot video ) fastboot logo is fine it works
I tried too and had the same result, only fastboot works.
I also tried to flash a custom logo, but I didn't use the .bat file because I'm using a linux OS. I searched to find a linux version of the script but I found only a request in another device' s thread with no answer from the creator of the tool. So I tried to use the commands from .bat file. I used "cat" command to join the files which I found that is equivalent to "copy /b" and the "720x1280_header.img" which provided, but it didn't work. I get only af small penguin icon for both fastboot and splash which I suppose is the linux kernel' s default splash. For fastboot I used the "fastboot.img" which also provided, so doesn't seems that is the image I made problem.
Doesn't Work! Atleast must update the thread.
[email protected] said:
i tried to flash it but my logo comes only for a second and then it gets replaced by the stock logo (note i have a custom ROM and have different boot video ) fastboot logo is fine it works
Click to expand...
Click to collapse
smurfisrael03 said:
Doesn't Work! Atleast must update the thread.
Click to expand...
Click to collapse
If boot logo gets instantly replaced by the stock one, use this modified version by PG:
https://forum.xda-developers.com/showpost.php?p=75994298&postcount=9
Worked perfectly on my (updated) 4A.
nice

[GUIDE]How to Change Splash Screen (Boot Logo) of Mi Max 2

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 Xiaomi Mi Max 2 Only (Snapdragon Devices)..
(For other devices, please send me your splash.img so that I can create a tool for you too.)
Requirements:
1. Rooted Xiaomi Mi Max 2 (any ROM)
2. Terminal Emulator app or custom recovery or fastboot.
STEPS to create & install splash.img:
Click here for procedure
(It's the same procedure as that for Xiaomi Mi 5)
Note:
For devices with the latest Nougat firmware, the splash screen is no longer loaded from the splash.img..
Instead, it gets loaded from the logo.img ..
The latest logo.img from @greddy seems to have 6 pictures, each in RBG24 format.
For Mi 5, @Cynob has created a tool for Mi 5 Nougat firmware here (for 5pics): https://forum.xda-developers.com/mi-5/how-to/modified-splash-img-dont-try-logo-t3604134..
You may try to extend it for 6 pictures for Mi Max2.. If you do so, pls tell me, so that I'll link this post to the post that you create..
(I'm a little busy these days, so I'm sorry, I'll do create the tool from scratch when I find time)
Thanks to @greddy who provided the stock splash.img of Mi Max 2.
Hit the Thanks :good: button if it worked for you
GokulNC said:
Thanks to @greddy who provided the stock splash.img of Mi Max 2.
Hit the Thanks :good: button if it worked for you
Click to expand...
Click to collapse
is there an limit in resolution for the logo.jpg ? Now my logo.jpg is 400kb (1920x1080px) , the maker creates an splash.img with 6mb and when
i flash it nothing happen, its always the Mi Logo with the unlocked info below.
greets, Peter
anyone have successfully change the boot logo for the mi max 2 ?
Greets, Peter
My splash screen became just a penguin in the middle of the screen, i cant seem to change it even by flashing new ones via your tutorial. Please help
NexusPhreak said:
My splash screen became just a penguin in the middle of the screen, i cant seem to change it even by flashing new ones via your tutorial. Please help
Click to expand...
Click to collapse
the same here ... i ask allready .. no one can help
NexusPhreak said:
My splash screen became just a penguin in the middle of the screen, i cant seem to change it even by flashing new ones via your tutorial. Please help
Click to expand...
Click to collapse
greddy said:
the same here ... i ask allready .. no one can help
Click to expand...
Click to collapse
Hey, flashing the stock splash.img should fix the problem..
As of now, I don't have the latest splash.img that is supported by your latest firmware.
If you can send your latest stock splash.img, I'll try to create a tool for it
And BTW, I'm very sorry for my late replies, I just saw all the replies in this thread
GokulNC said:
Hey, flashing the stock splash.img should fix the problem..
As of now, I don't have the latest splash.img that is supported by your latest firmware.
If you can send your latest stock splash.img, I'll try to create a tool for it
And BTW, I'm very sorry for my late replies, I just saw all the replies in this thread
Click to expand...
Click to collapse
Please do it!
Attached files from latest global beta 29.3.18 splash.img and logo.img
GokulNC said:
Hey, flashing the stock splash.img should fix the problem..
As of now, I don't have the latest splash.img that is supported by your latest firmware.
If you can send your latest stock splash.img, I'll try to create a tool for it
And BTW, I'm very sorry for my late replies, I just saw all the replies in this thread
Click to expand...
Click to collapse
That's what I exactly did, thanks btw!
Hello! could someone do a standard google splash screen for mi max2, preferably for installation through twrp.
Not working on my device
Flashing the splash image didn't change anything.
I think flashing the logo should work.
Anybody please develop Logo maker for mi max 2.

Z500m - Stock images (system.img, boot.img)

Hello,
Does someone have stock system.img and boot.img images for Z500m?
Asus support website has only FOTA upgrade images.
Thank you in advance!
buck2502 said:
Hello,
Does someone have stock system.img and boot.img images for Z500m?
Asus support website has only FOTA upgrade images.
Thank you in advance!
Click to expand...
Click to collapse
The images on the Asus website are complete images, not just update files.
Sent from my Asus P027 using XDA Labs
beachfl said:
The images on the Asus website are complete images, not just update files.
Sent from my Asus P027 using XDA Labs
Click to expand...
Click to collapse
Hi beachfl,
thank you for quick reply. I have problem with my tablet. Its bricked, I can enter in fastboot but when I try to flash boot.img and system.img from zip from Asus support page error occurs with message about wrong signature. How can I flash zip file from Asus support page from fastboot?
buck2502 said:
Hi beachfl,
thank you for quick reply. I have problem with my tablet. Its bricked, I can enter in fastboot but when I try to flash boot.img and system.img from zip from Asus support page error occurs with message about wrong signature. How can I flash zip file from Asus support page from fastboot?
Click to expand...
Click to collapse
If I remember right, "fastboot flash" is disabled on this tablet. You're going to have to flash the whole system image. I'm assuming your bootloader is unlocked just fine.
Put the whole system image somewhere on your tablet or the SD card. If the tablet doesn't find the image when you boot it up and install it on its own, you'll have to manually install it from recovery. Probably the easiest way to do this is to do a TWRP 'tethered boot' and install the zip file from there.
Sent from my Asus P027 using XDA Labs
beachfl said:
If I remember right, "fastboot flash" is disabled on this tablet. You're going to have to flash the whole system image. I'm assuming your bootloader is unlocked just fine.
Put the whole system image somewhere on your tablet or the SD card. If the tablet doesn't find the image when you boot it up and install it on its own, you'll have to manually install it from recovery. Probably the easiest way to do this is to do a TWRP 'tethered boot' and install the zip file from there.
Sent from my Asus P027 using XDA Labs
Click to expand...
Click to collapse
i have the same problem but no fastboot and no recovery just boot preloader
so if you have firmware scatter can you help me?
hkof said:
i have the same problem but no fastboot and no recovery just boot preloader
so if you have firmware scatter can you help me?
Click to expand...
Click to collapse
I tried to create a scatter file with mtk droid tool, but it seems unable to read the blocks. I'm not sure how to make one without it.

How to change splash image (picture) of Lenovo tab M10 x505x

Hello
I have a rooted M10 tablet. How can i change its splash image?
Tnx
eng.tavakoli110 said:
Hello
I have a rooted M10 tablet. How can i change its splash image?
Tnx
Click to expand...
Click to collapse
If you already have a splash file you want to try, boot to TWRP, then hit the install and select the .IMG then flash as splash.
Else go online and get a splash creator if you don't already have one.
KelvinCrag said:
If you already have a splash file you want to try, boot to TWRP, then hit the install and select the .IMG then flash as splash.
Else go online and get a splash creator if you don't already have one.
Click to expand...
Click to collapse
No, i don't have a splash file (only I have original splash.img). I search a lot but don't found a splash creator for x505x. I test some splash creator for other devices but those can't unpack original splash.img file correctly so i think those creators are not suitable for create custom splash.img.
eng.tavakoli110 said:
No, i don't have a splash file (only I have original splash.img). I search a lot but don't found a splash creator for x505x. I test some splash creator for other devices but those can't unpack original splash.img file correctly so i think those creators are not suitable for create custom splash.img.
Click to expand...
Click to collapse
Did you try following this guide: https://forum.xda-developers.com/t/how-to-create-custom-hboot-flashable-splash1-images.753788/
KelvinCrag said:
Did you try following this guide: https://forum.xda-developers.com/t/how-to-create-custom-hboot-flashable-splash1-images.753788/
Click to expand...
Click to collapse
I test it now and can't unpack splash.img.nb correctly. The output image is wrong.
I extract original splash.img from
/dev/block/by-name/splash
Click to expand...
Click to collapse
with following command :
dd if=/dev/block/by-name/splash of=/mnt/sdcard/
Click to expand...
Click to collapse
Is it ok?
And is the splash canvas size 1280*800 pix?
You can see this :
How to change the splash image of Lenovo Tab M10 (TB-X505X)?
I have a Lenovo Tab M10 tablet. I successfully rooted it and changed its booting animation. Now I want to change its splash picture. I extract splash.img from /dev/block/by-name/splash with the fol...
android.stackexchange.com

Categories

Resources