Just something simple. Wallpaper and Splash Screen. Splash looks just like the wallpaper.
-I take no credits for the graphics, just the copying and pasting of the graphics to size correctly.
-Will make CyanogenMod version soon.
Tested on a myTouch4G, but written from this Incredible Splash Screen Tutorial so I assume any 480x800 device is good.
Just like any other:
Extract zip file
Place splash1.img in your tools folder
Open a command window and navigate to your tools folder
In command window:
adb devices
(verify your device is connected)
adb reboot bootloader
When in bootloader:
fastboot devices
(verify your device is connected)
fastboot flash splash1 splash1.img
Give it some time
Should get OK for two prompts and return back to command line.
Type:
fastboot reboot
You should now see the new splash screen.
Included is a seperate zip of just the wallpaper. The forum seems to convert it and make it look like crap.
I made this boot screen and thought i would share it. Flash with nvflash in the normal way: nvflash --bl bootloader.bin --download 6 (imagename).bmp
Full res bmp is in the zip.
Simpler version with boot animation.
Video attached.
Here is another version with a boot animation to go with it. Flash the bmp (after extracting from droidboot.zip) in the same way, copy bootanimation.zip to /system/media.
deleted...
I'vee seen other PlayStation boot logos for other devices, but they are made with unclear, low quality, resized images, this is my version, hi-res (1920x1080, black backround, sharp edges... well, the best i could).
Tested on my Moto X Play (TWRP, CM13)
Flashable zip via recovery
Made with this awesome app:
http://forum.xda-developers.com/moto-g/themes-apps/app-motorola-boot-logo-maker-source-t2848667
Enjoy
Error 6?
weird...
Well, you can still flash it via bootloader
Unzip the file, reboot your phone to bootloader, open a terminal (or equivalent) and use this command in the directory where you extracted the files
Code:
fastboot flash logo logo.bin
joelzombie said:
weird...
Well, you can still flash it via bootloader
Unzip the file, reboot your phone to bootloader, open a terminal (or equivalent) and use this command in the directory where you extracted the files
Code:
fastboot flash logo logo.bin
Click to expand...
Click to collapse
Very nice o/ :good:
suppose i want to make a backup of the "ugly" stock unlocked warning screen, what would be the command for that?
I don't know... maybe the original stock rom has it.
joelzombie said:
I'vee seen other PlayStation boot logos for other devices, but they are made with unclear, low quality, resized images, this is my version, hi-res (1920x1080, black backround, sharp edges... well, the best i could).
Tested on my Moto X Play (TWRP, CM13)
Flashable zip via recovery
Made with this awesome app:
http://forum.xda-developers.com/moto-g/themes-apps/app-motorola-boot-logo-maker-source-t2848667
Enjoy
Click to expand...
Click to collapse
Did you successfully flash this via TWRP?
Sent from my Motorola XT1563 using XDA Labs
Quick question, can our phones have boot sounds??
Hello
I replaced the bootanimation.zip file in system/media and my phone just loops the animation forever.
--things I tried--
-Wiping the cache partition
-Wiping data/factory reset
--Phone info--
-Model: Optimus Boston 4g
-It is rooted
-It hasn't any custom rom
--Bootloop description--
When I switch on the phone it shows the manufacter logo, then the animation starts playing and then at some random point it stops and the animation plays all again.
I've instaled this bootanimation: https://forum.xda-developers.com/go...pps/bootanimation-nexus-5-animations-t2789918 (the nougat one)
If I could acess the phone internal system I could change the bootanimation.zip to the default one easily, is that even possible?
All of your help would be appreciated.
Vanish.ret said:
Hello
I replaced the bootanimation.zip file in system/media and my phone just loops the animation forever.
--things I tried--
-Wiping the cache partition
-Wiping data/factory reset
--Phone info--
-Model: Optimus Boston 4g
-It is rooted
-It hasn't any custom rom
--Bootloop description--
When I switch on the phone it shows the manufacter logo, then the animation starts playing and then at some random point it stops and the animation plays all again.
I've instaled this bootanimation: https://forum.xda-developers.com/go...pps/bootanimation-nexus-5-animations-t2789918 (the nougat one)
If I could acess the phone internal system I could change the bootanimation.zip to the default one easily, is that even possible?
All of your help would be appreciated.
Click to expand...
Click to collapse
Try using adb replace your boot animation.
Or Flash your stock firmware
Sent from my SM-S903VL using Tapatalk
Method developed by prokaryotic cell
I just extracted the bootanimation.zip from the MIUI 12 rom by Nebrassy, and right after that I edited the png image and converted it to .bmp I decided to make this splash customizable because I couldn't find this png image anywhere, and also to combine the logo.bin with the rom boot animation. Because I wanted an "original" MIUI logo.bin on my Mi A2. Sorry my bad english, I speak better portuguese hahaha.
Tutorial modified from the original tutorial of the topic: https://forum.xda-developers.com/mi-a2/themes/guide-custom-fastboot-image-splash-logo-t3885079
Prerequisites:
Mi A2 with unlocked bootloader
Windows machine with working fastboot executable
Tutorial:
1. Download MIUISPLASH.zip from this post and extract it to its own folder
2. Open cmd-here.exe
3. Put your phone in fastboot mode and run the command
Code:
fastboot flash splash newsplash.img
You may now reboot the phone and check the your new splash screen!