Hi all, this is my first splashscreen image.
Download from attachments and extract, preview 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"
}
How to install:
1) Open CMD
2) Navigate to the folder where you stored the splash1.img
3) Reboot the phone in Fastboot Mode
4) Type the following command in CMD: fastboot flash splash1 splash1.img
5) Reboot
Done. Enjoy the few seconds you can see it while booting the phone. ^^
nice drawing bro
thanks k0sh
screen shot????
On the first post, you can see it.
Sent from my HTC Wildfire using XDA App
Related
I was messing around in GIMP and came up with these and thought they would be cool splash screens. I am running Warm so these are for that ROM.
How to get this to work:
1.Download zip of choice.
2.Place on root of SD(not in a folder) and remove the (#) from beginning of name.
3.Reboot device to bootloader (if it comes up in fastboot click power to go back to bootloader).
4.When it comes up with "Do you want to start update?", click volume up.
5.Wait for it to finish and click power to reboot when prompted.
Enjoy new Warm Splash!
Preview of (1)PG86IMG:
{
"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 (2)PG86IMG:
Saving for later
sent from my Evo 3D from xda app
savinnnggggg
This is my first attempt of making a custom splash and I would like to share it with you.
Works with GSM version. I hope you like it.
Requirements
HTC EVO 3D GSM (S-OFF)
Instructions
1. Download the attached PG86IMG.zip
2. Place the PG86IMG.zip file in the root of your SD card.
3. Power off your device.
4. Boot to HBOOT (volume down + POWER).
5. Allow the update (volume up to accept).
6. Reboot (Press POWER when prompted to reset).
Preview
{
"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"
}
Simple, pretty.
I like it.
Looks awesome
Sent from my PG86100 using Tapatalk 2
This software is thought for Android users that use a macOS (or OS X) system. It semplify easy or not action you can perform with Android-Debug-Bridge (ADB).
{
"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"
}
Basic Commands
reboot
reboot recovery mode
reboot bootloader mode
reboot download mode
Modding Commands
Unlock bootloader
Lock bootloader
Flash recovery.img
Flash zip file
Push files from Mac to Android
Other Commands
Install APK
Uninstall APP
Download
Download page
V.3.0 - stable
Moto Waves Boot LogoHere is my custom boot logo, I hope you like it
{
"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"
}
Installation:
-extract "moto_waves_logo.zip" in the folder where you have Adb & Fastboot set
-reboot your phone into fastboot mode (VOL- and PWR)
-type the following command on you fastboot:
fastboot flash logo moto_waves.bin
Click to expand...
Click to collapse
-reboot your device and enjoy your new logo
Credits:
- @caitsith2 for his Motorola Boot Logo Maker
If you like hit, please hit :good:Thanks button!
Sorry for the trouble. I have the Magisk patched boot.img file back on my computer. I attempt to flash it and it won't write.
{
"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"
}
Any suggestions on how to fix this?
You're trying to write boot in fastbootd.
Try
Code:
adb reboot bootloader
instead of fastboot first
craznazn said:
You're trying to write boot in fastbootd.
Try
Code:
adb reboot bootloader
instead of fastboot first
Click to expand...
Click to collapse
I love you Craznazn. You are my hero. Thank you, thank you.