[BOOTANIMATION] AlchemyDroid v1.0 - Android Themes

Hi chaps ,
Here's a little bootanimation i was working on for the Desire.
New version comming soon without HTC logo and better flow ,for all android devices.
Here's a preview : http://www.youtube.com/watch?v=0fOI0HOMtak
{
"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"
}
Caution : You flash this at your own risk! I take no responsibility what happens to your phone! (99.9% it will work )
Note : This has only been tested on the Htc Desire | Samsung Galaxy S | ZTE Blade it is meant for 480x800px (and above) phones...but i think it will work on small resoultion phones as well
* How to instal * (rooted phones!)
1. Download the file (obviously)
2. Put the file on to your SD card
3. Use Root Explorer ( market Link ) or any other phone explorer that allows you to manipulate your rom files.
3. Navigate to where your existing bootanimation is (on Sense it's usually /data/local/ on AOSP it's /system/media)
4. And replace it (overwrite it) Don't forget to make a backup of your current Bootanim.
5. Reboot
* ADB method *
1. Connect your phone with the pc via USB cable and turn on USB debbuging
2. Put the file into your /tools folder where you installed your AndroidSDK)
3. Open CMD (command prompt)
4. Type :
Code:
cd location of your /tools folder (in example) cd c:\androidsdk\tools
adb push bootanimation.zip /data/local ([B][U]for SENSE roms)[/U][/B]
adb push bootanimation.zip /system/media [B][U](for AOSP roms)[/U][/B]
* Recovery *
1. Put file on your SDcard (no subfolders)
2. Boot into recovery
3. Flash the zip file
4. Reboot
Downlaods :
Code:
Flashable file for Sense roms : http://www.megaupload.com/?d=JM960EPN
Flashable file for AOSP roms : http://www.megaupload.com/?d=XQ2BYP68
Non-flashable (method 1 or 2) : http://www.megaupload.com/?d=QEFTJET8
If you have any suggestions and/or ideas /etc feel free the post them (no pm's plz)
ENJOY!

Nice and clean. Installing now, great work!
Tapatalked from my SUpersonic...

This is actually amazing. If you could make one without the htc mark for non-htc phones that would be great Thanks

Nice. Mind if I borrow? I won't use it as a bootanimation, I'm trying different animations for the background of the notification pull down. You'll get credit in my theme thread of course
My only suggestion is maybe some faster bubbles with a little froth or smoke at the top?

wewoapsiak said:
Nice. Mind if I borrow? I won't use it as a bootanimation, I'm trying different animations for the background of the notification pull down. You'll get credit in my theme thread of course
My only suggestion is maybe some faster bubbles with a little froth or smoke at the top?
Click to expand...
Click to collapse
Sure,go on ahead.
Ill take it into account
tyl3rdurden said:
This is actually amazing. If you could make one without the htc mark for non-htc phones that would be great Thanks
Click to expand...
Click to collapse
Well since i have a HTC Desire i naturally added the Htc logo,but i'll make one without it in v1.1

Why is there no dl link? Is this a microsoft conspiracy? Looks great though, keep it up.

Dl links are at the bottom of the OP ,work fine.

aca85 said:
Dl links are at the bottom of the OP ,work fine.
Click to expand...
Click to collapse
Nevermind got it looks sexy!

Thanks looks great

1.1ish? I knew i wanted this animation, but i have an OG droid, no htc allowed! So i used GIMP + DBP Batch Processor (http : // members . ozemail . com . au /~hodsond /dbp.html -- no url's for new xda members i guess, sorry) and just cropped the image height down to 400, which dropped off the HTC.
zip attached
Thank you very much for the animation, looks awesome

Related

[Boot Animation][QVGA|VGA|WVGA] Android Scribble 2.0 -- Now with 3 more colors!

Here is Android Scribble 2.0
[Versions]
{
"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"
}
Important: You need to rename the downloaded zip to bootanimation.zip
Downloads:
Green Spotlight:
QVGA (eg Tattoo)
HVGA
WQVGA (eg Nexus One or Droid)
Without Spotlight:
QVGA
HVGA
WQVGA
Cyanogen-Mod:
QVGA
HVGA
WVGA
Pink:
QVGA
HVGA
WVGA
Red:
QVGA
HVGA
WVGA
Yellow:
QVGA
HVGA
WVGA
-----
[Install]
(Thanks to Jerry43812!)
1. Download the ZIP of the boot animation you would like to apply to your phone.
* For the first boot animation (with green flare, do not unzip the file. Just move it to your tools folder.
* For the second or third boot animations, please unzip the file you download from here, resulting with a folder with another ZIP - inside, called bootanimation.zip. Please move that bootanimation.zip to your Android-(SDK)-Tool-Folder
2. Open up a command prompt, and head into your local tools folder.
cd C:\Android\tools
Click to expand...
Click to collapse
(Or whatever folder you choosed for Android Tools)
3. Now, enter the following commands, one line at a time.
adb remount
adb mv
adb push bootanimation.zip /system/media/bootanimation.zip
adb push bootanimation.zip /data/local/bootanimation.zip
adb reboot
Click to expand...
Click to collapse
Now when your phone begins to reboot, it should be using the new boot animation you just applied to your phone. Note that if this does not work on your phone, please use the following commands:
cd C:\Android\tools
adb remount
adb shell rm /system/media/bootanimation.zip
adb reboot
Click to expand...
Click to collapse
This block of commands will remove the bootanimation.zip file that we just wrote, hopefully leaving you with the old animation you had, before. I just tested all of these commands an they do indeed work, on my CDMA HTC Hero running RegawMod 2.1t.
For VillainRom 10.3.x Users:
You have to push it to /system/customize/resource/bootanimation.zip to make it work!
---------------------------
One IMPORTANT Thing:
I don't want anyone to mirror the animations or to post them in another Forum without my permission!!
I'll always keep them uploaded so you can download them here anytime!
[Reserved for later use]
I like a lot. I'm going to use, but I would like more without the last spotlight. Just for my taste,
Good job!!
I'm glad to hear you like it!
I just made one without the spotlight:
[See it in the first Post]
Is it better?
I'll put the other bootanimation folder as an attachment to the first post!
Regards
awesome work!
quick request tho..
can u edit the color scheme to match that of cyanogenmod?
Im curious how you did this. Great work but what was your process? Really liking it.
I am liking it also
GLa'DOS said:
I'm glad to hear you like it!
I just made one without the spotlight:
img121.imageshack.us/img121/3796/bootwithoutflares.gif
Is it better?
I'll put the other bootanimation folder as an attachment to the first post!
Regards
Click to expand...
Click to collapse
Yeahh..no I love it!!, thanks
Very nice...I'm liking the one with the spotlight!
SoCalSpecialist said:
can u edit the color scheme to match that of cyanogenmod?
Click to expand...
Click to collapse
Could you give me an example which colors you mean and how it should look?
Than I'll make it!
jrharvey said:
what was your process?
Click to expand...
Click to collapse
What do you mean with this?^^
SoCalSpecialist said:
can u edit the color scheme to match that of cyanogenmod?
Click to expand...
Click to collapse
What do you think about this, is it ok?
I made the spotlight in cyan and added the spinning circle of the cyanogen mod.
If you don't like it, say me what I should make better and I'll make it again
You're quite obviously very talented, keep it up!
ElCondor said:
You're quite obviously very talented, keep it up!
Click to expand...
Click to collapse
Thank you!
Sliiiiiiiiiiiiiick!
Really nice work !
Definitely adding this to EzHero!
fullscreen?
the cyan one looks great keep up the good work..but is it possible you could make them both fullscreen for the nexus? thanks in advance
bonkasnucca, open the zip file and edit the desc.txt for the dimensions of the nexus, push it back to the phone and you'll have it f/s.
Sorry for the newb question. I'm new to HTC and Android OS (ex iPhone user never going back..hehe). Do I need to be rooted to install this? I'm currently rooted with Unrevoked. Any details on how to install would be greatly appreciated. Thanks!
GLa'DOS said:
What do you mean with this?^^
Click to expand...
Click to collapse
I'm wondering this too. He means how could one go about making their own? I don't want a photoshop / after effects / fireworks or whatever tutorial. But what kind of file (animated gif / video?) and how to package it?
It looks great by the way, thanks!

[BOOT ANIMATION] Vaudeville Android - with Preview

I posted this over in the Vibrant forum, but wanted to share it with all of you. I have one other that I posted there that I'm redoing to include a shutdown animation as well. Let me know what you all think of this!
The zip is flashable through CWM on at least galaxy s phones and a mt4g, so I imagine it works on others, too.
Credit to jlbmgrnr for collaboration on the idea and packaging it.
- Standard disclaimer about me not being responsible for phones getting messed up goes here -
file: dancing-boot-anim.zip is just the dancing, without the fake apple bootscreen.
file: bootanim-dancing-edify.zip is flashable with CWM3
*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"
}
I love the vaudeville green man. Can you put up a version without the -unqualifiable- apple?
In 2011, it's not as if we still have fight to get the green man a seat at the table.
awesome boot animation man. already installed it to my HTC Desire HD. good thing it's 480-800 resolution by default. i thought i would spice it up by adding my own custom sound mp3 to go along with it. sound file link at the bottom of this post.for those with a DHD you can push the files through AndroidSDK adb with the following commands. for this instance i am using the rom LeeDROID 2.2.2. connect your dhd to your computer and make sure it is set to charge only and make sure debugging is set to on.
first download vaderville-boot-anim.zip and extract the contents to a folder on your computer. first go to system folder and then media folder and find the bootanimation.zip file. copy and paste the bootanimation.zip into the same folder where your adb.exe is located which is usually program files\android\android-sdk\platform-tools\. open up adb through your cmd prompt and execute the following commands to load the new boot animation.
adb remount
adb push bootanimation.zip /data/local
also extract and put the android_audio.mp3 file into the same folder as adb so type:
adb push android_audio.mp3 /data/local
now we test everything out by rebooting
adb reboot
if everything goes well, your dhd will reboot and play the awesome boot animation along with the "new york, new york" song by frank sinatra minus the voice. this tutorial can be applied to any android phone provided you know where your rom stores it's boot animation file and sound file.
thermanlee maybe you can ask jlbmgrnr to add this sound file to the package so it can be flashed through cwm. in the bootanimation.zip you can open up the desc.txt and change the resolution to fit your android phone and then save and flash it. enjoy
Awesome
Can has MDPI version pweez?
nice!!! good work mate...
Awesome! One of the things we were going to do is add sound, but we weren't sure how. Thanks for the heads up. I'll let him know if he hasn't already read this.
Sent from my SGH-T959 using XDA App
PdtS said:
Awesome
Can has MDPI version pweez?
Click to expand...
Click to collapse
What size are you needing?
please....
i want this too for a htc hero (flashable thru recovery if possible) love it!!!!
Great bootanimation! Makes me happy :3
is this appliclable to QVGA devices(240 X 320)??
Love it. Thanks!
Awesome work!
Haha, such a cool bootscreen! Time to replace the Honeybee one I'm currently using.
droidjems said:
Can you put up a version without the -unqualifiable- apple?
In 2011, it's not as if we still have fight to get the green man a seat at the table.
Click to expand...
Click to collapse
I have a new version without the apple. I verified that it runs on my phone, but let me know if there are any problems with it:
(I can't post the link because I haven't made eight posts yet, but maybe someone can post a clickable version)
http colon slash slash dl.dropbox.com/u/3780990/dancing-boot-anim.zip
jlbmgrnr said:
I have a new version without the apple. I verified that it runs on my phone, but let me know if there are any problems with it:
(I can't post the link because I haven't made eight posts yet, but maybe someone can post a clickable version)
http colon slash slash dl.dropbox.com/u/3780990/dancing-boot-anim.zip
Click to expand...
Click to collapse
Here you go mate:
http://dl.dropbox.com/u/3780990/dancing-boot-anim.zip
Also added to original post
Looks great but didnt seem to want to install from CWM on my phone, does this not work with the CWM 3.0.0.5?? Sorry for the noob question
exploited000 said:
Looks great but didnt seem to want to install from CWM on my phone, does this not work with the CWM 3.0.0.5?? Sorry for the noob question
Click to expand...
Click to collapse
It may not, and I didn't even think about that. I'll look around tonight and see what I need to set up differently for CWM 3, and I'll repackage it if I find any info.
jlbmgrnr said:
It may not, and I didn't even think about that. I'll look around tonight and see what I need to set up differently for CWM 3, and I'll repackage it if I find any info.
Click to expand...
Click to collapse
Thanks so much i would appreciate it
OK, here's the CWM3 version. It installed successfully on my phone with CWM2.5, so I believe you should have no problem. Let me know how it works out, and if it goes well then I'm 100% Edify from now on.
http colon slash slash dl.dropbox.com/u/3780990/bootanim-dancing-edify.zip
(Same deal as before. I imagine thermanlee will want to pop this into post #1.)

[Boot animation] Chuck (TV-Series) Nerd-Herd Logo

I hope there are some Chuck-Fans as well here...
for those who are, here a boot animation for android 480x800 phones...
adb push bootanimation.zip /data/local/bootanimation.zip
or
adb push bootanimation.zip /system/media/bootanimation.zip
Preview:
img6.imagebanana.com/img/43qjah78/anim.gif
(I'm not allowed to use option yet)
I hope it's useful for someone :)
Nice! ! ! Thx really much héhé
Sent from my Desire with my nose excuse my typo !
Nice! I do like the Intersect stories, thanks!
Oh hell yeah! You just gave me a new idea... next bootanimation I'll make will be intersect-cube like...
Nice bootanimation.
Whould you mind if I put this in UOT kitchen?
Do with it whatever you want x)
About UOT-Kitchen.. seriously.. wouldn't it be much faster and comfortable to have an offline-tool that "cooks" the Theme-MODs? Just saying,... I could code it if a project like that is wished...
naibaf7 said:
Do with it whatever you want x)
Click to expand...
Click to collapse
thanks, credits are here:
http://forum.xda-developers.com/showpost.php?p=13279888&postcount=1275
wow, really neat! thanks. if you make another, you should make one of yvonne strahovski
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"
}
@habs25: Isn't she the hottest chick in TV?
Good news! Chuck's girl as a bootanimation for 480x800 phones...
right here... don't mess with her
and still I'm not allowed to use tags... sucks... still:
img6.imagebanana.com/img/vdsa1mf3/anim.gif
blood and animation scripted by me... background drawed by me and "Sarah" stolen from their website... yeah.
Is there any way you could make this into 320x480? I would really love to have this on my Optimus V.
Here we go, thanks! Sorry for the delay but I lost the update.
Sorry, i'll not do any size shrinks, because I cannot test it then.
But you can, of course, do the shrink yourself. Unzip the package. Use IrfanView to process both png folders (part0 and part1) to smaller sizes... then write the new size into the txt file that lies next to the 2 folders. Then zip the files (important) with WinRar and use NO compression (save-mode) or it will not run...
Thank you. I did that and it worked perfectly.
naibaf7 said:
I hope there are some Chuck-Fans as well here...
for those who are, here a boot animation for android 480x800 phones...
adb push bootanimation.zip /data/local/bootanimation.zip
or
adb push bootanimation.zip /system/media/bootanimation.zip
Preview:
img6.imagebanana.com/img/43qjah78/anim.gif
(I'm not allowed to use option yet)
I hope it's useful for someone :)[/QUOTE]
I want this on my EVO running evervolv android 2.33, but it does not install. Yes it is rooted. Is there something I should have installed first?
Click to expand...
Click to collapse
No there is nothing you have to install. The best way is:
First ADB remount
Start ADB shell
Use ADB with cd and ls commands to locate the place where your bootanimation.zip for your ROM is stored. Then rm bootanimation.zip there and exit the shell (adb exit) and push the new bootanimation.zip (with the name as it is) to the place where the other one was. Then adb shell and reboot to test it.
This should work. If not, try using UOT Kitchen...
naibaf7 said:
I hope there are some Chuck-Fans as well here...
for those who are, here a boot animation for android 480x800 phones...
adb push bootanimation.zip /data/local/bootanimation.zip
or
adb push bootanimation.zip /system/media/bootanimation.zip
Preview:
img6.imagebanana.com/img/43qjah78/anim.gif
(I'm not allowed to use option yet)
I hope it's useful for someone :)[/QUOTE]
is it possible to have a 320x480 and 240x320 version too?
Click to expand...
Click to collapse
PLEASE, do the bootanimation also for those (like me) that got a full hd display....1080*1920 (i own a zopo zp998)
PLEASE,PLEASE,PLEASE,PLEASE,PLEASE,PLEASE,!!!!!
Many thanks!
:highfive:

Splash Screens, CM7 and Sense 3.5 Mods

Splash Screens are in the 1st Post
Sense 3.5 Mods are in the 2nd Post
CM7 mods are in the 3rd Post
Splash Screens
To change your splash screen - ( I know there might be simpler and possibly better ways to do this, but I like doing it this way and so am posting it here). Before doing this copy paste any of the splash screen files to the tools folder in your android sdk folder.
1. Restart your device in bootloader mode
2. Connect your usb
3. Start fastboot mode. Make sure you are in fastboot usb
4. Start up command prompt
6. Navigate to your android sdk folder (Using cd ... etc)
7.
Code:
cd tools
8.
Code:
fastboot flash splash1 {name of splash image}.img
fastboot reboot
Note: If you are getting an AdbWinApi.dll error. Just copy paste the one in your platform-tools folder to your tools folder
{
"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"
}
Download
Download
Download
Download
Wallpapers
- Download
- Download
Sense 3.5 mods
Some mods I have put together for the Sense 3.5. I have tried to keep the look as much stock as possible changing only some parts to give it a more pleasing look. This is still very much a WIP. I am not gonna make a theme out of it as lots of the parts are borrowed, but I will not say no to sharing.
Most of the icons on top are from MIUI, The battery is from elegant blues by he_stheone64
Download and push to system/framework/framework-res.apk
Download
Download and push to /system/app/SystemUI.apk
Download
Download and push to /system/app/Settings.apk
Download
I have changed the system icons as well. The icons are from the faenza pack. And I will upload based on requests. I am posting a few here just for starters.
If you want to change a system icon just pull the file from either system/app or data/app change ic_launcher_'app_name".png or icon.png or 'app_name'.png
Mail
MMs
Phone
Camera
Just remember that files from system/app have to be pushed and files from data/app have to be installed. I have posted an in depth method here
CM7 Mods
System Mods
This one is quite a work in progress. Will be modified a lot in the next few days. I am combining a lot of slate and light blue elements. Would have made an apk for theme manager but I am modifying the lockscreen too and theme manager doesn't handle that. (Atleast thats what uot tells me)
Download
blue desire hd is cool thank
anyone cpuld help me to get a downanimation for cm7?
I have a bootanimation and it works well.
Any downanimation?
Where I have to put it?
just name your zip file to downanimation.zip and copy it to the same place as you would for your bootanimation.zip
irteza_h said:
just name your zip file to downanimation.zip and copy it to the same place as you would for your bootanimation.zip
Click to expand...
Click to collapse
I did it but it doesn't show the downanimation......
Thank a lot
sgroimax said:
I did it but it doesn't show the downanimation......
Thank a lot
Click to expand...
Click to collapse
It doesnt work with Cyanogen roms! its like the boot sound.... but with the bootsound there is a way to make it work (i know this from when i used CM6&7+ versions) but after using the LeeDroid rom i never looked back
i love this combination ....
irteza_h said:
Some mods I have put together for the Sense 3.5. I have tried to keep the look as much stock as possible changing only some parts to give it a more pleasing look. This is still very much a WIP. I am not gonna make a theme out of it as lots of the parts are borrowed, but I will not say no to sharing.
Most of the icons on top are from MIUI, The battery is from elegant blues by he_stheone64
Download and push to system/framework/framework-res.apk
Download
Download and push to /system/app/SystemUI.apk
Download
I have changed the system icons as well. The icons are from the faenza pack. And I will upload based on requests. I am posting a few here just for starters.
If you want to change a system icon just pull the file from either system/app or data/app change ic_launcher_'app_name".png or icon.png or 'app_name'.png
Mail
MMs
Phone
Camera
Just remember that files from system/app have to be pushed and files from data/app have to be installed. I have posted an in depth method here
Click to expand...
Click to collapse
deanr1977 said:
It doesnt work with Cyanogen roms! its like the boot sound.... but with the bootsound there is a way to make it work (i know this from when i used CM6&7+ versions) but after using the LeeDroid rom i never looked back
Click to expand...
Click to collapse
With cm7 you have to put the animations in /system/media/ . With sense you use /data/local/ . Also in sense you have to rename the file to htc_bootanimation.zip and htc_downanimation.zip
If the above two areas dont work, you can also try /system/customize/resources/

[Splash Screen] Incredible S AOSP 4.1/4.2 - S-OFF

Hi all,
I made myself a new start-up splashscreen to celebrate the evermore stable Android 4.1 AOSP ROMs which are coming through at the moment, and I thought I’d share it with you.
Then I made a slight adjustment in anticipation of the imminent 4.2 release.
And then, as I had the graphics to hand, I made them into a wallpaper in case anyone would like it.
For those who believe that the HTC Incredible S now has a new lease of life with Jelly Bean, these are for you...
The Splash Screens look like this:
{
"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"
}
INSTRUCTIONS – S-OFF ONLY (sorry S-ON users!)
You must unzip the attached folders – they are not flashable in recovery! - the Splash Screen and wallpapers are in here too.
Get just the 'splash1.img' file from within the attached .zip and place it in your adb/fastboot tools folder on your PC (google it if you don’t know what this means.).
Then go to CMD prompt on your PC and set CD to the tools folder.
Connect your phone to your PC via USB.
Set your phone in ‘USB bootloader’ mode, then type in at CMD prompt on your PC:
Code:
fastboot flash splash1 splash1.img
Wait for the confirmation in CMD (takes less than a second normally).
And that’s it, job done! :fingers-crossed: Reboot to see it appear before the bootanimation.
EDIT: Added realigned wallpapers so the text isn't behind the buttons - see attached 'edited' zip for all originals repositioned!
If you want to revert back to the original white HTC Splash Screen at any point, please find it also attached. Follow the exact same instructions as above to install it.
Any tweaks or requests for variations of the above images ‘may be considered’ if, a) I understand what you want, b) I am physically capable of doing it (I’m no expert!), and c) if I get time!
Please use my files as required.
In case you wondered, I'll probably not do a new bootanimation as the standard CyanogenMod animation is and doesn’t need changing!
Any screens?
babicz99 said:
Any screens?
Click to expand...
Click to collapse
The Splash Screens look like the images in the first post...
If you want to see a wallpaper, they all look like this...
...but say either 4.1 or 4.2, and there is a bright one and a 50% shaded one of each.
nniicckkss said:
The Splash Screens look like the images in the first post...
If you want to see a wallpaper, they all look like this...
View attachment 1652559
...but say either 4.1 or 4.2, and there is a bright one and a 50% shaded one of each.
Click to expand...
Click to collapse
Thx! I try this later.
hi. if u can pls create a PG32IMG.ZIP so we can flash Splash Screens exactly from phone!
Sent from my Incredible S using xda premium
cyrus_the_great96 said:
hi. if u can pls create a PG32IMG.ZIP so we can flash Splash Screens exactly from phone!
Sent from my Incredible S using xda premium
Click to expand...
Click to collapse
I don't know how to, sorry!
If anyone else has a template or could do this for me it'd be useful... thanks!
I could research it but haven't got time at the moment...
Why dont you just use Android Flasher for the PC
Make your BMP image, at the right size for you phone
Then select Splash in Android Flasher
Select image
Flash done

Categories

Resources