[GUIDE] How to Create Custom Splash Screen (Boot Logo) for Mi Max - Xiaomi Mi Max Guides, News, & Discussion

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 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 (any ROM)
2. Terminal Emulator app installed.
STEPS to create & install splash.img:
Click here for procedure
(It's the same procedure as that for Xiaomi Mi 5)
Hit the Thanks :good: button if it worked for you

n1tro said:
This is my new splash screen in place of the MI logo.
Click to expand...
Click to collapse
That must be from the faulty Indian batch Mi Max-es...
Sorry guys from India... couldn't resist...

Here is what I came up with...
Copy attached splash.img to internal storage(/sdcard) and run in terminal emulator/adb shell:
Code:
su
dd if=/sdcard/splash.img of=/dev/block/bootdevice/by-name/splash
Enjoy!

Is the format of the image changing on every device ? My old Xperia SP (snapdragon) supports .rle format.
is Mi max not support ?

Perhaps a dumb question but can one replace the splash image without having the bootloader unlocked and still have the phone working properly (would guess so seeing how you can actually run a custom recovery and kernel without any problem)?
EDIT: Answered my own question cause no brick is impossible to fix, yes it works.

Can i use this for helium devices?

nijel8 said:
That must be from the faulty Indian batch Mi Max-es...
Sorry guys from India... couldn't resist...
Click to expand...
Click to collapse
whats wrong with them? couldn't find the original post that you replied to.

HannibalLecter said:
whats wrong with them? couldn't find the original post that you replied to.
Click to expand...
Click to collapse
Can't remember but must've been something bad...

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.

Locked bootloader Lenovo Vibe K5 Note K52e78 (chinese version)

Hi,
I've some problems with my Lenovo K5 note, I successfully rooted it with SuperSu and I can connect to it with Mtk Droid Tools (green rectangle at the bottom).
I've also a valid scatter file, and a stock rom backup that I can flash with sp flash tool.
The problem is that I can't flash a modded recovery image with sp flash tool, and can't write to recovery partition in fastboot mode.
So, I think the bootloader is locked, i can type "fastboot oem unlock" in fastboot mode, but when the phone display "Press volume up for Yes/Volume Down for No), volume up don't work, only volume down do...
Is that impossible to unlock the bootloader on this phone now ?
Thanks and sorry for my bad english
How to root?
miningpiky said:
How to root?
Click to expand...
Click to collapse
You can root this phone if you run on Lollipop (5.1) but you can't if you have Marshmallow (6.0).
You need to use Kingroot and next you can replace it with superSu (http://forum.xda-developers.com/a310/general/how-to-remove-replace-kingroot-kinguser-t3308989)
It seems to be possible to write to recovery partition with a tool like Rashr or Flashify : when I flash a recovery.img (non compatible image because there is no custom recovery for this phone), I reboot to recovery and the screen turn black 5 seconds, and the phone restart to normal android system. I can reflash stock recovery, and the chinese recovery is back again.
Is there hope ?
Someone have the Stock Rom for chinese version ?
Bl00dh0und4 said:
Someone have the Stock Rom for chinese version ?
Click to expand...
Click to collapse
Android 5.1 : https://cloud.mail.ru/public/BDJF/zTeHbgSAY
Android 6.0 : https://cloud.mail.ru/public/6sTc/ca9dpikrv
Am having Twrp.img for K5 note
Am having TWRP.img and i ported from UMI plus mt6755...but am searching for rooting procedure
Is your ported twrp working?
baburocks said:
Am having TWRP.img and i ported from UMI plus mt6755...but am searching for rooting procedure
Click to expand...
Click to collapse
Is your ported twrp working?
If yes....Mail me the twrp.img mail: [email protected]
I will try rooting the phone.
Any luck ?
Any luck in figuring out root ?
akash.sanjeev10 said:
Is your ported twrp working?
If yes....Mail me the twrp.img mail: [email protected]
I will try rooting the phone.
Click to expand...
Click to collapse
baburocks said:
Am having TWRP.img and i ported from UMI plus mt6755...but am searching for rooting procedure
Click to expand...
Click to collapse
Brother pls. upload the TWRP image file. I will try to root the phone. Thank you.
The twrp.img doesn't work.....I tried it earlier
Guys anyone have scatter file of this Device, Please upload i need to test the twrp.
Scatter file
XN Logos said:
Guys anyone have scatter file of this Device, Please upload i need to test the twrp.
Click to expand...
Click to collapse
Check this file MT6755_Android_scatter.txt in the link attached.
File
XN Logos said:
Guys anyone have scatter file of this Device, Please upload i need to test the twrp.
Click to expand...
Click to collapse
There are many scatter files for mt6755 but the other one and this one are specific for 2 devices.
A7020a40 and
A7020a48.
This is for a40. Earlier one is for a48.
any news OR any way ?
Anyone know how to unlock bootloader to flash twrp recovery image to Lenovo K5 Note?
After hours of research on the Lenovo K5 note (K52e78), mine is chinese version
I believe this phone you cannot unlock the bootloader.
I get stuck on the 'press up button' to unlock to which there is no response from the phone. I will now give up.
If anyone finds a way please let me know, as generally it is a good phone with great battery, and if I can install a custom ROM it could be a fun phone to use.

Custom Boot Logo/ Splash Screen For Mi Max

*****************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

[Discontinued] Unofficial Bootloader Unlock Method for Hydrogen[32GB]

hello,
first of all i recommend the advanced users to try this method first to see if they succeeds or not if they then, cheers for the new unofficial bootloader unlocking method. here i will provide steps to do:-
Things you need:
- fastboot rom MiUi 8 8.2 will work
-the modified bootloader file
-helpful quick answers
ok so here we begin
PREREQUISITE
-adb and fastboot setup already on your pc
-usb debugging and oem unlocking must be enabled(from developer options)
-mi flash tool ~>Get older version from here (use 20160401)
-driver signature off
step 1
Enable USB debugging and connect device to pc,
now open fastboot and adb folder and there open cmd and type
Code:
adb devices
step 2
you can recognize the device connected to pc
now reboot device to edl mode
Code:
boot to edl by button combination or fastboot command
you can see your phone is in edl(emergancy download mode)
step 3
extract the fastboot file, and goto extracted_folder/images
there you can find a file named emmc_appsboot.mbn
replace with the downloaded emmc file(from begining of post)
step 4
open mi flash tool and connect phone via usb and click on refresh you can seee a COM port with a number on display,
now browse and load the fastboot rom.
step 5
(in this step i'll be specific as same as redmi note 3 bootloader unlocking method is)
click on advanced and there
and choose these
Browse to flash_all.bat in Fastboot rom folder at First option ,
Third option to prog_emmc_firehose_8976_ddr.mbn ,
then last two options browse to rawprogram0.xml and patch0.xml
step 6
after selecting files in advanced ,go back and click on refresh
step 7
now flash the fastboot file as soon flashing completes remove cable and keep holding fastoot combination keys
now you are booted into fastboot
step 8
the fun part(i guess)
goto adb and fastboot folder and open cmd there'
and type
Code:
fastboot devices
to check if device detected or not
now type
Code:
fastboot oem unlock-go
now it should show
Code:
...
OKAY FINISHED
like this
step 9
now if you succeeded step 8 completely
i'd suggest you to check if bootloader is unlocked or not
type
Code:
fastboot oem device-info
if that shows as
Code:
<bootloader> Device Unlocked:true
then Congratulations.. you successfully unlocked bootloader without permission from xiaomi
now for the people who are trying do please inform if this method worked or not
(will be helpful to me for re edit post with ease steps)
credits to my whatsapp friend who given me required files lol :highfive:
AGAIN please do reply, if this method works or not if worked then cheers :victory:
This is the second time I see this Note 3 unlocking stuff posted here...
Since when adb reboot edl works for MI Max? I'll tell you... since never...
Have you tried this procedure yourself? I bet you haven't...
So don't post something so risky without confirming it working personally, please...
I will strongly advice everyone even considering this!!!
nijel8 said:
This is the second time I see this Note 3 unlocking stuff posted here...
Since when adb reboot edl works for MI Max? I'll tell you... since never...
Have you tried this procedure yourself? I bet you haven't...
So don't post something so risky without confirming it working personally, please...
I will strongly advice everyone even considering this!!!
Click to expand...
Click to collapse
Actually.. i curruntly dont have my mi max now.. i saw on a post they told about edl mode.. and i asked other members from xda whatsapp group many of them told me max has edl mode.. and they said they tried it...
Swapnil Soni said:
Actually.. i curruntly dont have my mi max now.. i saw on a post they told about edl mode.. and i asked other members from xda whatsapp group many of them told me max has edl mode.. and they said they tried it...
Click to expand...
Click to collapse
Mi Max has Edl Mode but it cannot be booted by adb reboot edl, edl in mi max can only be booted by combination of buttons.
paarkhi said:
Mi Max has Edl Mode but it cannot be booted by adb reboot edl, edl in mi max can only be booted by combination of buttons.
Click to expand...
Click to collapse
Oh okey, i edit the post
EDL can be booted from fastboot by typing fastboot oem edl on the Mi Max
TheLolageMann said:
EDL can be booted from fastboot by typing fastboot oem edl on the Mi Max
Click to expand...
Click to collapse
Yes i edited in the post
Btw, i wanted to ask has anyone tested this method yet, ?
The method is much too dangerous to test, the modified bootloader file depends on android version and may brick your phone - read more in RN3 thread.
You should not have even posted such a method without personally testing it - we, as in users, are not guinea pigs.
step 5
(in this step i'll be specific as same as redmi note 3 bootloader unlocking method is)
click on advanced and there
and choose these
Browse to flash_all.bat in Fastboot rom folder at First option ,
Third option to prog_emmc_firehose_8976_ddr.mbn ,
then last two options browse to rawprogram0.xml and patch0.xml
Click to expand...
Click to collapse
Xiaomi MiFlash has no "Advanced" button, you are not even linking to the program you are advising to use.
Please remove this post and either do the procedure yourself first or do not post such pos here as nobody could even complete the procedure.
mat9v said:
The method is much too dangerous to test, the modified bootloader file depends on android version and may brick your phone - read more in RN3 thread.
You should not have even posted such a method without personally testing it - we, as in users, are not guinea pigs.
Xiaomi MiFlash has no "Advanced" button, you are not even linking to the program you are advising to use.
Please remove this post and either do the procedure yourself first or do not post such pos here as nobody could even complete the procedure.
Click to expand...
Click to collapse
Actually Mi flash tool has the option for advanced .. if you had the older version .. till now i havent updated to latest version yet, also if you may read above post i told that i currently dont have my max now, and i aint gonna get it in next 1 or 2 years, my brother took it and now he is at his hostel...
I ll link the old miflash tool, and the dangereous thing is only one soft brick(stuck at logo) and bootloop, I have experienced some that bootloaders doesnt vary device by device...
So probability is to get a stuck on logo or get a bootloop its simple that you just load the original fastboot firmware and flash, that reverts back to normal state, for now,
I'm just trying to help, if people dont like it then I will defineatly leave.
Swapnil Soni said:
Actually Mi flash tool has the option for advanced .. if you had the older version .. till now i havent updated to latest version yet, also if you may read above post i told that i currently dont have my max now, and i aint gonna get it in next 1 or 2 years, my brother took it and now he is at his hostel...
I ll link the old miflash tool, and the dangereous thing is only one soft brick(stuck at logo) and bootloop, I have experienced some that bootloaders doesnt vary device by device...
So probability is to get a stuck on logo or get a bootloop its simple that you just load the original fastboot firmware and flash, that reverts back to normal state, for now,
I'm just trying to help, if people dont like it then I will defineatly leave.
Click to expand...
Click to collapse
Yes! We appreciate you trying to help but your missing the point... You have uploaded a guide from another handset expecting it to work for our devices having not tested it previously, the guide isn't even for out device so have fun being guinea pigs
kyler084 said:
Yes! We appreciate you trying to help but your missing the point... You have uploaded a guide from another handset expecting it to work for our devices having not tested it previously, the guide isn't even for out device so have fun being guinea pigs
Click to expand...
Click to collapse
I didnt took all things from rn3 bl unlocking page, i just took method of flashing. And the bootloader file thats taken from officially unlocked bootloade, and i just told if previous post i dont hav max right now, so i wish if someone tried this and if he succeeds.. then its very good news for all locked bl users..
But i think none is not even trying
Definititely some procedures must be changed and adapted to mi max. Experimented developers has portion of truth but some users can`t get answer to unlock devices and me personally if my bootloader was locked don`t want have a device wich can`t be real owner.
Opennig file emmc... remember that an old trick from kitkat to unlock with sucess my old xperia z. some looks be based on the principle to replace original values in the clusters just for zeros. I uploaded two orginal and unlocker emmc files to consider this but of course I can`t confirm cause my bootloader is unlocked.
Some ideas aloud.
There are differences between locked and the official unlocked bootloader (please, see in the hex-editor the end of both files). It's a right idea for replace the locked bootloader (emmc_aboot) to official unlocked emmc_appsboot. The official unlocked emmc_appsboot we can get by dump of the partition in official unlocked device and this binary file will be have the .img extension (uncompressed binary file).
For checking we should check two binary files in the hex-editor: emmc_appsboot.mbn from ROM for fastboot flash and modified bootloader file from author. But files with .mbn extension should be uncompressed.
Sorry, but I don't know as uncompress the .mbn file.
SubwayChamp said:
Definititely some procedures must be changed and adapted to mi max. Experimented developers has portion of truth but some users can`t get answer to unlock devices and me personally if my bootloader was locked don`t want have a device wich can`t be real owner.
Opennig file emmc... remember that an old trick from kitkat to unlock with sucess my old xperia z. some looks be based on the principle to replace original values in the clusters just for zeros. I uploaded two orginal and unlocker emmc files to consider this but of course I can`t confirm cause my bootloader is unlocked.
Click to expand...
Click to collapse
Yeah i checked in hex, i guess its the some kinda lock codes with it so they got removed(i m noob in hex ' )
As far as .. result will be known by practically
Maybe developers can make something similar to safestrap, it was a great project based on bootstrap (now abandoned) that works with a modified recovery that allows install almost any rom on bootloader unlocked (and unlockable cause company never want to unlock it at least till the time I used) on my old galaxy note 3 at&t. This app created a second slot and more directly to install roms.
[U][B]Please, Somone who can revive their device from bootloop[/B][/U]
I thought someone will try it
This is far too risky to try
Sent from my Xiaomi MI MAX using XDA Labs
fail
already try this tutorial and ended my device brick no fastboot mode,cant turn on..solution im using testpoint to get my device unbrick...
Swapnil Soni said:
hello,
first of all i recommend the advanced users to try this method first to see if they succeeds or not if they then, cheers for the new unofficial bootloader unlocking method. here i will provide steps to do:-
Things you need:
- fastboot rom MiUi 8 8.2 will work
-the modified bootloader file
-helpful quick answers
ok so here we begin
PREREQUISITE
-adb and fastboot setup already on your pc
-usb debugging and oem unlocking must be enabled(from developer options)
-mi flash tool ~>Get older version from here (use 20160401)
-driver signature off
step 1
Enable USB debugging and connect device to pc,
now open fastboot and adb folder and there open cmd and type
Code:
adb devices
step 2
you can recognize the device connected to pc
now reboot device to edl mode
Code:
boot to edl by button combination or fastboot command
you can see your phone is in edl(emergancy download mode)
step 3
extract the fastboot file, and goto extracted_folder/images
there you can find a file named emmc_appsboot.mbn
replace with the downloaded emmc file(from begining of post)
step 4
open mi flash tool and connect phone via usb and click on refresh you can seee a COM port with a number on display,
now browse and load the fastboot rom.
step 5
(in this step i'll be specific as same as redmi note 3 bootloader unlocking method is)
click on advanced and there
and choose these
Browse to flash_all.bat in Fastboot rom folder at First option ,
Third option to prog_emmc_firehose_8976_ddr.mbn ,
then last two options browse to rawprogram0.xml and patch0.xml
step 6
after selecting files in advanced ,go back and click on refresh
step 7
now flash the fastboot file as soon flashing completes remove cable and keep holding fastoot combination keys
now you are booted into fastboot
step 8
the fun part(i guess)
goto adb and fastboot folder and open cmd there'
and type
Code:
fastboot devices
to check if device detected or not
now type
Code:
fastboot oem unlock-go
now it should show
Code:
...
OKAY FINISHED
like this
step 9
now if you succeeded step 8 completely
i'd suggest you to check if bootloader is unlocked or not
type
Code:
fastboot oem device-info
if that shows as
Code:
<bootloader> Device Unlocked:true
then Congratulations.. you successfully unlocked bootloader without permission from xiaomi
now for the people who are trying do please inform if this method worked or not
(will be helpful to me for re edit post with ease steps)
credits to my whatsapp friend who given me required files lol :highfive:
AGAIN please do reply, if this method works or not if worked then cheers :victory:
Click to expand...
Click to collapse
please post steps with pictures or link a youtube video, I'll sub you, and I'm sure others will too.

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

Categories

Resources