[MOD] Redmi Note 6 Pro [Tulip] Custom Splash/Boot Logo Creation Tool - Xiaomi Redmi Note 6 Pro Themes, Apps, and Mods

A Simple Custom Splash or Boot Logo Creation Tool for Redmi Note 6 Pro (tulip)
What is Boot Logo or Splash?
That static image we see, as soon as we turn ON our phone is Boot Logo.​(Not to be confused with Boot Animation)​​With this tool you can create your own custom Boot Logo; You can change: boot, fastboot, bootloader unlocked and system destroyed splash with this tool.​
How to use?
Refer Instructions inside zip​
Requirements:
Android SDK Platform-Tools and USB Drivers should be installed in your PC (if you're using windows version of the script) or use Termux mobile version.
Your Tulip's bootloader should be unlocked
Download
For Windows: Here
For Android (Termux App): Here

GGGGGGGGGG

Demo

Gonna Try it now!
Btw, any way to backup the original splash screen?

agam778 said:
Gonna Try it now!
Btw, any way to backup the original splash screen?
Click to expand...
Click to collapse
Now you can backup on new version of tool

Oh ok

Nitin Rai said:
A Simple splash.img or bootlogo maker tool for Redmi Note 6 Pro (tulip)
What is bootlogo or splash?
The picture or logo we see when we turn ON our phone is bootlogo and with this tool you can add your own custom logos for boot, fastboot, bootloader unlocked logo and system destroyed logo for this Device.​
How to use?
Refer Readme file inside zip​
Requirements:
Adb, fastboot tools should be installed in your PC
Your Tulip's bootloader should be unlocked
Note: This Tool is for Windows OS only
For Linux: Maybe in Future
Update:
After using the tool for some time, I found out that we cannot increase - decrease resolution of the images (only 1080x2160)​
If a white logo or text or whatever reaches corner or end or bottom of the image (BMP), splash will show black-screen (It happened to me once but have to test more)​
And about using full photo instead of small centered logo or art, it does not look good. So, using small logos will be best.​
Click to expand...
Click to collapse
It is nice splash maker but there is not fastboot screen when I turn on fastboot it remain dark

Abir 112 said:
It is nice splash maker but there is not fastboot screen when I turn on fastboot it remain dark
Click to expand...
Click to collapse
Avoid using higher than 1080x2160 resolution images (No need to worry about resolution on new tool).
Also ensure that no files are missing while making custom splash.

Related

Custom Boot Logo/Splash Screen collection

**********************Custom Splash Screen For LeEco Le Pro 3********************
Bootloader must unlocked, if Not Use Code
Code:
fastboot oem unlock-go
Basic installation Guide for Newbeeeee-
Download extract splash screen pack from Above which is highly compressed in zip file that contain some Custom Boot Logo For Your Device,
Download adb Folder and put splash screen images in adb folder
Now Connect your Phone to PC with usb debugging,
open cmd in adb folder and type bellow Command to boot Device into bootloader
adb reboot bootloader
then type
fastboot devices to Check Device connectivity
then type fastboot flash splash "splash image name here with format"
ex. fastboot flash splash mi.img
the above command will flash mi screen on your Device according above zip,
Done,
Credit-
GokulNC
me:silly:
Downloads-
HERE
XN Logos said:
**********************Custom Splash Screen For LeEco Le Pro 3********************
Bootloader must unlocked, if Not Use Code
Basic installation Guide for Newbeeeee-
Download extract splash screen pack from Above which is highly compressed in zip file that contain some Custom Boot Logo For Your Device,
Download adb Folder and put splash screen images in adb folder
Now Connect your Phone to PC with usb debugging,
open cmd in adb folder and type bellow Command to boot Device into bootloader
adb reboot bootloader
then type
fastboot devices to Check Device connectivity
then type fastboot flash splash "splash image name here with format"
ex. fastboot flash splash mi.img
the above command will flash mi screen on your Device according above zip,
Done,
Credit-
GokulNC
me:silly:
Downloads-
HERE
Click to expand...
Click to collapse
Were you the one to compress the splash screen logos down to our resolution because mine fitted perfectly. I used the apple logo just to get some straight up weird looks at T-mobile Thanks alot +1

[BOOT LOGO] Custom created dark boot logo

I use a Moto G4 Plus and probably a lot of you hate that unlocked boot loader message or your boot logo is white and your boot animation is black. I'm here to solve that. I have created this boot logo for myself but I'll share it anyway! If you want to see the boot logo just check the attached files! This also hides the n/a message!
ONLY FOR MOTO G4 AND G4 PLUS
Download: https://www.dropbox.com/s/9q7zuij4kc0yfmn/logo.bin?raw=1
HOW TO USE
- First, you need to have ADB and fastboot working correctly and have an unlocked bootloader plus the Motorola drivers.
- Move your logo.bin file into fastboot folder.
- Next, you need to open a command prompt or terminal window open in your folder with your fastboot files.
- Reboot your phone into bootloader mode. (Turn off then hold power button and volume down)
- Connect your phone to your computer.
- In the command prompt or terminal type "fastboot flash logo logo.bin"
- After that's finished then type "fastboot reboot"
Horray! Your logo.bin was flashed!
*Apparently someone else already made something like what I made. Credit to them but I had no idea that it existed though. I based this off of the droid boot logo and didn't intend to steal their work.
https://forum.xda-developers.com/moto-g4-plus/themes/bootlogo-white-moto-logo-black-t3542399
Just throwing this in here because the font sticks to the normal android bootlogo style.
negusp said:
https://forum.xda-developers.com/moto-g4-plus/themes/bootlogo-white-moto-logo-black-t3542399
Just throwing this in here because the font sticks to the normal android bootlogo style.
Click to expand...
Click to collapse
The font I used is the new Android logo, not the old one like that one
Does this work in nougat? NPJS25.93-14-10 EU retail
sandravictoria said:
Does this work in nougat? NPJS25.93-14-10 EU retail
Click to expand...
Click to collapse
Yes
Can someone please make a TWRP flashable zip bootlogo version of my new designed Motorola g4 plus 2019 bootlogo
https://drive.google.com/file/d/14yRSvlg0C0Bhn2S5unfJeBFklP6UlskS/view?usp=drivesdk

Boot Logo (N/A Removed) | Moto G5S

Prerequisites
Set up ADB and Fastboot on your computer. You can download the minimal ADB and fastboot tool from download section (unzip it).
Install Motorola USB Drivers on your computer.
Open Settings> Developer options and enable USB Debugging on your device.
Go to Developer options and enable oem unlock.
Remove Unlocked Bootloader Warning
Make sure you have setup ADB and fastboot on your PC.
Download the logo file and transfer the logo.bin file to some place you can track it easily. Its better if you use the folder where you setup the fastboot.
Power off your device and keep it unplugged from your PC.
Boot into bootloader. To do so, press and hold volume down and the power button for 5-6 seconds.
You will see the bootloader screen. Now plug in your device to the PC.
Navigate to the location of the logo.bin file. While the folder with the logo file is open, hold shift on keyboard and right-click on an empty space and select “Open command window here” option to launch a cmd window.
Now type the following in the command prompt to get a code.
Code:
mfastboot flash logo LogoG5S.bin
OR
mfastboot flash logo logo_google.bin
Now type the following in command prompt to reboot.
Code:
fastboot reboot
Download:
mfastboot_V2
LogoG5S.bin
logo_google.bin
Nice ! Thank you very much !
New bootlogo
Nice ! Thank you
i make a boot logo iron man, working fine for me
how install, copie file for paste adb fastboot, open cmd and code "fastboot flash logo iron.bin"
enjoy
☺
screenshot >
download file > http://www.mediafire.com/file/c1cl14q22qmc7q1/iron.bin
lohanbarth said:
New bootlogo
Click to expand...
Click to collapse
Thanks for making boot logos, can you also make a dark one?
Something like this:
http://www.droidforums.net/attachments/moto-logo-2-png.69264/
Or this;
https://forum.xda-developers.com/mo...o-motorola-powered-cyanogenmod-t3168676/page1
GoldeneyeS2 said:
Thanks for making boot logos, can you also make a dark one?
Something like this:
http://www.droidforums.net/attachments/moto-logo-2-png.69264/
Or this;
https://forum.xda-developers.com/mo...o-motorola-powered-cyanogenmod-t3168676/page1
Click to expand...
Click to collapse
Hi, I'm watching in the week.
for the dark version, there will be the "N / A" that will appear.
Adding new bootlogo to .zip file, flashable with twrp.
lohanbarth said:
Adding new bootlogo to .zip file, flashable with twrp.
Click to expand...
Click to collapse
:laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh:
:good:
nice one with rainbow!
edit:
look great on my phone1
Thanks!
What do you use to pack/unpack those bin files? I would like to get some of your bootlogos (MOTO, G5S, Powered) but on a black background.
rpcll said:
What do you use to pack/unpack those bin files? I would like to get some of your bootlogos (MOTO, G5S, Powered) but on a black background.
Click to expand...
Click to collapse
I use bootlogo maker > https://forum.xda-developers.com/moto-g4-plus/themes/guide-t3588090
Tenksss
Tenkssss...very boot on motorola g5s plus Sanders...Brazil
: D
Can somebody please share the default blue moto boot logo without n/a??
Thank you ?
It worked perfectly to my device. What about a black version?
Thank you very much
VD171 said:
It worked perfectly to my device. What about a black version?
Thank you very much
Click to expand...
Click to collapse
They have to be white to hide the N/A
Some random said:
They have to be white to hide the N/A
Click to expand...
Click to collapse
I get you. But if it can avoid the sleep time, I don't care for seeing N/A text.
I really like less lighting
VD171 said:
I get you. But if it can avoid the sleep time, I don't care for seeing N/A text.
I really like less lighting
Click to expand...
Click to collapse
Use Moto boot logo maker (Google.com)

Custom Boot Logo for Moto G5

Once again I was bored, so once again I've tried to create some cool stuff for Moto G5.
How to flash?
I'm not responsible for any damage. If you are going to follow this tutorial, you are doing it at your own risk!
In the attachment, there are 2 zip files. Choose one by your own decision. Then, unzip its content into your adb folder and run this fastboot command:
Code:
fastboot flash logo logo_g5.bin
After few seconds (it took less than one second in my case), you should get "OKAY" result twice. Then, run this command:
Code:
fastboot reboot
Your phone will reboot immediately. If new logo has been flashed sucessfully, you should see it.
Almost forgot to mention something - white one hides "N/A" text, blue one doesn't.
USED SOFTWARE
Moto Boot Logo Maker by @caitsith2
Photoshop CC 2018 by Adobe
You can do it like the stock but without the n / a mark, of several android versions.
Thank you.
takoa said:
You can do it like the stock but without the n / a mark, of several android versions.
Thank you.
Click to expand...
Click to collapse
Sorry, could you explain it a little bit better? I barely understand what you're trying to say.
However, if it's a question if I am able to create stock boot logo with "N/A" text removed, unfortunately, it's impossible because "N/A" or "bad key" text is written in bootloader. If your device has unlocked bootloader but you still want to keep stock boot logo, try this one https://forum.xda-developers.com/g5/themes/modified-stock-boot-logo-g5-cedric-t3741354 - remember that "N/A" will be still visible (I won't rather try flashing it just because people in replies section don't seems to be very satisfied).

[SPLASH SCREEN] New 'Powered by Android' 2019 boot logo for HTC One M7

'Powered by Android' 2019 version splash screen for HTC One M7
Hi! I've made a new boot screen for this ancient phone based on Google's newest 'Powered by Android' logo. This have been possible thanks to @chrisch1974 and his thread about how to change the splash screen. Here you have the ZIP and the installation instructions, directly from Chris mentioned thread.
Steps for flashing:
1 - Boot your HTC One into bootloader and enter fastboot mode:
adb reboot bootloader
2 - Start RUU Flash mode:
fastboot oem rebootRUU
3 - Flash the custom splash screen:
fastboot flash zip splash.zip
4 - Make sure that there are no error messages when flashing.

Categories

Resources