[Guide] Change Xiaomi MI 6 (sagit) boot logo - Xiaomi Mi 6 Guides, News, & Discussion

Sagit Logo Generator
notice:
someone reported(firmware version global 071019) getting random reboot after changed boot logo, and flash [china firmware 0908/0907] solved it. Use it at your own risk.
First download this File View attachment GenLogo.zip
How to use (Windows)
1. Download this project and goto GenLogo folder.
2. Edit these 5 bmp files, do not change filename or format.
3. Run GenLogo.exe and you get logo_new.img.
4. flash through fastboot
HTML:
fastboot flash logo logo_new.img
5. Enjoy!
How to use (Linux&Unix)
1. Download this project and goto GenLogo folder.
2. Edit these 5 bmp files, do not change filename or format.
3. Run python genlogo.py and you get logo_new.img (python3).
4. flash through fastboot
HTML:
fastboot flash logo logo_new.img
5. Enjoy!
How to restore
Just flash logo.img in official fastboot ROM View attachment logo.zip.
Source: https://github.com/moonheart/sagit-logo-gen
Thanks @huhu2207 for advice (binwalker).

Anyone tested it to confirm its working?

ermacwins said:
Anyone tested it to confirm its working?
Click to expand...
Click to collapse
Works Flawlessly.

Google Pixel 2 Boot Logo
---
You can install the same mod from kenzo to your bootanimation.
https://androidfilehost.com/?fid=673368273298932636
Enjoy

moonheartmoon said:
Sagit Logo Generator
notice:
someone reported(firmware version global 071019) getting random reboot after changed boot logo, and flash [china firmware 0908/0907] solved it. Use it at your own risk.
First download this File View attachment 4316668
How to use (Windows)
1. Download this project and goto GenLogo folder.
2. Edit these 5 bmp files, do not change filename or format.
3. Run GenLogo.exe and you get logo_new.img.
4. flash through fastboot
HTML:
fastboot flash logo logo_new.img
5. Enjoy!
How to use (Linux&Unix)
1. Download this project and goto GenLogo folder.
2. Edit these 5 bmp files, do not change filename or format.
3. Run python genlogo.py and you get logo_new.img (python3).
4. flash through fastboot
HTML:
fastboot flash logo logo_new.img
5. Enjoy!
How to restore
Just flash logo.img in official fastboot ROM View attachment 4316673.
Source: https://github.com/moonheart/sagit-logo-gen
Thanks @huhu2207 for advice (binwalker).
Click to expand...
Click to collapse
Hi,
in the instructions you indicate that i have to edit the 5 images that appear in the folder. I just want to create the logo on boot that by default mi.com appears. Have I to edit all the images with the same image I want to put in the boot or just one of them? Thanks in advance and soory for my bad english.

Guillemi said:
Hi,
in the instructions you indicate that i have to edit the 5 images that appear in the folder. I just want to create the logo on boot that by default mi.com appears. Have I to edit all the images with the same image I want to put in the boot or just one of them? Thanks in advance and soory for my bad english.
Click to expand...
Click to collapse
Yes, you can just edit one of them.

moonheartmoon said:
Yes, you can just edit one of them.
Click to expand...
Click to collapse
Thanks. i'll give a try.

Thank you!
It works wonderfully!

Can someone propose in which .bmp editor pictures should be edited. I was try with Photoshop, but without succes. I suppose Logo generator is working, because after I edited just one pic, main boot logo 4.bmp, I've got a change, but if I edit all images I got a black screen instead of boot logo.
Which tool you using and which settings for .bmp images saving?
Thanks.
EDIT: Guys, please ignore this post, not sure what I have screwed last time, this working as expected. .bmp pictures edited in Photoshop.

Up. Is this guide still working for MIUI 10 ? (8.6.21 .eu) ???

pi4a7a said:
Up. Is this guide still working for MIUI 10 ? (8.6.21 .eu) ???
Click to expand...
Click to collapse
Yes

Is it device dependent ? Or it can work on similar specs Mi Mix 2? If not, any changes I can do to make it work?
Thanks!

moonheartmoon said:
Sagit Logo Generator
Click to expand...
Click to collapse
Thank you for the mi6 logo. Could you make a logo for mi note 3?
offset0 = 0x4000
offset1 = 0x4200
offset2 = 0x2A200
offset3 = 0x1C0200
offset4 = 0x1EE000
offset5 = 0x7DCE00

