[GUIDE] How to Change Boot Logo (Splash Screen) of Redmi Note 5 / Redmi 5 Plus - Xiaomi Redmi Note 5 / 5 Plus Guides, News, & Discu

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 Note 5 / Redmi 5 Plus (vince) Only (Snapdragon Variants)..
For Redmi Note 5 Pro (whyred), 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 5 / Redmi 5 Plus (vince) (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:
0. Make sure fastboot is setup in your computer just in-case something gets ducked up
1. Download & Extract this: Redmi_Note_5_Splash_Maker.zip
2. Make sure you have a picture with resolution 1080x2160 or lower.
3. Now replace your pictures on logo.png inside "pics" folder of the extracted folder.
(Similarly you can change other pictures too)
Note: You can put any picture format, but the names have to be 'logo', 'fastboot', etc.
4. Finally, run the 'CREATE_LOGO.bat' to create splash.img , which you can find inside the "output" folder after completion.
Note:
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:View attachment 4073256 can edited to something like this: View attachment 4073257
(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. Based on my original tool for Redmi Note 4
2. @Redyam & @SuperTheNova who provided the stock splash.img of Redmi Note 5
Hit the Thanks :good: button if it worked for you
You're welcome to post the splash images that you created..
FOR MEDIATEK VARIANTS:
For MTK devices, you might 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) - LOGO BUILDER Program
After editing, you can reflash it by:
Code:
dd if=/sdcard/logo.bin of=/<the_directory_where_logo_is_present>/logo
If you did this successfully, please share the details of how you did it so that it will be helpful for others..
Or if that tool doesn't work, send me your logo.bin or splash.img, I'll check it..

Thanks for the tool, I used it in my mi max, it didn´t have many restriction about the size, now it´s very difficult to get a png of 15kb for logo2 with some of quality but I don´t know if is a limitation of the tool or a size restrictions on new splash partition and don´t work to extract splash.img.
Resolution in this device is 1080x2160 so it displays two lines in black in the top and bottom of the image, if it is possible to fix it but anyway so thanks to the developer. I share my ugly image, it´s all I could get by now to overwrite at least "miui...unlocked" black panel.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Can someone made honor/huawei p20 gradient back case..would looks amazing thanks

Thx for the tool

Can i use it for Redmi Note 5 pro whyred????
GokulNC said:
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 Note 5 / Redmi 5 Plus (vince) Only (Snapdragon Variants)..
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 5 / Redmi 5 Plus (vince) (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:
0. Make sure fastboot is setup in your computer just in-case something gets ducked up
1. Download & Extract this: Redmi_Note_5_Splash_Maker.zip
2. Make sure you have a picture with resolution 1080x2160 or 1080x1920 or lower.
3. Now replace your pictures on logo1.png and logo2.png inside "pics" folder of the extracted folder.
(Similarly you can change other pictures too)
Note: You can put any picture format, but the names have to be 'logo1', 'logo2', 'fastboot', etc.
4. Finally, run the 'CREATE_LOGO.bat' to create splash.img , which you can find inside the "output" folder after completion.
Note:
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:View attachment 4073256 can edited to something like this: View attachment 4073257
(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. Based on my original tool for Redmi Note 4
2. @Redyam & @SuperTheNova who provided the stock splash.img of Redmi Note 5
Hit the Thanks :good: button if it worked for you
You're welcome to post the splash images that you created..
FOR MEDIATEK VARIANTS:
For MTK devices, you might 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) - LOGO BUILDER Program
After editing, you can reflash it by:
Code:
dd if=/sdcard/logo.bin of=/<the_directory_where_logo_is_present>/logo
If you did this successfully, please share the details of how you did it so that it will be helpful for others..
Or if that tool doesn't work, send me your logo.bin or splash.img, I'll check it..
Click to expand...
Click to collapse
Can i use this tool for redmi note 5 pro whyred

Hey! This is a great tool, but I want to use it on my Redmi note 5 pro (whyred), so please tell me how can I do it.

Quick suggestion: Edit the default images in the pic folder to get high quality low sized pngs. I've done it that way. ?

is possible to disable the default "fading effect"? i did everything and successfully flashed, but i don't want this effect when it turn on, i want like the original without any effect

SubwayChamp said:
It doesn´t work to extract splash.img.
Click to expand...
Click to collapse
You have to drag and drop your splash.img on the EXTRACT_LOGO.bat for it to extract
Make sure the splash.img is inside the same folder as that script.
SubwayChamp said:
Resolution in this device is 1080x2160 so it displays two lines in black in the top and bottom of the image, if it is possible to fix it but anyway so thanks to the developer. I share my ugly image, it´s all I could get by now to overwrite at least "miui...unlocked" black panel.
Click to expand...
Click to collapse
If you use a logo.png with resolution 1080x2160, it will work good I guess.
Anyway, I have modified all the resolution of stock pics to 1080x2160 in the tool.
Anutha02 said:
Hey! This is a great tool, but I want to use it on my Redmi note 5 pro (whyred), so please tell me how can I do it.
Click to expand...
Click to collapse
Here you go for Redmi Note 5 Pro (whyred)
alexandre221 said:
is possible to disable the default "fading effect"? i did everything and successfully flashed, but i don't want this effect when it turn on, i want like the original without any effect
Click to expand...
Click to collapse
It has nothing to do with the splash.img; it's just how the bootloader renders it.

GokulNC said:
You have to drag and drop your splash.img on the EXTRACT_LOGO.bat for it to extract
If you use a logo.png with resolution 1080x2160, it will work good I guess.
Anyway, I have modified all the resolution of stock pics to 1080x2160 in the tool.
Click to expand...
Click to collapse
Drag an drop not working yet in the update, it has a redundant message when I dropped on
It didn´t work with a 1080x2160 image before, it just gave a fail message
Now this feature with the correct size is working but only with the same images that you putted in the pics folder
I tried to edit same fastboot pic (original 382 kbs now 57,5 kbs) and logo pic (original 10,8 kbs now 9,53 kbs) and it gave me error (I use pngquant to reduce images weight) keeping same size.
These are my images that I dealed with
Thanks for the effort. I have installed java and python

GokulNC said:
You have to drag and drop your splash.img on the EXTRACT_LOGO.bat for it to extract
If you use a logo.png with resolution 1080x2160, it will work good I guess.
Anyway, I have modified all the resolution of stock pics to 1080x2160 in the tool.
Here you go for Redmi Note 5 Pro (whyred)
It has nothing to do with the splash.img; it's just how the bootloader renders it.
Click to expand...
Click to collapse
i just dont understand how the original dont have any effect while rendering and now after i just inverted the colors is totally different

Nifty tool! Great! Thanks!

Hey!
I tried to backup first and in my case it doesn't work.
My filename is mmcblk0p18 !?
and your tool returns
Code:
This file is not supported.
Extraction Complete to folder output\extracted_pics
Folder is empty.
I'm not sure if it's safe to blindly flash my created splashscreen?
Many thanks in advance!
Just in case I have Redmi 5 Plus (Vince) on Resurrection Remix ROM.
GokulNC said:
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 Note 5 / Redmi 5 Plus (vince) Only (Snapdragon Variants)..
For Redmi Note 5 Pro (whyred), 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 5 / Redmi 5 Plus (vince) (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:
0. Make sure fastboot is setup in your computer just in-case something gets ducked up
1. Download & Extract this: Redmi_Note_5_Splash_Maker.zip
2. Make sure you have a picture with resolution 1080x2160 or lower.
3. Now replace your pictures on logo.png inside "pics" folder of the extracted folder.
(Similarly you can change other pictures too)
Note: You can put any picture format, but the names have to be 'logo', 'fastboot', etc.
4. Finally, run the 'CREATE_LOGO.bat' to create splash.img , which you can find inside the "output" folder after completion.
Note:
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:View attachment 4073256 can edited to something like this: View attachment 4073257
(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. Based on my original tool for Redmi Note 4
2. @Redyam & @SuperTheNova who provided the stock splash.img of Redmi Note 5
Hit the Thanks :good: button if it worked for you
You're welcome to post the splash images that you created..
FOR MEDIATEK VARIANTS:
For MTK devices, you might 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) - LOGO BUILDER Program
After editing, you can reflash it by:
Code:
dd if=/sdcard/logo.bin of=/<the_directory_where_logo_is_present>/logo
If you did this successfully, please share the details of how you did it so that it will be helpful for others..
Or if that tool doesn't work, send me your logo.bin or splash.img, I'll check it..
Click to expand...
Click to collapse

Everything worked smoothly and I was able to change the boot logo. The only thing that's bugging me now is the boot logo reveal once the power button is pressed. It wipes down to reveal the full boot logo. This wasn't obtrusive before on the default MI logo but since I have a white bg Google logo it looks very silly. Is there anyway to change this to just an instant reveal without any reveal animation?

Romonger said:
Everything worked smoothly and I was able to change the boot logo. The only thing that's bugging me now is the boot logo reveal once the power button is pressed. It wipes down to reveal the full boot logo. This wasn't obtrusive before on the default MI logo but since I have a white bg Google logo it looks very silly. Is there anyway to change this to just an instant reveal without any reveal animation?
Click to expand...
Click to collapse
That's how Xiaomi did it. No way other than use a dark Google Bootlogo.

Romonger said:
Everything worked smoothly and I was able to change the boot logo. The only thing that's bugging me now is the boot logo reveal once the power button is pressed. It wipes down to reveal the full boot logo. This wasn't obtrusive before on the default MI logo but since I have a white bg Google logo it looks very silly. Is there anyway to change this to just an instant reveal without any reveal animation?
Click to expand...
Click to collapse
I use this Pixel dark logo and it looks fine:
View attachment splash.img

is root necessary? or we can only flash it with recovery ?

the name is raman said:
is root necessary? or we can only flash it with recovery ?
Click to expand...
Click to collapse
No root needed but you have to have a custom recovery (if you want to flash it through recovery) and an unlocked device, you can use also fastboot.

I can't create splash.img, because my pic always detected a large pic size, i compress it into 28kb

Ciksgang said:
I can't create splash.img, because my pic always detected a large pic size, i compress it into 28kb
Click to expand...
Click to collapse
It must be less than 5kb

Related

[BOOT LOGO][BOOT ANIMATION] Watch_Dogs boot logo+animation for Moto G

Hey everyone, if you (just like me) liked or loved the new Ubisoft game called Watch_Dogs I'm sure you will also like what i made for Moto G. I got annoyed yesterday so i started working on this. This is my first contribution to the Moto G, and it will most likely not be the last
Also notice that even if the boot animation is made by me, i used several parts from @nin9 's boot animation that YOU CAN FIND HERE.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Preview of the boot animation:
Download links and installation:
Powered by ctOS versions:
MANUAL WAY:
DROPBOX:
DARK VERSION:
https://www.dropbox.com/sh/dbuok4hiyht4hqy/AABecSG445P7N1UHil_G1II_a
LIGHT VERSION:
https://www.dropbox.com/sh/ci21w57dqfaqoqt/AAB0O51AXHz8Bc_mTUVOmiIZa
Click to expand...
Click to collapse
MEGA:
DARK VERSION:
https://mega.co.nz/#F!qUFW2aSA!bRjc1WlacUYws_yiMT-tdQ
LIGHT VERSION:
https://mega.co.nz/#F!zIsRVYrA!VPp9jagFRktuRFJlf2jvpQ
Click to expand...
Click to collapse
Inside both the cloud folders, you will find four files, the ones we want if you choose this way are the files called "logo.bin" and "bootanimation.zip". Do not attempt to flash any of those file via recovery because it won't work. Instead, download them on your PC and, as you have choosen , let's proceed manually. For the logo.bin, place it in the same folder of your fastboot.exe and then reboot your device in fastboot mode. Then, on your computer, left-click while holding SHIFT, then click on "Open command prompt here" and type:
fastboot flash logo logo.bin
(It will then show some lines, and after them "OKAY")
fastboot reboot
After the reboot, copy the bootanimation.zip on your phone. If you still haven't closed the command prompt, you can copy the bootanimation.zip in the same folder of fastboot.exe and adb.exe and then type in the command prompt (after the reboot):
adb devices
(will show that your Moto G is connected via USB to your PC; if it's not showing, check that you have enabled USB Debugging in Settings > Developer Options. If this menu is not there, go in About this device and click several times on build number, until it says "No need, you already enabled developer options"; then go back and the menu will be there. Type again adb devices to confirm that it's connected)
adb push bootanimation.zip /sdcard/
(If your phone requests for confirmation, check "always allow this computer" and then press Ok)
(Otherwise you can simply copy/paste it on your sd card)
On your phone, search on Play Store for Boot Animations ★ root, install it, and in this app go in the section "local" and scroll the list until you see bootanimation.zip, then simply tap on it and press install.
Flashable ZIPs (made by @virajmalia, all the credits go to him at the 3rd post :fingers-crossed:
DROPBOX:
DARK VERSION:
https://www.dropbox.com/sh/dbuok4hiyht4hqy/AABecSG445P7N1UHil_G1II_a
LIGHT VERSION:
https://www.dropbox.com/sh/ci21w57dqfaqoqt/AAB0O51AXHz8Bc_mTUVOmiIZa
Click to expand...
Click to collapse
MEGA:
DARK VERSION:
https://mega.co.nz/#F!qUFW2aSA!bRjc1WlacUYws_yiMT-tdQ
LIGHT VERSION:
https://mega.co.nz/#F!zIsRVYrA!VPp9jagFRktuRFJlf2jvpQ
Click to expand...
Click to collapse
In both these folders you will see four files; the ones that we want are called "Watchdogs_logo.zip" and "Watchdogs_bootanim.zip". Download these files, drop them on your device's storage folder (some recoveries will also support an USB storage device connected via OTG), flash them via recovery without wiping anything and reboot, enjoy!
Powered by DedSec versions:
MANUAL WAY:
DROPBOX:
DARK VERSION:
https://www.dropbox.com/sh/j7ugo0f7iw902vm/AADTSM8VVIXBWmzjf6xr7W6Sa
LIGHT VERSION:
https://www.dropbox.com/sh/o45x54mi4aejn13/AADEFY7LkCu6LHRFQqTrz7IFa
Click to expand...
Click to collapse
MEGA:
DARK VERSION:
https://mega.co.nz/#F!6JFWCZYT!QScL86DkbC-LZPwv5kG3_g
LIGHT VERSION:
https://mega.co.nz/#F!3UlznRBD!H_iJ7LQfW5RWEXx_REZTHw
Click to expand...
Click to collapse
Inside both the cloud folders, you will find four files, the ones we want if you choose this way are the files called "logo.bin" and "bootanimation.zip". Do not attempt to flash any of those file via recovery because it won't work. Instead, download them on your PC and, as you have choosen , let's proceed manually. For the logo.bin, place it in the same folder of your fastboot.exe and then reboot your device in fastboot mode. Then, on your computer, left-click while holding SHIFT, then click on "Open command prompt here" and type:
fastboot flash logo logo.bin
(It will then show some lines, and after them "OKAY")
fastboot reboot
After the reboot, copy the bootanimation.zip on your phone. If you still haven't closed the command prompt, you can copy the bootanimation.zip in the same folder of fastboot.exe and adb.exe and then type in the command prompt (after the reboot):
adb devices
(will show that your Moto G is connected via USB to your PC; if it's not showing, check that you have enabled USB Debugging in Settings > Developer Options. If this menu is not there, go in About this device and click several times on build number, until it says "No need, you already enabled developer options"; then go back and the menu will be there. Type again adb devices to confirm that it's connected)
adb push bootanimation.zip /sdcard/
(If your phone requests for confirmation, check "always allow this computer" and then press Ok)
(Otherwise you can simply copy/paste it on your sd card)
On your phone, search on Play Store for Boot Animations ★ root, install it, and in this app go in the section "local" and scroll the list until you see bootanimation.zip, then simply tap on it and press install.
Flashable ZIPs (made by @virajmalia, all the credits go to him at the 3rd post :fingers-crossed:
DROPBOX:
DARK VERSION:
https://www.dropbox.com/sh/j7ugo0f7iw902vm/AADTSM8VVIXBWmzjf6xr7W6Sa
LIGHT VERSION:
https://www.dropbox.com/sh/o45x54mi4aejn13/AADEFY7LkCu6LHRFQqTrz7IFa
Click to expand...
Click to collapse
MEGA:
DARK VERSION:
https://mega.co.nz/#F!6JFWCZYT!QScL86DkbC-LZPwv5kG3_g
LIGHT VERSION:
https://mega.co.nz/#F!3UlznRBD!H_iJ7LQfW5RWEXx_REZTHw
Click to expand...
Click to collapse
In both these folders you will see four files; the ones that we want are called "Watchdogs_logo.zip" and "Watchdogs_bootanim.zip". Download these files, drop them on your device's storage folder (some recoveries will also support an USB storage device connected via OTG), flash them via recovery without wiping anything and reboot, enjoy!
Powered by Android versions:
MANUAL WAY:
DROPBOX:
DARK VERSION:
https://www.dropbox.com/sh/j5r6qklwzdzo126/AAD3lPyJl9otnnar8rU4YcSxa
LIGHT VERSION:
https://www.dropbox.com/sh/scnwuoj3s1sgrtr/AAA9PwlQzJr7hiVINmNqg1dia
Click to expand...
Click to collapse
MEGA:
DARK VERSION:
https://mega.co.nz/#F!GcUEVBRI!F39JIxrRFueR6TGRYNcl8A
LIGHT VERSION:
https://mega.co.nz/#F!zRMQkZzR!yRaly1M6wnv-RxQwgCejCg
Click to expand...
Click to collapse
Inside both the cloud folders, you will find four files, the ones we want if you choose this way are the files called "logo.bin" and "bootanimation.zip". Do not attempt to flash any of those file via recovery because it won't work. Instead, download them on your PC and, as you have choosen , let's proceed manually. For the logo.bin, place it in the same folder of your fastboot.exe and then reboot your device in fastboot mode. Then, on your computer, left-click while holding SHIFT, then click on "Open command prompt here" and type:
fastboot flash logo logo.bin
(It will then show some lines, and after them "OKAY")
fastboot reboot
After the reboot, copy the bootanimation.zip on your phone. If you still haven't closed the command prompt, you can copy the bootanimation.zip in the same folder of fastboot.exe and adb.exe and then type in the command prompt (after the reboot):
adb devices
(will show that your Moto G is connected via USB to your PC; if it's not showing, check that you have enabled USB Debugging in Settings > Developer Options. If this menu is not there, go in About this device and click several times on build number, until it says "No need, you already enabled developer options"; then go back and the menu will be there. Type again adb devices to confirm that it's connected)
adb push bootanimation.zip /sdcard/
(If your phone requests for confirmation, check "always allow this computer" and then press Ok)
(Otherwise you can simply copy/paste it on your sd card)
On your phone, search on Play Store for Boot Animations ★ root, install it, and in this app go in the section "local" and scroll the list until you see bootanimation.zip, then simply tap on it and press install.
Flashable ZIPs (made by @virajmalia, all the credits go to him at the 3rd post :fingers-crossed:
DROPBOX:
DARK VERSION:
https://www.dropbox.com/sh/j5r6qklwzdzo126/AAD3lPyJl9otnnar8rU4YcSxa
LIGHT VERSION:
https://www.dropbox.com/sh/scnwuoj3s1sgrtr/AAA9PwlQzJr7hiVINmNqg1dia
Click to expand...
Click to collapse
MEGA:
DARK VERSION:
https://mega.co.nz/#F!GcUEVBRI!F39JIxrRFueR6TGRYNcl8A
LIGHT VERSION:
https://mega.co.nz/#F!zRMQkZzR!yRaly1M6wnv-RxQwgCejCg
Click to expand...
Click to collapse
In both these folders you will see four files; the ones that we want are called "Watchdogs_logo.zip" and "Watchdogs_bootanim.zip". Download these files, drop them on your device's storage folder (some recoveries will also support an USB storage device connected via OTG), flash them via recovery without wiping anything and reboot, enjoy!
Mirrored the link to Dropbox and MEGA, if any of those two doesn't work just tell me by posting here
Hope you will like it! Enjoy :fingers-crossed:
TODO list:
Make recovery flashable ZIPs thanks @virajmalia!
Upload a boot animation preview video
Make a light (white) version
Make also the "Powered by Android" and "Powered by DedSec" versions
Support other resolutions (discontinued, sorry, feel free to port it to other devices but please mention me so i can thank you personally )
Giupy 99 said:
Hey everyone, if you (just like me) liked or loved the new Ubisoft game called Watch_Dogs I'm sure you will also like what i made for Moto G. I got annoyed yesterday so i started working on this. This is my first contribution to the Moto G, and it will most likely not be the last
Also notice that even if the boot animation is made by me, i used several parts from @nin9 's boot animation that YOU CAN FIND HERE.
Click to expand...
Click to collapse
i just download it and it looks good!
good job!
...and thanks for the credits!
Recovery Flashable Zips
I too am a fan of Watchdogs. Its good to see that someone is contributing to the community in an interesting and innovative way.
Here's something from me. I have made Recovery flashable zips. You can include them in the OP. Just some credit
That's not a good thing to be 'powered by ctOS', this system is way too easy to hack :silly:
A 'powered by DedSec' would have been cool :angel:
virajmalia said:
I too am a fan of Watchdogs. Its good to see that someone is contributing to the community in an interesting and innovative way.
Here's something from me. I have made Recovery flashable zips. You can include them in the OP. Just some credit
Click to expand...
Click to collapse
Mirrored on DropBox and Mega, thanks
matmutant said:
That's not a good thing to be 'powered by ctOS', this system is way too easy to hack :silly:
A 'powered by DedSec' would have been cool :angel:
Click to expand...
Click to collapse
Sure, added to the TODO list
Thanks, I too a fan of Watchdogs
Sent from my Moto G using XDA Premium 4 mobile app
can the boot animation work for any device or just compatible for moto g?
tq.
i tried both methods. manually and flashable zip files but only the logo.bin works. the bootanimations backround flashes yellow the whole time and the "motorola hacking animation" (in the middle) splits up into 2 oversized parts in the lower corners of the screen
Edit: now i know why it doesn't work. i am on stock (non-GPE) and bootanimations don't work for this rom if the bootanimation.zip contains multiple .png files (or any other kind of pictures). We do need a bootanimation.zip which contains an .mp4 file instead of .png files
Having the same problem as the previous poster?. Any ideas what Boot Anims I can flash?. or how to get to the stock animation.. quite miffed my boot looks like a zx spectrum going crazy now
in my xt1032 the bootanimation whatchdog is low resolution (and out of display)... other bootanimation zip failed to install
Here is the stock boot animation
http://forum.xda-developers.com/showthread.php?t=2650172
Sent from my XT1032 using XDA Free mobile app
vashollow said:
can the boot animation work for any device or just compatible for moto g?
tq.
Click to expand...
Click to collapse
Hi, it works on xhdpi devices
Sammy854 said:
Hi, it works on xhdpi devices
Click to expand...
Click to collapse
thanks! :good:
If anybody has an issue with this boot anim, like myself whereas it splits and renders on a yellow background. Get the Boot Animations app, the same one that is bundled with ROM Toolbox Pro to change it. As most of them work.
Sent from my XT1032 using XDA Premium 4 mobile app
I can't find ANY app called bootanimation that is bundled with rom buddy. And btw
What do you mean with "most of them"?
Sent from my XT1032 using XDA Free mobile app
Oops sorry I meant ROM Toolbox Pro. Well I couldn't get the superSU android boot anim to work. But the rest I tried do.
By not work I mean as in dont show a boot anim at al and phone still starts fine.
Sent from my XT1032 using XDA Premium 4 mobile app
seems i did not subscribe the post so that's why i wasnt replying, sorry for everyone having the yellow screen flashing problem, it's true it happened to me also, i'm not sure why but seems like android doesn't go well with Adobe PNGs now i'm converting al those PNGs and reupload, again sorry for the inconvenience :/
Giupy 99 said:
seems i did not subscribe the post so that's why i wasnt replying, sorry for everyone having the yellow screen flashing problem, it's true it happened to me also, i'm not sure why but seems like android doesn't go well with Adobe PNGs now i'm converting al those PNGs and reupload, again sorry for the inconvenience :/
Click to expand...
Click to collapse
it's ok
Good news! The yellow glitch problem is now solved, and i have added a white version! (It is a bit slow, i don't know why )
Inviato dal mio XT1032 utilizzando Tapatalk

[GUIDE] How to Create Custom Splash Screen (Boot Logo) for Wileyfox Swift

Creating custom splash.img for Wileyfox Swift:
Note:
This is not bootanimation, this is the splash screen (the 'Wileyfox' logo which is displayed when device is switched ON)
This is for Wileyfox Swift only..
For other devices, please send me your splash.img so that I can create a tool for you too.
Before proceeding, make sure fastboot is setup properly in your computer (just incase something goes wrong)..
STEPS:
1. Make sure you have a picture for your custom splash with:
i. Resolution: 720x1280
ii. PNG or JPG format
iii. picture size less than 200kB
iv. less colorful
(Tip: Try compressPNG.com to reduce no. of colors in PNG picture.
Upload your picture, click Settings, reduce number of colors to 16 or below & download it)
2. Download this tool to your computer: CM_Splash_Maker.zip
And extract it.
3. Drag & drop your splash picture on the file "CREATE_Logo.bat" & select your device.
4. After the custom splash image (filename.img) is created, the output directory will be opened..
5. Transfer the filename.img to the device's internal storage & flash it using Terminal Emulator like:
Code:
dd if=/sdcard/filename.img of=/dev/block/bootdevice/by-name/splash
(Or you can flash it from fastboot as given below)
Note:
Incase you flashed & your device doesn't bootup, don't worry
Just flash the original splash.img from fastboot like:
Code:
fastboot flash splash splash.img
Credits:
1. Based on my original tool for Yu devices here..
2. @GokulNC (myself ) who created this tool..
3. @beroid (who provided the stock splash.img & tested this).
Hit the Thanks :good: button if it worked for you
Don't forget to share the custom splash screens that you made, since others may find it useful
Hello, thank you very much for these useful guide.
To create my splash screen I had to run your scripts inside a virtualbox running windows as I'm a linux user.
But it was'nt a good solution to run only two .bat files.
So I decided to write bash scripts that should be compatible with almost every *NIX systems.
You should have ffmpeg installed on your computer. If this is not the case, install it with your favourite package manager.
Download my archive at the end of this post and extract it
If you are in trouble running CM_SPLASH_RGB24_converter, just go to bin/ directory, then
Code:
gcc CM_SPLASH_RGB24_converter.c -o CM_SPLASH_RGB24_converter
Then to create your splash screen just run
Code:
./CREATE_Logo.sh filename.png
where filename.png is the logo you want to add to your splash screen
The splash.img created is located in the output/ directory
Similarly to extract your splash screen into a png picture
Code:
EXTRACT_Logo.sh splash.img
The picture extracted is located in output/extracted_logo/
Are there any custom Splashscreens around ?
perfectly functioning on wileyfox swift bro.. thanks a lot
good day bro GokuINC.
can you also make a splash maker for android one seed which have the same/similar functions of this cm splash maker tool? so fastboot logo can be also changed? thank you very much for this.. i've been using it since it was posted.
dont work on lineage os
Thank you for this tool and the adjustments for the Wileyfox Swift.:good:
In my case, the dump of the "splash" partition was about 10 MB large, while the actually used part is about 210 KB, so I guess the image is already large enough for more complex images, too. At least in my case it was no problem.
RusWF said:
dont work on lineage os
Click to expand...
Click to collapse
For me it works, with the recent LineageOS 16.0 and using the more recent version on GitHub.
fred0r said:
Are there any custom Splashscreens around ?
Click to expand...
Click to collapse
Keeping the stock fastboot/battery images (which are slightly different to the versions in the ZIP/on GitHub!), I modified the logo and moved the Wileyfox logo to the top and added the NSA monitored device logo in the center.
It just seems that it is not possible to add attachments being a new user...
Wow, glad something like this exists!
Does this work with newer variants of the WileyFox Swift line of phones?
I am specifically interested in changing the splash screen on my Swift 2X.
I'll be happy to provide a dump of my current splash if need be, when I figure that out.

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

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 Pro 3 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 Pro 3 (any ROM)
2. Optional: Terminal Emulator app or Custom Recovery or atleast working fastboot in computer
3. You're proceeding at your own risk.
STEPS to create splash.img:
1. Download & Extract this in computer: Le_Pro_3_Splash_Maker.zip
2. Make sure you have 3 pictures (same or different) in 1080x1920 px resolution in PNG format.
(Actually, it seems Le Pro3 displays 3 pictures one by one while switching ON, so I think you'll have to use 3 pictures, but feel free to explore; IDK)
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 and flashable zip file, 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.
Thanks to @androcheck who tested this and @Peter-C who provided the stock splash.img ..
Hit the Thanks :good: button if it worked for you
You're welcome to share the splash images that you created in this thread..
Can we change other pics in the folder?
@GokulNC Thanks for you awesome work. I did Pixel Splash Black and White version in twrp. Here
GokulNC said:
Actually, it seems Le Pro3 displays 3 pictures one by one while switching ON, so I think you'll have to use 3 pictures, but feel free to explore; IDK)
Click to expand...
Click to collapse
Actually it seems like the 3 pictures are not displayed one by one but instead at each boot time a different one of the three will be displayed. As the 3 original images are very similar (only the dark grey chinese text is different and I cannot read chinese) initially I didn't notice the difference.
It doesn't seem like the images change in a round-robin style but I didn't really look into this. Maybe it's randomly selected.
Nevertheless, @GokulNC thanks a lot for making the tool available!
---------- Post added at 07:57 ---------- Previous post was at 07:47 ----------
Presterin said:
Can we change other pics in the folder?
Click to expand...
Click to collapse
Yes, you can (at least I tried to modify the recovery and fastboot image and it seemed to work).
Hi, can I ask how to extract splash.img in the Windows 10? Thanks
@GokulNC
Peter-C said:
Hi, can I ask how to extract splash.img in the Windows 10? Thanks
@GokulNC
Click to expand...
Click to collapse
It's a quite long process and has no automated tool to do that..
BTW, Here's a similar answer: http://forum.xda-developers.com/showpost.php?p=68231258&postcount=4
GokulNC said:
It's a quite long process and has no automated tool to do that..
BTW, Here's a similar answer: http://forum.xda-developers.com/showpost.php?p=68231258&postcount=4
Click to expand...
Click to collapse
Thanks. I will try.
Wonderful mannn...
Hey bro...can u create d same file for Le2 X526 ? ....please...I don't want to see that dirty chnse letters evrytym when i bootup...Thank you very much
Achyuth Reddy said:
Hey bro...can u create d same file for Le2 X526 ? ....please...I don't want to see that dirty chnse letters evrytym when i bootup...Thank you very much
Click to expand...
Click to collapse
Send your device's splash.img
https://drive.google.com/file/d/0B1ndvtmysiPRcHZoaXR3OGlXSEU/view?usp=drivesdk
It is around 50MB...There is no indication about its file type .img or something else...sorry bro if i have given a wrong file...Thanks again
Thanks it's possible to do that tool for max x900?
Achyuth Reddy said:
https://drive.google.com/file/d/0B1ndvtmysiPRcHZoaXR3OGlXSEU/view?usp=drivesdk
It is around 50MB...There is no indication about its file type .img or something else...sorry bro if i have given a wrong file...Thanks again
Click to expand...
Click to collapse
[GUIDE] How to Change Boot Logo (Splash Screen) of LeEco Le 2 / Le S3
pablo01 said:
Thanks it's possible to do that tool for max x900?
Click to expand...
Click to collapse
Send your device's splash.img
Here you go https: //drive.google.com/open?id=0B3UPkgLgFLAbYWtFR1c4empCbW8 THANKS
pablo01 said:
pablo01 said:
It's possible to do that tool for max x900?
Click to expand...
Click to collapse
Here you go https://drive.google.com/open?id=0B3UPkgLgFLAbYWtFR1c4empCbW8
THANKS
Click to expand...
Click to collapse
[GUIDE] How to Create Custom Splash Screen (Boot Logo) for Le Max
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 Pro 3 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 Pro 3 (any ROM)
2. Optional: Terminal Emulator app or Custom Recovery or atleast working fastboot in computer
3. You're proceeding at your own risk.
STEPS to create splash.img:
1. Download & Extract this in computer: Le_Pro_3_Splash_Maker.zip
2. Make sure you have 3 pictures (same or different) in 1080x1920 px resolution in PNG format.
(Actually, it seems Le Pro3 displays 3 pictures one by one while switching ON, so I think you'll have to use 3 pictures, but feel free to explore; IDK)
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 and flashable zip file, 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.
Thanks to @androcheck who tested this and @Peter-C who provided the stock splash.img ..
Hit the Thanks :good: button if it worked for you
You're welcome to share the splash images that you created in this thread..
Click to expand...
Click to collapse
Thank you, Working to my LeEco Le Pro 3 :good:

[TOOL] [LINUX] Tissot Splash Maker (mod all 5 PNG's in splash.img)

Hey,
Here is a simple to use program to build splash.img from 5 PNG's. The 5 PNG's are:
1. Mi logo screen on locked bootloader
2. Fastboot image
3. Mi logo screen on unlocked bootloader
4. 'System destroyed' image
5. 'Please lock the bootloader' early splash.
I have ported the AutoIt3 source code to C, so it could work on Linux.
This project is a Linux fork of the tool: https://forum.xda-developers.com/mi-a1/themes/tool-tissot-splash-maker-mod-5-pngs-t3799701
Like the old script, there is still a size limit per splash. (THE HACK ALLOWED BY THE WINDOWS IS NOT PRESENT IN THIS LINUX COUNTERPART)
Usage is simple - create an "input" folder, with the 5 PNGs (00.png, 01.png .... 05.png) and run the tool (after compiling it and installing python2 and python2-pil). If there are any errors it will say so, otherwise you will get a splash.img that you can flash in fastboot:
Code:
Code:
fastboot flash splash splash.img
The original input folder has all the stock images included.
FOR DOWNLOAD SEE GITLAB: https://gitlab.com/ioanm/tissot_splashimg_maker
If this tool has helped you please consider donating on LiberaPay: https://liberapay.com/iodev/donate
Enjoy!
iodev said:
Hey,
Here is a simple to use program to build splash.img from 5 PNG's. The 5 PNG's are:
1. Mi logo screen on locked bootloader
2. Fastboot image
3. Mi logo screen on unlocked bootloader
4. 'System destroyed' image
5. 'Please lock the bootloader' early splash.
I have ported the AutoIt3 source code to C, so it could work on Linux.
This project is a Linux fork of the tool: https://forum.xda-developers.com/mi-a1/themes/tool-tissot-splash-maker-mod-5-pngs-t3799701
Like the old script, there is still a size limit per splash. (THE HACK ALLOWED BY THE WINDOWS IS NOT PRESENT IN THIS LINUX COUNTERPART)
Usage is simple - create an "input" folder, with the 5 PNGs (00.png, 01.png .... 05.png) and run the tool (after compiling it and installing python2 and python2-pil). If there are any errors it will say so, otherwise you will get a splash.img that you can flash in fastboot:
Code:
Code:
fastboot flash splash splash.img
The original input folder has all the stock images included.
FOR DOWNLOAD SEE GITLAB: https://gitlab.com/ioanm/tissot_splashimg_maker
If this tool has helped you please consider donating on LiberaPay: https://liberapay.com/iodev/donate
Enjoy!
Click to expand...
Click to collapse
Thank you very much for your work. I ported your C program to Linux bash. Everybody, who is interested, could find it on Github
https://github.com/dwi336/Tissot-Splash-Maker

How To Guide [GUIDE] Change Splash screen for this phone!

NOTE: I am not responsible for any bricked devices. DO THIS AT YOUR OWN RISK!
Click to expand...
Click to collapse
I recently changed my splash screen logo from samsung to a custom one i made in pixlr. Its looks coool. A video is attached below.
REQUIREMENTS:
- ROOTED A32 4G
- usb c cable (to connect to pc)
- windows PC (for zipping and etc.)
- ADB installed on your pc. (For running shell commands) [OR YOU COULD USE SOME TERMINAL EMULATOR]
If your doing this on your phone just follow along, i included seperate commands.
STEPS:
1. Download attached up_param.bin (i extracted this from android 11 firmware. it shld work with fine with 12 they are same. Since downloading whole firmware takes alot of time)
2. Install 7zip if you already didn't from here.
3. Make a working directory anywhere
4. Use 7 zip to extract up_param.bin to a folder.
After extracting this is what you should see
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
These are all the images!
5. modify files as you like. (MAKE SURE THE DIMENSIONS ARE THE SAME. AND DO NOT REMOVE ANY IMAGE IT COULD BRICK)
NOTE: DO NOT TOUCH DOWNLOAD MODE IMAGES. if you f**k them up you will never be able to get into download mode again
You can replace boot_warning.jpg, logo.jpg (main file responsible logo), letter.jpg (the logo that shows for a split second), svb_orange.jpg (boot loader unlock warning)
6. select all images -> right click -> add to archive.
7. set it to tar.
8. set compression method to GNU.
This is what it should look like
9. Click on OK.
10. Now connect your A32 to the PC. (enable USB debugging)
11. Copy over the tar file that was generated by 7zip to anywhere. i am gonna assume we placed it in the internal storage (/sdcard/)
12. Run the following commands.
NOTE: I am editing the original thread since i checked in up param file of my new a13 fw and found new file. Its for if the battery temperature is too high. if you modify the up param from a11 fw and flash that it may not exist and the phone will boot loop if it wants to display the menu...
iM UPLOADING A13 stock up_param HERE FROM A325FXXU2CVK3.
Uploaded as up_param-a13.bin
adb shell (Phone users skip this.)
su
(Grant su permission if the popup comes up).
Then run
ls -l /dev/block/platform/****/by-name
After you get a long output. Search for up_param.
(We all have the same phone but just in case some people with diff samsung mtk phones come here).
now we just have to run 2 more commands and we are done!
Taking backups incase something goes wrong.
(People with different phones replace your up_param partition name here.)
dd if=/dev/block/mmcblk0p35 of=/sdcard/backup-param.bin
Now flashing our new modified up_param with new images
dd if=/sdcard/filename.tar of=/dev/block/mmcblk0p35
WE ARE DONE! now reboot and enjoy the new logo!
CREDITS:
- Orignal post: here.
Also video attached below
Captain_cookie_200 said:
I recently changed my splash screen logo from samsung to a custom one i made in pixlr. Its looks coool. A video is attached below.
REQUIREMENTS:
- ROOTED A32 4G
- usb c cable (to connect to pc)
- windows PC (for zipping and etc.)
- ADB installed on your pc. (For running shell commands) [OR YOU COULD USE SOME TERMINAL EMULATOR]
If your doing this on your phone just follow along, i included seperate commands.
STEPS:
1. Download attached up_param.bin (i extracted this from android 11 firmware. it shld work with fine with 12 they are same. Since downloading whole firmware takes alot of time)
2. Install 7zip if you already didn't from here.
3. Make a working directory anywhere
4. Use 7 zip to extract up_param.bin to a folder.
After extracting this is what you should see
View attachment 5775661
These are all the images!
5. modify files as you like. (MAKE SURE THE DIMENSIONS ARE THE SAME. AND DO NOT REMOVE ANY IMAGE IT COULD BRICK)
NOTE: DO NOT TOUCH DOWNLOAD MODE IMAGES. if you f**k them up you will never be able to get into download mode again
You can replace boot_warning.jpg, logo.jpg (main file responsible logo), letter.jpg (the logo that shows for a split second), svb_orange.jpg (boot loader unlock warning)
6. select all images -> right click -> add to archive.
View attachment 5775663
7. set it to tar.
8. set compression method to GNU.
This is what it should look like
View attachment 5775665
9. Click on OK.
10. Now connect your A32 to the PC. (enable USB debugging)
11. Copy over the tar file that was generated by 7zip to anywhere. i am gonna assume we placed it in the internal storage (/sdcard/)
12. Run the following commands.
adb shell (Phone users skip this.)
su
(Grant su permission if the popup comes up).
Then run
ls -l /dev/block/platform/****/by-name
After you get a long output. Search for up_param.
View attachment 5775673
(We all have the same phone but just in case some people with diff samsung mtk phones come here).
now we just have to run 2 more commands and we are done!
Taking backups incase something goes wrong.
(People with different phones replace your up_param partition name here.)
dd if=/dev/block/mmcblk0p35 of=/sdcard/backup-param.bin
Now flashing our new modified up_param with new images
dd if=/sdcard/filename.tar of=/dev/mmcblk0p35
WE ARE DONE! now reboot and enjoy the new logo!
Click to expand...
Click to collapse
Very good thanks
kilam9900 said:
Very good thanks
Click to expand...
Click to collapse
hehe your welcome. hope it works epikly for you. (if you do it)
Captain_cookie_200 said:
hehe your welcome. hope it works epikly for you. (if you do it)
Click to expand...
Click to collapse
I will do it but I am scare to f**k size so I will do it on PC
kilam9900 said:
I will do it but I am scare to f**k size so I will do it on PC
Click to expand...
Click to collapse
oh lmao. if you do end up breaking your up_param it would still boot fine. but downlaod mode would break until a proper up param file is flashed again.
Captain_cookie_200 said:
oh lmao. if you do end up breaking your up_param it would still boot fine. but downlaod mode would break until a proper up param file is flashed again.
Click to expand...
Click to collapse
I'm reassured
I recommend using dd oflag=direct,sync if=/sdcard/filename.tar of=/dev/block/mmcblk[...] otherwise you may get all sorts of problems, even a bricked phone, especially if you reboot straightaway after flashing. Inside Android all data transfers are cached, it's not the Download tool where everything is synchronous (or at least flushed before reboot).
uluruman said:
I recommend using dd oflag=direct,sync if=/sdcard/filename.tar of=/dev/block/mmcblk[...] otherwise you may get all sorts of problems, even a bricked phone, especially if you reboot straightaway after flashing. Inside Android all data transfers are cached, it's not the Download tool where everything is synchronous (or at least flushed before reboot).
Click to expand...
Click to collapse
i didnt have to deal with anything like that. i did multiple flashes atleast 15 flashes using dd to the up param partition and i did not brick my phone at all. worse you could get is a black screen while booting. and your download mode would not work. but its easy to get it back just flash the up param file again the one that was backed up. although thanks for the info. i did this using recovery. could also be done while booted into android itself
Captain_cookie_200 said:
i didnt have to deal with anything like that. i did multiple flashes atleast 15 flashes using dd to the up param partition and i did not brick my phone at all. worse you could get is a black screen while booting. and your download mode would not work. but its easy to get it back just flash the up param file again the one that was backed up. although thanks for the info. i did this using recovery. could also be done while booted into android itself
Click to expand...
Click to collapse
I ran into this problem when rebooted the phone using the "reboot" shell command right after the "dd". When rebooting from the UI all caches are flushed, of course, but the "reboot" command is a bit crude method I suppose (although in Linux it's always absolutely graceful). Anyway, the logo screen looked absolutely fine, and the system booted okay, but when I tried to enter Download I got the black screen and the boot loop, and no way to either enter Download, Recovery or boot the system. In fact the only thing that still worked was forced reboot (Power + Vol Down). I was able to get out of this situation by connecting the charger and holding Power + Vol Down to force the phone into the off state, then I connected it to the PC and tried entering the Download mode once again, and this time it worked although the graphics was all messed up.
uluruman said:
I ran into this problem when rebooted the phone using the "reboot" shell command right after the "dd". When rebooting from the UI all caches are flushed, of course, but the "reboot" command is a bit crude method I suppose (although in Linux it's always absolutely graceful). Anyway, the logo screen looked absolutely fine, and the system booted okay, but when I tried to enter Download I got the black screen and the boot loop, and no way to either enter Download, Recovery or boot the system. In fact the only thing that still worked was forced reboot (Power + Vol Down). I was able to get out of this situation by connecting the charger and holding Power + Vol Down to force the phone into the off state, then I connected it to the PC and tried entering the Download mode once again, and this time it worked although the graphics was all messed up.
Click to expand...
Click to collapse
did you touch the download mode images in any way? i dont know why this happened for you. i guess i did press the reboot button instead of using the command. since i do it on first fw reflash and i flash a gsi immdiiately afterwards... download shouldnt have died like that tho. i messed with my down load images completely. i competely replaced them with diff new images that are diff sizes too. i dont know why this is happening for you. my download works fine. although it reverts to the old download image somehow once on downloading mode. for confirmations it does show my edited images.
Captain_cookie_200 said:
did you touch the download mode images in any way? i dont know why this happened for you. i guess i did press the reboot button instead of using the command. since i do it on first fw reflash and i flash a gsi immdiiately afterwards... download shouldnt have died like that tho. i messed with my down load images completely. i competely replaced them with diff new images that are diff sizes too. i dont know why this is happening for you. my download works fine. although it reverts to the old download image somehow once on downloading mode. for confirmations it does show my edited images.
Click to expand...
Click to collapse
I suppose your Download still worked fine because the up_param tar archive was complete and not corrupt, and even image files were normal and not chopped in the middle of the data stream. In my case it was the latter, when cache is not flushed the data stream is just cut, and such a simple program as Download obviously cannot handle broken files. The Download tool itself is kept in the separate "debugger" flash memory, I guess it has the default graphics too which can be displayed if no graphics is found in up_param.
uluruman said:
I suppose your Download still worked fine because the up_param tar archive was complete and not corrupt, and even image files were normal and not chopped in the middle of the data stream. In my case it was the latter, when cache is not flushed the data stream is just cut, and such a simple program as Download obviously cannot handle broken files.
Click to expand...
Click to collapse
oh i see. thanks for telling about this. it would help people alot from preventing to brick their phone from bricking
Captain_cookie_200 said:
oh i see. thanks for telling about this. it would help people alot from preventing to brick their phone from bricking
Click to expand...
Click to collapse
Correction: 'dd oflag=direct,sync' does not work in Android shell, the working alternative is 'dd conv=fsync'
Captain_cookie_200 said:
I recently changed my splash screen logo from samsung to a custom one i made in pixlr. Its looks coool. A video is attached below.
REQUIREMENTS:
- ROOTED A32 4G
- usb c cable (to connect to pc)
- windows PC (for zipping and etc.)
- ADB installed on your pc. (For running shell commands) [OR YOU COULD USE SOME TERMINAL EMULATOR]
If your doing this on your phone just follow along, i included seperate commands.
STEPS:
1. Download attached up_param.bin (i extracted this from android 11 firmware. it shld work with fine with 12 they are same. Since downloading whole firmware takes alot of time)
2. Install 7zip if you already didn't from here.
3. Make a working directory anywhere
4. Use 7 zip to extract up_param.bin to a folder.
After extracting this is what you should see
View attachment 5775661
These are all the images!
5. modify files as you like. (MAKE SURE THE DIMENSIONS ARE THE SAME. AND DO NOT REMOVE ANY IMAGE IT COULD BRICK)
NOTE: DO NOT TOUCH DOWNLOAD MODE IMAGES. if you f**k them up you will never be able to get into download mode again
You can replace boot_warning.jpg, logo.jpg (main file responsible logo), letter.jpg (the logo that shows for a split second), svb_orange.jpg (boot loader unlock warning)
6. select all images -> right click -> add to archive.
View attachment 5775663
7. set it to tar.
8. set compression method to GNU.
This is what it should look like
View attachment 5775665
9. Click on OK.
10. Now connect your A32 to the PC. (enable USB debugging)
11. Copy over the tar file that was generated by 7zip to anywhere. i am gonna assume we placed it in the internal storage (/sdcard/)
12. Run the following commands.
NOTE: I am editing the original thread since i checked in up param file of my new a13 fw and found new file. Its for if the battery temperature is too high. if you modify the up param from a11 fw and flash that it may not exist and the phone will boot loop if it wants to display the menu...
iM UPLOADING A13 stock up_param HERE FROM A325FXXU2CVK3.
Uploaded as up_param-a13.bin
adb shell (Phone users skip this.)
su
(Grant su permission if the popup comes up).
Then run
ls -l /dev/block/platform/****/by-name
After you get a long output. Search for up_param.
View attachment 5775673
(We all have the same phone but just in case some people with diff samsung mtk phones come here).
now we just have to run 2 more commands and we are done!
Taking backups incase something goes wrong.
(People with different phones replace your up_param partition name here.)
dd if=/dev/block/mmcblk0p35 of=/sdcard/backup-param.bin
Now flashing our new modified up_param with new images
dd if=/sdcard/filename.tar of=/dev/block/mmcblk0p35
WE ARE DONE! now reboot and enjoy the new logo!
Click to expand...
Click to collapse
NOTE: I am editing the original thread since i checked in up param file of my new a13 fw and found new file. Its for if the battery temperature is too high. if you modify the up param from a11 fw and flash that it may not exist and the phone will boot loop if it wants to display the menu...
iM UPLOADING A13 stock up_param HERE FROM A325FXXU2CVK3.
Uploaded in orignal thread as up_param-a13.bin
I made it and works perfectly, thanks for the tutorial!!
ApiYoshi said:
I made it and works perfectly, thanks for the tutorial!!
Click to expand...
Click to collapse
glad to hear thatt. and your welcome
how to apply this on snapdragon devices
they don't have up_parem.bin file ??
elswerky said:
how to apply this on snapdragon devices
they don't have up_parem.bin file ??
Click to expand...
Click to collapse
they do? check inside bl file of your firmware. Or using the partition list command should show it
Captain_cookie_200 said:
they do? check inside bl file of your firmware. Or using the partition list command should show it
Click to expand...
Click to collapse
Bl file itself doesn't have up_parem.bin file
Unlike exynis devices which have it
And am.nit familiar with partition as you said if you can helping me
Talking about tab S6 w8th android 12 , OneUi 4.1

Categories

Resources