sagit
UP
Is this guide still working for miui 11?
edit: yes it works

Related

[GUIDE] How to Create Custom Splash Screen (Boot Logo) for Redmi Note 3

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 Redmi Note 3 (Pro/Kenzo/International/whatever) Only (Snapdragon Variants)..
For Redmi Note 3 Hennessy (MTK), click here.
For other devices, please send me your splash.img so that I can create a tool for you too.
Requirements:
1. Rooted Xiaomi Redmi Note 3/Pro/Kenzo (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: Redmi_Note_3_Splash_Maker.zip
2. Make sure you have a picture with resolution 1080x1920 or lower.
Note:
Redmi Note 3 logo has a fixed size of 75kB for splash image, so only very light-weight pictures should be used.
(If you alter this in the script, fastboot picture will not appear in fastboot mode..
To avoid this restriction, you can use this tool here, but there will be no fastboot picture)
It's recommended to use picture with 3 or 2 colors only, like Black & White pictures.
So you'll have to try many pictures till you get a successful one.
Here's an example.
3. Now rename your picture as logo.png or logo.jpg according to its format & replace it inside "pics" folder of the extracted folder.
4. Finally, run the 'CREATE_LOGO.bat' to create splash.img , which you can find inside the "output" folder after completion.
Note:
You'll get an error like "PICTURE IS LARGE IN SIZE" if it's not possible to create a logo with that picture.
In that case, try any one of these below:
a. Try compressPNG.com to reduce no. of colors in PNG picture.
Upload your picture, click Settings, reduce number of colors to 2, Apply & download it & try again.
b. Reduce the picture resolution.
For example, this picture can edited to something like this.
(Hope you understand what I say)
c. Try some other picture.
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 to install:
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
2. @Semiazas who provided the stock splash.img of Redmi Note 3
3. Based on logo_gen.py script
Hit the Thanks :good: button if it worked for you
You're welcome to post the splash images that you created..
CM logo would fit! Thanks for the tutorial.
MOVZX said:
CM logo would fit! Thanks for the tutorial.
Click to expand...
Click to collapse
If it's working, then you can post the splash.img here along with the picture so that it can be helpful for others..
Awesome ty
Can we install splash.img just via twrp??
ayush321 said:
Can we install splash.img just via twrp??
Click to expand...
Click to collapse
Yeah u can, just replace splash.IMG in cm13 radio zip
Sent from my Redmi Note 3 using Tapatalk
Well I'm unable to make my own custom splash.img as when i try to make one, it says file size is too big even though the image is only 2.1 kb. But if i try the image that was previously given as an example, it works. I am using the same image size as mentioned in the op and the image is also really small.
CyanogenMod Clean & Sleek: Blue
I tried to create the splash using your tool, and it looks amazing on my phone.
ayush321 said:
Well I'm unable to make my own custom splash.img as when i try to make one, it says file size is too big even though the image is only 2.1 kb. But if i try the image that was previously given as an example, it works. I am using the same image size as mentioned in the op and the image is also really small.
Click to expand...
Click to collapse
It's not the image size that matters, what matters is the no. of colors and its distribution in the picture..
GokulNC said:
If it's working, then you can post the splash.img here along with the picture so that it can be helpful for others..
Click to expand...
Click to collapse
replying first time on xda . NOOB QUEStion! how to attach file and image .when i click on insert image a dialog pop up and said enter url. i just created a boot logo and tested on my device. so i also want to share. so help
Latest Google Splash + Flashable Boot Animation
i use cm13 so i have made a splash with latest Google logo + Stock 6.0.1 boot animation.
Boot Animation was obtained from below and it is flashable from TWRP.
http://forum.xda-developers.com/google-nexus-5/themes-apps/google-nexus-5xs-bootlogo-bootanimation-t3318920
thanks for your guide! i created a logo and flashed it but i can't share with you because i dont have 10 posts!
I know you wrote that it is only for kenzo, but is there really no way to do this on Note 3 MTK (hennessy)?.
Cameo164 said:
I know you wrote that it is only for kenzo, but is there really no way to do this on Note 3 MTK (hennessy)?.
Click to expand...
Click to collapse
Redmi Note 3 Hennessy (MTK) doesn't have splash.img like other Snapdragon Redmi Note 3 variants.
In MTK, you have a different partition for that called 'logo'.
Browse in /dev directory to find out where that is present.
After you have found out, dump the logo.bin file by:
Code:
dd if=/<the_directory_where_logo_is_present>/logo of=/sdcard/logo.bin
Now you can edit the logo.bin using this tool:
Changing Boot Logo (logo.bin) Program
After editing, you can reflash it by:
Code:
dd if=/sdcard/logo.bin of=/<the_directory_where_logo_is_present>/logo
Thanks for the tutorial.
It work's :good::good:
GokulNC said:
Redmi Note 3 Hennessy (MTK) doesn't have splash.img like other Snapdragon Redmi Note 3 variants.
In MTK, you have a different partition for that called 'logo'.
Browse in /dev directory to find out where that is present.
After you have found out, dump the logo.bin file by:
Code:
dd if=/<the_directory_where_logo_is_present>/logo of=/sdcard/logo.bin
Now you can edit the logo.bin using this tool:
Changing Boot Logo (logo.bin) Program
After editing, you can reflash it by:
Code:
dd if=/sdcard/logo.bin of=/<the_directory_where_logo_is_present>/logo
Click to expand...
Click to collapse
Thank you. It really worked.
The right commands for my Note 3 MTK are :
logo partition to logo.bin file :
Code:
dd if=/dev/block/mmcblk0p11 of=/sdcard/logo.bin
logo.bin file to logo partition
Code:
dd if=/sdcard/logo.bin of=/dev/block/mmcblk0p11
Hello everyone and thanks to the author for his help in changing splash
I could not find it as there attachments to the message, possibly due to poor knowledge of English or of the recent registration on forum
So I attached to post a link to the archive with 15 ready splash.img and there in each folder will be photo and logo screenshot. And I'll be glad if someone lay here my splash individually and with screenshots. Sorry for bad english, using Google Translator
Screenshots and photos on the forums 4pda and miui
Link: _4pda.ru/forum/index.php?s=&showtopic=740544&view=findpost&p=51185787
Link: _en.miui.com/thread-311951-1-1.html
Link to files with Splash.img:
_sendspace.com/file/a5jcq2
hk_aquarius said:
i use cm13 so i have made a splash with latest Google logo + Stock 6.0.1 boot animation.
Boot Animation was obtained from below and it is flashable from TWRP.
http://forum.xda-developers.com/google-nexus-5/themes-apps/google-nexus-5xs-bootlogo-bootanimation-t3318920
Click to expand...
Click to collapse
Have you tested it?
Xristomania said:
Have you tested it?
Click to expand...
Click to collapse
of course i did, both work just fine.
hk_aquarius said:
of course i did, both work just fine.
Click to expand...
Click to collapse
Well, it didn't work for me. I am running MIUI 8 6.7.7 . Bootloader animation was installed but the stationary mi logo was still there haunting my phone...

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

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 Max2/Max1/Max Pro Only ..
For other devices, please send me your splash.img so that I can create a tool for you too.
Requirements:
1. Rooted LeEco Le Max 2 / Max1 (X900) / Max Pro (X910) [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)..
It's not yet tested by anyone.
1. Download & Extract this: Le_Max_Splash_Logo_Maker.zip
2. Make sure you have 3 pictures (same or different) in 1440x2560 resolution in PNG format.
(It seems Le Max displays any 1 picture from the 3 pictures randomly while switching ON, so I think you'll have to use 3 pictures)
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:
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.
2. Modified from my tool here: [GUIDE] How to Create Custom Splash Screen (Boot Logo) for Zuk Z2/Z2 Pro
3. Thanks to @pablo01 who provided stock splash.img of Le Max1 X900
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
GokulNC said:
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, it seems 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 post here the custom splash screens that you made, since others may find it useful
Click to expand...
Click to collapse
Any app on Play Store can apply an other boot animation?
Inviato dal mio Le X820 utilizzando Tapatalk
working good for me . thank you.
Q. how do you unpack the original splash.img?
M4nu3l1c4t4 said:
Any app on Play Store can apply an other boot animation?
Click to expand...
Click to collapse
This is not bootanimation bro...
This is the boot logo (the Le logo which is displayed when the device is switched ON)..
And BTW, please don't quote the entire thread
Dmxsir said:
working good for me . thank you.
Q. how do you unpack the original splash.img?
Click to expand...
Click to collapse
There's no automated tool for that, I did that manually..
It's a bit technical, so I'm not sure if I can make it understand to others who don't have an experience with this..
Anyway, here's what I did:
1. Your device's resolution is 1440x2560, and I saw using Hex Editor that the splash image is raw bgr24 format...
Which means there's 3 bytes per each pixel, so total no. of bytes for a picture=1440*2560*3, which is 11059200 (A8C000 in hex)
2. The first 512bytes is the header of a splash picture (it starts like "SPLASH!!" followed by resolution in little endian format; don't worry about those details). It doesn't contain any pixels data, so remove (or skip) that first 512Bytes and take the next 11059200 (A8C000 in hex) bytes and store it in a new file, say temp.img
3. Now you have to convert the temp.img to a picture file (preferably PNG), so I use the ffmpeg tool for that.
Code:
ffmpeg.exe -f rawvideo -vcodec rawvideo -pix_fmt bgr24 -s 1440x2560 -i temp.img -vframes 1 -y temp.png
4. Now you have first picture with you (temp.png)..
Similarly, after exactly 12MB (12582912bytes or C00000 in hex) of the picture in the splash.img, there's the header of picture of second pic, which is followed by its raw pixels data (as I've said from point 1), and similarly you can extract the picture2..
It seems there are 6 pictures, so you'll be doing this 6 times..
It may seem like it's a tedious process, but once you're good with using the Hex Editor with it, it'll just take a few minutes.. (You'll know the tricks of how to do this easily and fast with experience)
I have not explained everything in detail, as I don't have time now
And, I don't intend to make any automated tool for extracting it, since splash.img varies for devices, and I'll be wasting time for something that'll be useful to a single device only (or probably no one will use it, since who cares about extracting it really while there's a tool to create a new one?)
And also, by default, I have included the stock pics only in the /pics/ folder (So if you want to edit the stock pics, you may take a backup of those somewhere and do it)
BTW, you may post the splash.img that you created here, since others may find it useful..
(Just zip it to reduce the 72MB splash.img size to just 200kB or something before posting )
thank you for that explanation, i will look into it.
attach my israeli version .
:good:thank you very much man...
Creating a batch of splash screens for this device. Unfortunatly behind a work firewall so have to attach via XDA to make sure they work.
First up Samurai Champloo
Le max developer phone...
Thanks after flashing some custom rom it changed the splash logo and I wanted stock one.
pubg
pubg boot screen
Can someone make one with google logo like pixel phones?
download link is off
edit: Qr code is working
thanks very much

[GUIDE] How to Create Custom Boot Logo (Splash Screen) for OneTouch Idol 3

Note:
This is not bootanimation, this is the splash screen (the boot logo which is displayed when device is switched ON)
This is for Alcatel OneTouch Idol 3 Only..
For other devices, please send me your splash.img so that I can create a tool for you too.
Requirements:
1. Rooted OneTouch Idol 3 (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. For Idol 3 4.7 inch variant, make sure you have a picture in PNG format with resolution exactly 720x1280px.
For Idol 3 5.5 inch variant, make sure you have a picture in PNG format with resolution 1080x1920px or lower.
Note:
For 5.5 inch variants, OneTouch Idol 3 has a fixed frame buffer size of 1MB for splash image, so only very light-weight pictures should be used.
It's recommended to use picture with 3 or 2 colors only, like Black & White pictures.
So you'll have to try many pictures till you get a successful one.
Here's an example.
2. Download & Extract this:
For 4.7 inch variants: Idol_3_4.7inch_Splash_Maker.zip (thanks to @persona78 who created this for 4.7inch idol 3)
For 5.5 inch variants: Idol_3_5.5inch_Splash_Maker.zip
3. Now rename your picture as logo.png & replace it inside "pics" folder of the extracted folder.
4. Finally, run the 'CREATE_LOGO.bat' to create splash.img , which you can find inside the "output" folder after completion.
Note:
For 5.5inch variants, you might get an error like "PICTURE IS LARGE IN SIZE" if it's not possible to create a logo with that picture.
In that case, try any one of these below:
a. Try compressPNG.com to reduce no. of colors in PNG picture.
Upload your picture, click Settings, reduce number of colors to 2, Apply & download it & try again.
b. Reduce the picture resolution.
For example, this picture can edited to something like this.
(Hope you understand what I say)
c. Try some other picture.
STEPS to flash splash.img:
0. Optional: Backup your original stock splash.img by the command:
Code:
su
dd if=/dev/block/bootdevice/by-name/splash of=/sdcard/splash_backup.img
(And transfer to computer, might be needed in future)
1. Transfer the splash.img that you created 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
Or flash the attached stock splash zip file from custom recovery.
Credits:
1. @persona78 who provided the splash.img for 4.7inch variant and modified the tool..
2. @GokulNC (myself ) who wrote this script
3. Based on logo_gen.py script
Hit the Thanks :good: button if it worked for you
You're welcome to post the splash images that you created..
New Splash image for IDOL 3 5.5 you can flash in twrp..TNX FOR GUIDE
Download From Here​
Much thanks for this guide !!
I'll try to make some if I have time andd get fastboot back
GokulNC said:
Note:
This is not bootanimation, this is the splash screen (the boot logo which is displayed when device is switched ON)
This is for Alcatel OneTouch Idol 3 5.5inch (1080p, 2GB RAM) Variant Only..
For 4.7 inch variants or other devices, please send me your splash.img so that I can create a tool for you too.
Requirements:
1. Rooted OneTouch Idol 3 5.5inch variant (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 picture in PNG format with resolution 1080x1920 or lower.
Note:
OneTouch Idol 3 has a fixed frame buffer size of 1MB for splash image, so only very light-weight pictures should be used.
It's recommended to use picture with 3 or 2 colors only, like Black & White pictures.
So you'll have to try many pictures till you get a successful one.
Here's an example.
2. Download & Extract this: OneTouch_Idol_3_Splash_Maker.zip
3. Now rename your picture as logo.png & replace it inside "pics" folder of the extracted folder.
4. Finally, run the 'CREATE_LOGO.bat' to create splash.img , which you can find inside the "output" folder after completion.
Note:
You'll get an error like "PICTURE IS LARGE IN SIZE" if it's not possible to create a logo with that picture.
In that case, try any one of these below:
a. Try compressPNG.com to reduce no. of colors in PNG picture.
Upload your picture, click Settings, reduce number of colors to 2, Apply & download it & try again.
b. Reduce the picture resolution.
For example, this picture can edited to something like this.
(Hope you understand what I say)
c. Try some other picture.
STEPS to flash splash.img:
0. First, backup your original stock splash.img by the command:
Code:
su
dd if=/dev/block/bootdevice/by-name/splash of=/sdcard/splash_backup.img
(And transfer to computer, might be needed in future)
1. Transfer the splash.img that you created 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. Based on logo_gen.py script
Hit the Thanks :good: button if it worked for you
You're welcome to post the splash images that you created..
Click to expand...
Click to collapse
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Hi!
This is 4.7 default splash.img, can you mod your software for 4.7?
splash.img
I don´t know if helps but bootanimation resolution is 720x1280
Thanks!
---------------------------------------------------------------------------------------------------------
Hi!
#GokulNC I made it and is very diferent from 5.5 !
https://postimage.org/
I will upload here your software modded by me for Idol 3 (4.7) version.
Still your work, great job!!!
GokulNC said:
Note:
This is not bootanimation, this is the splash screen (the boot logo which is displayed when device is switched ON)
This is for Alcatel OneTouch Idol 3 5.5inch (1080p, 2GB RAM) Variant Only..
For 4.7 inch variants or other devices, please send me your splash.img so that I can create a tool for you too.
Requirements:
1. Rooted OneTouch Idol 3 5.5inch variant (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 picture in PNG format with resolution 1080x1920 or lower.
Note:
OneTouch Idol 3 has a fixed frame buffer size of 1MB for splash image, so only very light-weight pictures should be used.
It's recommended to use picture with 3 or 2 colors only, like Black & White pictures.
So you'll have to try many pictures till you get a successful one.
Here's an example.
2. Download & Extract this: OneTouch_Idol_3_Splash_Maker.zip
3. Now rename your picture as logo.png & replace it inside "pics" folder of the extracted folder.
4. Finally, run the 'CREATE_LOGO.bat' to create splash.img , which you can find inside the "output" folder after completion.
Note:
You'll get an error like "PICTURE IS LARGE IN SIZE" if it's not possible to create a logo with that picture.
In that case, try any one of these below:
a. Try compressPNG.com to reduce no. of colors in PNG picture.
Upload your picture, click Settings, reduce number of colors to 2, Apply & download it & try again.
b. Reduce the picture resolution.
For example, this picture can edited to something like this.
(Hope you understand what I say)
c. Try some other picture.
STEPS to flash splash.img:
0. First, backup your original stock splash.img by the command:
Code:
su
dd if=/dev/block/bootdevice/by-name/splash of=/sdcard/splash_backup.img
(And transfer to computer, might be needed in future)
1. Transfer the splash.img that you created 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. Based on logo_gen.py script
Hit the Thanks :good: button if it worked for you
You're welcome to post the splash images that you created..
Click to expand...
Click to collapse
--------------------------------------------------------------------------------------------------------------------------------------
So, this is splash tool for Idol 3 4.7 version.
This work is was all done by GokulNC i only modify it to Idol 3 4.7 .
Idol347_Splash_Maker.zip
https://mega.nz/#!ao4E2bJZ
Key: !vNcdG1QvByn13Zwl7jioWo6orm_YWtUaVoc0haxDFx4
https://postimage.org/app.php
My splash screen:
https://postimg.cc/image/f78ogieq3
How it seems:
https://postimage.org/
Thanks!
persona78 said:
--------------------------------------------------------------------------------------------------------------------------------------
So, this is splash tool for Idol 3 4.7 version.
This work is was all done by GokulNC i only modify it to Idol 3 4.7 .
Idol347_Splash_Maker.zip
https://mega.nz/#!ao4E2bJZ
Key: !vNcdG1QvByn13Zwl7jioWo6orm_YWtUaVoc0haxDFx4
Click to expand...
Click to collapse
Thanks for your effort
There's something missing in your modification..
It only generates the boot logo..
The splash.img also contains the download mode image..
So if you flash the splash.img created by your tool, when you boot into download mode, you won't see any image..
Anyway, I corrected that mistake and uploaded the tool in OP
Thanks again!
GokulNC said:
Thanks for your effort
There's something missing in your modification..
It only generates the boot logo..
The splash.img also contains the download mode image..
So if you flash the splash.img created by your tool, when you boot into download mode, you won't see any image..
Anyway, I corrected that mistake and uploaded the tool in OP
Thanks again!
Click to expand...
Click to collapse
Hi!
I see the image you add, but on 4.7 power and vol + it goes to recovery! Not in download mode!
And bootloader mode have the same splash image than default boot...
I don´t have any idea how to get in to download mode!!
persona78 said:
Hi!
I see the image you add, but on 4.7 power and vol + it goes to recovery! Not in download mode!
And bootloader mode have the same splash image than default boot...
I don´t have any idea how to get in to download mode!!
Click to expand...
Click to collapse
By download mode, I mean the mode mentioned here: [TOOL] Sahara & Firehose Test
I don't know what image is displayed while booting into recovery (the same bootlogo might be displayed I guess)
GokulNC said:
By download mode, I mean the mode mentioned here: [TOOL] Sahara & Firehose Test
I don't know what image is displayed while booting into recovery (the same bootlogo might be displayed I guess)
Click to expand...
Click to collapse
Ok.
And in 4.7 version i have some instructions at first and you change the file names. Can you fix it?
So...
About the images to add to splash...
Check my new splash test...
https://postimg.org/image/pty7sla7p/
Let your comment!
New Splash for 5.5
https://drive.google.com/open?id=0B092lttgpAYbUHpvSjVTdnRZLVU​
Thank, my splash 4.7
Doesn't work for me on Idol 3 5.5 (Android 5.0.2).
Moreover I have to write "fastboot -i 0x1bbb" instead of "fastboot" to use the commands.
The flashing works, but the new splash screen doesn't look right. Even your splash screens doesn't work for me.
Is there a solution for that?
Thanks GokulNC,
your guide have bring back my broken splash screen. :good::good:
I have flash on my 6039y MM6.0.1 r2 from decker, but this have destroy fastboot. So i must restore fastboot commands with Lollipop guide from user petrov.0. After i have do this my splash screen was broken. (only two Stripes with Pixels)
So i have with fastboot flash your stock splash screen and all is now o.k. again. Thanks.
here the correct fastboot command for Idol3 4,7" (6039Y):
Code:
fastboot -i 0x1bbb flash splash splash.img
fastboot -i 0x1bbb reboot
heross said:
Thanks GokulNC,
your guide have bring back my broken splash screen. :good::good:
I have flash on my 6039y MM6.0.1 r2 from decker, but this have destroy fastboot. So i must restore fastboot commands with Lollipop guide from user petrov.0. After i have do this my splash screen was broken. (only two Stripes with Pixels)
So i have with fastboot flash your stock splash screen and all is now o.k. again. Thanks.
here the correct fastboot command for Idol3 4,7" (6039Y):
Code:
fastboot -i 0x1bbb flash splash splash.img
fastboot -i 0x1bbb reboot
Click to expand...
Click to collapse
Hi!
There is a zip where you can add tge splash.img and flash it with twrp, is easier i think.
4.7" splash
Alcatel Pop4
Any tool like this one for the Alcatel Pop 4 ?
Many thanks in advance
logo of idol 3 in png format
guys someone pass me the png logo for alcatel idol 3 i want to make a bootlogo for various custom roms but i can't find the png for the logo of the cell phone brand and model

[Guide] Change Xiaomi Mi Max 3 (nitrogen) boot logo

I modified moonheartmoon's tool for Xiaomi MI 8 in order to work with Mi Max 3.
I haven't compiled the Windows binary and used the python script only.
Download
How to use (Linux&Unix)
1. Download and unpack.
2. Edit the 5 bmp files, do not change filename or format. Some editors use unsuitable RLE encoding, so beware.
3. Run python genlogo.py and you get logo_new.img (python3).
4. flash through fastboot
Code:
fastboot flash logo logo_new.img
5. Enjoy!
How to restore
Just flash logo.img taken from an official fastboot tgz ROM.
NOTES:
1. Bad news: the locked boot image has been changed and it covers only the small part of the screen (1080x334 instead of 1080x1920 for the MI8). So there's no possibility to customize the whole screen. Good news: the unlocked boot image however kept the 1080x1920 format. So if your bootloader is unlocked, you can take control of the majority of the screen.
2. I removed the unlocked logo from the unlocked boot image and erased the red star from the cap of the bunny on the fastboot image as an exercise.
3. Some editors use different encoding for BMP by default instead of the type of RLE necessary. Like for example GIMP. At least the size of the image should not be larger than the ones in the zip archive. If you are not sure, you can convert your image using ffmpeg like this:
Code:
ffmpeg -hide_banner -i input.png -pix_fmt rgb24 -s resolution -y output.bmp
where resolution must be specified like: 1080x1920 for the unlocked image or 558x992 for the fastboot image.
4. I take no responsibility if you brick your phone. Although I confirm, that it works for me.
Cheers: Dwokfur
This version also works fine for the Xiaomi Mi Pad 4 Plus. Thanks a lot!
Cool :good: Thanks a lot.
for windows please

Change Splash Screen (Working on Pie)

First of all, thank you a lot
@hanspampel (For the zip)
@pendor24 (For your tutorial --- https://forum.xda-developers.com/galaxy-s8+/how-to/tuto-custom-splash-screen-s8-sm-g955f-t3623368)
@Redline (for adb)
everyone that ever contributed to this platform
Required:
1. PC with Windows
2. ADB Drivers (https://forum.xda-developers.com/attachment.php?attachmentid=4623157&d=1540039037)
3. Patience
Steps:
1. Open 1 CMD inside of ADB folder.
2. Type:
Code:
adb shell
Code:
su
(There should be a Magisk pop-up on your phone. Grant it.)
Code:
dd if=/dev/block/platform/11120000.ufs/by-name/UP_PARAM of=/sdcard/up_param.bin
Code:
mkdir /sdcard/up_param
Code:
cd /sdcard/up_param
Code:
tar xf /sdcard/up_param.bin
3. Now, go to your internal storage and you'll find a folder named param.bin. Inside, there are many .jpg. Search the logo.jpg
Using any program, edit it as you like. !!! THE FILE SHOULD NOT BE >400KB !!!
Name it logo.jpg (Just like this. Not anything else).
Copy the logo.jpg on root of your internal storage (not in a folder).
4. Type:
Code:
exit
Code:
su
Code:
cp -f /sdcard/logo.jpg /sdcard/up_param/logo.jpg
Code:
cd /sdcard/up_param
Code:
tar cf - `ls | sort -t.` > /sdcard/up_param.bin
Code:
dd if=/sdcard/up_param.bin of=/dev/block/platform/11120000.ufs/by-name/UP-PARAM
5. If everything worked, there should be no error. Now reboot. The splash is NOT CHANGED YET. Now we'll change it.
6. Download the zip attached.
7. Open it. Inside there is a logo.jpg. Replace it with your logo.jpg.
8. Save the zip. Copy it on your internal storage.
9. Flash it using TWRP.
10. Profit.
I can make custom splash screens for a very small donation (1$). I would like to buy a laptop for college, so everything helps!. Thanks in advance!
Examples
Soon I will post a tutorial on how to change boot animation/shut down animation
Hello
everything can be done from the emulator terminal.
pendor24 said:
Hello
everything can be done from the emulator terminal.
Click to expand...
Click to collapse
Hey, I know that, but I find it useful to make it on PC, because you edit it on your PC, right?. I will post a link to your thread for people who want to use emulator. Thanks again for your tutorial!
azZA_09 said:
Hey, I know that, but I find it useful to make it on PC, because you edit it on your PC, right?. I will post a link to your thread for people who want to use emulator. Thanks again for your tutorial!
Click to expand...
Click to collapse
with pleasure .
you can edit it on your mobile with photoshop.
and configure it without using a zip or have a custom recovery.
Thank you for your time and effort to bring us this magical pleasure and enjoyment with your guide
Thank you!
Man this epic. Thank you so much for this tutorial. Been wanting to learn this for ages just csnt find anything beyond xda to help..
Good looking splash screens you made there OP.
Androiderprime said:
Man this epic. Thank you so much for this tutorial. Been wanting to learn this for ages just csnt find anything beyond xda to help..
Click to expand...
Click to collapse
Thank you!
Megaflop666 said:
Good looking splash screens you made there OP.
Click to expand...
Click to collapse
Thank you!
I can create custom splash for 1$
azZA_09 said:
Thank you!
I can create custom splash for 1$
Click to expand...
Click to collapse
Appreciate the offer, but I always make my own stuff. NOW, if you were doing custom boot anim's, we could talk. My animations always look f'd up when i'm done. LoL
There is no need to do the steps to extract logo.jpg from param.
i just flashed my custom logo zip directly from TWRP recovery and changed the bootlogo.
if you want to go back to stock boot splash
either flash stock bootloader via odin or
flash the zip of stock boot splash via TWRP.
kingwicked said:
There is no need to do the steps to extract logo.jpg from param.
i just flashed my custom logo zip directly from TWRP recovery and changed the bootlogo.
if you want to go back to stock boot splash
either flash stock bootloader via odin or
flash the zip of stock boot splash via TWRP.
Click to expand...
Click to collapse
For some devices, like mine, the param step is required. IDK why, but glad it works for you anyway!
Superuser one I made, it's pretty minimal and for not having the front and just copy paste-ing it looks pretty good.
Anyone have a note 10 splash for our note 9? just a simple stock note 10 screen without any changes...
Sent from my SM-N960F using Tapatalk
bustyouup4free said:
Anyone have a note 10 splash for our note 9? just a simple stock note 10 screen without any changes...
Sent from my SM-N960F using Tapatalk
Click to expand...
Click to collapse
Ripped it from a Note10+ splash changer and removed the + and shifted Knox thing over. Might look a little different but should be fine.
Why would you honestly want the note 10 or 10 plus splash screen on a note 9? do you want it that bad but can't really get it that you want to make your 9 seem like a 10 just so you can stop wanting it so bad
KingVekxin said:
Why would you honestly want the note 10 or 10 plus splash screen on a note 9? do you want it that bad but can't really get it that you want to make your 9 seem like a 10 just so you can stop wanting it so bad
Click to expand...
Click to collapse
Agreed. That's just so weird.
I'm going to buy a Tesla emblem, and go stick it on my nice lil Mazda 3. This way I can confuse myself and others.
Does this work on the unlocked Snapdragon model? (N9600)
Has anyone tested it?
Does this also work on a Note 10+/Exynos with Android 10? Anyone tried it?
In case of a bootloop etc., can I just flash stock bootloader via odin and undo all?
How can I flash the zip without TWRP ? I don't have a custom ROM just Magisk root!

Categories

Resources