[GUIDE] change bootanimation w/S-OFF & root AND how to create one - HTC Sensation

How to replace the stock boot animation with a custom boot animation:
1. rename the extension of the current bootanimation in system/customize/resource to .bak (just skip this if you never want to use it anymore)
For unbranded phones this is bootanimation.zip
branded phones have bootanimation.zip as well as a boot and a down/shutdown animation from the provider.
Vodafone:
VF_bootanimation.zip
VF_downanimation.zip
TMOUS:
TMOUS_bootanimation.zip
TMOUS_downanimation.zip
You only need to replace the two VF_ or TMOUS_ files. As far as I know the normal bootanimation.zip is there but not used for anything for branded phones.
2. rename your bootanimation to what the bootanimation on your device is called. Copy the file to system/customize/resource with root explorer
3. in root explorer hold your finger on the file till the menu pops up. Tap on "permissions"
Owner: read & write checked, execute unchecked
Group: read checked, rest unchecked
Others: read checked, rest unchecked
4. restart and you're done!
How to create your own boot animation:
1. create a folder called "android" and place the frames of your animation in that folder in PNG format.
2. name them as follows:
NAME_01.png
NAME_02.png
...
NAME_xx.png
3. create a text file called "desc.txt" containing for example:
540 960 15
p 1 1 android
explanation of the desc file:
Width Height Frame-rate
p Loop Pause Folder
width: width of your animation
height: height of your animation
frame-rate: how many frames to be shown per second. If your animation has 30frames and you enter 10 then one replay takes 3 seconds
p: just stands for play, don't alter this, just put it there.
Loop: how often to loop the animation before pausing on the last frame. If you enter 0 it will loop indefinitely until the device is done booting. 1 will play the animation once, 2 twice etc.
Pause: For how many frames to pause the animation after every loop. The actual pause time depends on the frame-rate you chose above. For example a pause of 90 with 10 fps will translate to a 9 second pause
Folder: the name of the folder we created above.
4. add the desc.txt and the folder with your png files to an uncompressed zip file
You can do this with 7zip. Right click the files, 7zip -> add to archive -> for "compression level" select "store"
5. sign the zip
not sure if this is necessary although I simply sign everything that goes into my system folders. You can use ZipSigner from the market. (For "key/mode" select "platform")
Here are some qHD HTC quietly brilliant bootanimations that I made for good measure.
blue, dark blue background, qHD
{
"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"
}
green, black background, qHD
blue, black background, qHD

followed every step to the letter not sure how or with what to create a text file so took one from another bootanimation but still not working for me blanc screen.

Can you make me one with green HTC letters? Thanks in advance.

Did anyone notice in the T-mobile Sensation there is a TMOUS_bootanimation.zip, bootanimation.zip, TMOUSdownanimation.zip & a downanimation.zip all in this folder? Which one are we replacing?
There is also a T-jingle.ogg & a writeon_jingle.wav file. Would those be the boot up & shutdown sounds?

Beast84 said:
Did anyone notice in the T-mobile Sensation there is a TMOUS_bootanimation.zip, bootanimation.zip, TMOUSdownanimation.zip & a downanimation.zip all in this folder? Which one are we replacing?
There is also a T-jingle.ogg & a writeon_jingle.wav file. Would those be the boot up & shutdown sounds?
Click to expand...
Click to collapse
Following another guide, what worked for me was, changing bootanimation.zip to bootanimation.zip.bak and then pasting the bootanimation.zip you want to be your new splash screen.
Then, renaming that to the TMOUS_bootanimation.zip
So in the end that's the one you want to replace.
Sent from my HTC Sensation 4G using XDA App

There you go mate!
green, qHD, black background:
[Edit: moved to first post for cleanliness]
@gilbert11231123 you must have either added compression to the .zip or made a mistake with the desc.txt or didn't sign the zip correctly or some other thing. Can't tell from here, sorry!

Beast84 said:
Did anyone notice in the T-mobile Sensation there is a TMOUS_bootanimation.zip, bootanimation.zip, TMOUSdownanimation.zip & a downanimation.zip all in this folder? Which one are we replacing?
There is also a T-jingle.ogg & a writeon_jingle.wav file. Would those be the boot up & shutdown sounds?
Click to expand...
Click to collapse
I have a Vodafone branded Sensation. I only have to replace the VF_bootanimation.zip and VF_downanimation.zip ... I replaced the bootanimation.zip as well but it was not necessary.
the VF_downanimation.zip shows when shutting the phone down. VF_bootanimation.zip shows when booting.
Edit:
here is also a clean blue one with black background. The one in first post has a dark blue background and the "quietly brilliant" is also somewhat blue.
[Edit: moved to first post for cleanliness]

Ok so I tried making on but it didn't quite work. I tried using it for the TMOUS_bootanimation.zip & the TMOUS_downanimation.zip
For the bootanimation, it was just a blank black screen. For the downanimation, it was correct but it had a quick white flash in it. I was wondering if anyone could take a look at what I did & modify it for me. Thanks in advance

Beast84 said:
Ok so I tried making on but it didn't quite work. I tried using it for the TMOUS_bootanimation.zip & the TMOUS_downanimation.zip
For the bootanimation, it was just a blank black screen. For the downanimation, it was correct but it had a quick white flash in it. I was wondering if anyone could take a look at what I did & modify it for me. Thanks in advance
Click to expand...
Click to collapse
your .zip is definitely not signed or it would have a META-INF folder in it. Also, in your desc.txt you have a blank line after the first line. That probably screws things up as well. Lastly, your .zip does also seem to have compression so it doesn't seem like you did anything I described above
Oh and about the white flash - Image 11 is transparent on top and has a white stripe and image 13 is almost entirely white. Suppose that is your white flash
for the shutdown animation android seems to be more loose on restrictions. When I had the compression wrong the downanimation also worked for me but the bootanimation didn't even though it was the same file!

Kupfel said:
your .zip is definitely not signed or it would have a META-INF folder in it. Also, in your desc.txt you have a blank line after the first line. That probably screws things up as well. Lastly, your .zip does also seem to have compression so it doesn't seem like you did anything I described above
Oh and about the white flash - Image 11 is transparent on top and has a white stripe and image 13 is almost entirely white. Suppose that is your white flash
for the shutdown animation android seems to be more loose on restrictions. When I had the compression wrong the downanimation also worked for me but the bootanimation didn't even though it was the same file!
Click to expand...
Click to collapse
Just tried doing it again & this time they switched. The bootanimation had the white flashing screen & the downanimation had a blank black screen. I don't know what I am doing. Think you could whip something up for me with my provided zip earlier?

here is my chaotic thing I did to get it working.
Since root explorer costs so much $$$$. I rebootified in recovery via 'adb reboot recovery'
D:\sdk>cd platform-tools
D:\sdk\platform-tools>adb push bootanimationBB.zip /system/customize/resource
145 KB/s (458475 bytes in 3.082s)
D:\sdk\platform-tools>adb shell
~ # cd /system/customize/resource
cd /system/customize/resource
/system/customize/resource # ls boo*
ls boo*
bootanimation.zip bootanimationBB.zip
/system/customize/resource # ls TMO*
ls TMO*
TMOUS_bootanimation.zip TMOUS_downanimation.zip
/system/customize/resource # ls -l TMO*
ls -l TMO*
-rw-r--r-- 1 root root 869055 May 23 04:06 TMOUS_bootanimation.zip
-rw-r--r-- 1 root root 365229 May 23 04:06 TMOUS_downanimation.zip
/system/customize/resource # mv TMOUS_bootanimation.zip TMOUS_bootanimation.zip.
bak
mv TMOUS_bootanimation.zip TMOUS_bootanimation.zip.
bak
/system/customize/resource # mv TMOUS_downanimation.zip TMOUS_downanimation.zip.
bak
mv TMOUS_downanimation.zip TMOUS_downanimation.zip.
bak
/system/customize/resource # cp bootanimationBB.zip TMOUS_bootanimation.zip
cp bootanimationBB.zip TMOUS_bootanimation.zip
/system/customize/resource # cp bootanimationBB.zip TMOUS_downanimation.zip
cp bootanimationBB.zip TMOUS_downanimation.zip
/system/customize/resource # chmod 644 TMOUS_bootanimation.zip
chmod 644 TMOUS_bootanimation.zip
/system/customize/resource # chmod 644 TMOUS_downanimation.zip
chmod 644 TMOUS_downanimation.zip
/system/customize/resource #
D:\sdk\platform-tools>
I hope you learned something... lol.

WoW man... worked like a charm... chose your Green with Black animation...
looks great... and the procedure to do it cannot be more simpler than you explained...
wonderful...
Thanks +1

Any advice on how to change the boot sound to go along with the animation? The other walkthrough guide references things that don't exist (init.local.rc) on the Sensation. The guide was in the Desire HD forum (I think).

never added a boot sound myself but after asking brother google it seems android doesn't support playing boot sounds as it is. One or more system files have to be altered to get boot sound support such as bootanimation in system/bin ..
http://androidforums.com/liquid0624/234917-gingerbread-bootani-sound.html
that's the first page I found. It says it's for gingerbread but I'd choose not to replace system files unless I'm sure they work on sensation

Kupfel said:
There you go mate!
green, qHD, black background:
[Edit: moved to first post for cleanliness]
Thanks.
Click to expand...
Click to collapse

Hi again,
Could you make this one or one like this one but in qHD?
Thanks in advance.

uhm isn't that exactly like the one I made for you already?

Forget about that. I've another already. Thanks anyway.

I don't really care about the boot animation, but I'd love to get rid of the nasty sound it makes during booting
wakes up everyone in the office and attracts unwanted attention too
at least I could change it from "quietly brilliant" to "loud but ok"

I think I'm gonna try and make my own boot animation but have a few questions about the desc fle-
1. How do u know what to put for the frame rate? I see OP put 10 but what does that mean..? 10 frames per second or what?
2. For loop OP put 0, so does that mean it plays it once, 1 loop would play twice, 2 loop play 3 times etc...?
3. For pause OP put 90? what does that represent like is that 90 ms? How'd you pick that?
4. What did you use to make the images?
Thanks for anyone that can help and for the great guide OP.

Related

Extra Mod for Haykuro's H Users...

I was messing around with one of my update files on winrar and opened system/Media. There I found boot.gif and boot.mp3 which both play at start up with the htc logo and sound. So I decided to change both with my own. So I did then I signed the update zip and flashed. Worked like a charm, sorry if someone beat me to this if you guys already knew then ill just delete the thread.
How To:
1. You must have a copy of the build/rom you are using. You can use the last update.zip you've used to flash to your latest rom.
2. Open up the update zip file using winrar or whatever unzipping tool you use.
3. Once unzipped goto system/Media.
4. Here you will see two files boot.gif and boot.mp3 these are the files you are going to mod.
5. Editing boot.gif, find a replacement animated gif file you would like to use and rename to boot.gif and add it to the archive replacing the original. MUST BE A .GIF FILE ONLY!
6. Editing boot.mp3, you do the same procedure as step 5 but replace with a mp3 file. MUST BE AN MP3 FILE ONLY!
7. When finished put the update.zip you just edited place on the root of sd card and flashhhh!
8. HAVE FUN!
Alternative with adb without wipe thanks to: Andonnguyen
adb remount
adb shell
#cd /system
#cd /media
#rm boot.gif
#rm boot.mp3
#mv c:\locationoffile\boot.gif /system/media/boot.gif
#mv c:\locationoffile\boot.mp3 /system/media/boot.mp3
#reboot
{
"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"
}
​
Could not add the boot.mp3 but here it is the linux mandriva boot sound.
link to boot sound here:
http://www.zedge.net/ringtones/567398/mandriva-startup-ringtone/
Nice find! Too bad I just got everything set up the way I like it. I'll probably be flashing again on "Firmware Friday." I'll try this out then!
I've got about a million ideas for what I want my phone to do when I turn it on....
Yea its great, I currently have an android dancing gif instead of the htc and Pitbull I know you want me for the boot sound lol. I put it on just to test and now that I know it works, I will also be changing it to something sick on firmware Friday...
There is One big problem
How you sign your update ...
When I used auto sign to signed my mod ... I have a error in recovery mode
aluspl said:
There is One big problem
How you sign your update ...
When I used auto sign to signed my mod ... I have a error in recovery mode
Click to expand...
Click to collapse
Which auto signer are you using? I suggest using Stericson's also make sure your singing the whole update.zip
So this really does work?
i may try this for the next update as well, good find
Anyway you can make a how to or point me to the direction of this information?
Nikeem24 said:
So this really does work?
Click to expand...
Click to collapse
Yup, i've tested and it works.
As an alternative method (for those who don't want to wipe), modify the boot.gif and boot.mp3 then place them somewhere on your hard drive. Next type the following commands in ADB while your G1 is connected via USB to your computer:
adb remount
adb shell
#cd /system
#cd /media
#rm boot.gif
#rm boot.mp3
#cp c:\locationoffile\boot.gif /system/media/boot.gif
#cp c:\locationoffile\boot.mp3 /system/media/boot.mp3
#reboot
Click to expand...
Click to collapse
STERICSON (or anyone familiar with editing the xml files on android), please read below:
In the H builds of 1.5, there is also an xml file called boot_animation.xml in /system/media, the contents are as follows:
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2008 HTC Inc.
*
-->
<!--
<BootConfiguration>
<BootAnimation
image="/system/media/boot.gif"
audio="/system/media/boot.mp3"
image2="/system/media/boot2.gif" (optional)
image3="/system/media/boot3.gif" (optional)
screenX="100" (optional)
screenY="130" (optional)
image_bg = "/system/media/boot_bg.gif" (optional)
useAudio="0" // 1: true ; 0:false (optional)
/>
</BootConfiguration>
-->
<!-- Demonstrates configuration for application -->
<!-- Remove background
<BootConfiguration>
<BootAnimation
image="/system/media/boot.gif"
image_bg="/system/media/boot_bg.gif"
audio="/system/media/boot.mp3"
screenX="100"
screenY="130"
useAudio="1"
/>
</BootConfiguration>
-->
<BootConfiguration>
<BootAnimation
image="/system/media/boot.gif"
audio="/system/media/boot.mp3"
useAudio="1"
/>
</BootConfiguration>
Click to expand...
Click to collapse
It looks as if we can manage to load multiple animated gif's during the boot process after splash1 and splash2 images. Could you please look into this, and offer any input as how to modify the xml to allow this?
Ok it seems as if the boot gif when changed gets disorted now for some reason, will look into it.
andonnguyen said:
STERICSON (or anyone familiar with editing the xml files on android), please read below:
In the H builds of 1.5, there is also an xml file called boot_animation.xml in /system/media, the contents are as follows:
Click to expand...
Click to collapse
Well the first 2 BootConfiguration tags have been commented out. To comment in xml you type <!-- before your comment and --> after your comment.
Try removing the comment code on the first BootConfiguration and adding comments to the last one. also make sure to remove the (optional), then upload the images using your adb method and see if it works.
Below i cleaned the code up a bit. So you can copy that into your xml.
Also I changed the useAudio to 1 which means yes.
Code:
<BootConfiguration>
<BootAnimation
image="/system/media/boot.gif"
audio="/system/media/boot.mp3"
image2="/system/media/boot2.gif"
image3="/system/media/boot3.gif"
screenX="100"
screenY="130"
image_bg = "/system/media/boot_bg.gif"
useAudio="1"
/>
</BootConfiguration>
This is the last BootConfiguration in the xml. The middle one is just a demonstration. I wouldn't delete it though, Android might be expecting a certain file size.
Below is the current active BootConfig which i added the comment tag around.
Code:
<!--
<BootConfiguration>
<BootAnimation
image="/system/media/boot.gif"
audio="/system/media/boot.mp3"
useAudio="1"
/>
</BootConfiguration>
-->
So is there anywhere, where there are already made boot screens that i can just get the file and replace it
Jrbourque said:
So is there anywhere, where there are already made boot screens that i can just get the file and replace it
Click to expand...
Click to collapse
Yes search google for any gif files and just replace, same for the boot sound. I know have a cool setup ill upload now.
diaztradeinc said:
Yes search google for any gif files and just replace, same for the boot sound. I know have a cool setup ill upload now.
Click to expand...
Click to collapse
does it have to be a certain size?
Jrbourque said:
does it have to be a certain size?
Click to expand...
Click to collapse
I'm thinking the gif might have to be a certain size because my recent boot gif is distorted when animating. Check first page for boot gif and boot.mp3
adb remount
adb shell
#cd /system
#cd /media
#rm boot.gif
#rm boot.mp3
#mv c:\locationoffile\boot.gif /system/media/boot.gif
#mv c:\locationoffile\boot.mp3 /system/media/boot.mp3
#reboot
Click to expand...
Click to collapse
^^Not working for me; i keep getting the error msg "failed on 'C:\boot.gif' - No such file or directory"
And yes, my boot.gif file is saved in the C:\ directory.
Perhaps it needs to be saved on the sdcard to work? i'll try it and report back.
Edit: SUCCESS. I placed my modified boot.gif and boot.mp3 files on the sdcard, then used the following commands:
adb remount
adb shell
#cd /system
#cd /media
#rm boot.gif
#rm boot.mp3
#cp /sdcard/files/boot.gif /system/media/boot.gif
#cp /sdcard/files/boot.mp3 /system/media/boot.mp3
#reboot
Click to expand...
Click to collapse
And now my man John Stewart (the black Green Lantern... not the Comedy Central host) greets me to the tune of Kanye West's "WE MAJOR".
diaztradeinc said:
I'm thinking the gif might have to be a certain size because my recent boot gif is distorted when animating. Check first page for boot gif and boot.mp3
Click to expand...
Click to collapse
So you're having the same problem I am then? I analyzed the CRAP out of the original boot.gif, and compared it to a customer animated gif I attempted to completely customize my bootup w/ to no avail. I even modified the original boot.gif trying to place text and extra graphics on the existing frames, saved, and the modified version of the boot.gif glitched out too.
So as a test (since I'd only been trying to run modified/created animated gifs after about 3-4 hours of analyzing trying to figure out the difference) I replaced the boot.gif w/ a regular animated gif.
The boot automatically centers the gif (in this case it's not the 320x480 scale of the original boot.gif)... but it's still distoreted. Here are some pictures as an example
this gif -
doesn't animate at all. appears to show 3 different frames all glitched out and looks like this -
Any light anyone can shed on this would be greatly appreciated =( I'd absolutely love to customize my OWN animated gif for my boot image.
what size is it suppose to be?
Transformer Sound Effect
You wouldn't believe how hard it is to find the Transformer sound effect from the 2007 Movie. I finally gave up and used this one here. I kept the stock HTC.gif (H build) because it's timed right with the sound. Just thought I'd post in case anyone else had the same idea. If anyone finds a clean morph fx file, pm me.

Boot Animation!

Okay so i made a boot animation but idk howto put it onto my phone, i'm using a mac, can someone tell/show me howto do this? Im sorry for being nub!
Actual video of boot animation i want to put in...
Boot Animation Preview
tbistone said:
Okay so i made a boot animation but idk howto put it onto my phone, i'm using a mac, can someone tell/show me howto do this? Im sorry for being nub!
Actual video of boot animation i want to put in...
Boot Animation Preview
Click to expand...
Click to collapse
first i hope you have output your animation to numbered pngs ... as in...
tbistone_boot0001.png
tbistone_boot0002.png
tbistone_boot0003.png
tbistone_boot0004.png
tbistone_boot0005.png
tbistone_boot0006.png
etc...
then put all those files into a folder named "android" or "part0" or whatever you want... i use "android"
then
open textedit and create a file named desc.txt
in that file should be this text ---- lines are just start and finish do not put those into text file
---------------------
480 800 30
p 1 1 android
---------------------
explanation for what each line means:
[480 = wide spec] [800 = height spec] [30 = frames per second]
[p = play] [1 = times] [1 = pause between each play] [android = folder name]
after you have those 2 set up...
move those to root of your mac hard-drive on the desktop there is an icon of a HDD with the name of your computer... move the folder there and the desc.txt as well
open terminal [top right corner magnifying glass] [click] [type "terminal"] [black box should be top hit]
once terminal opens type this and be real careful when typing here there is potencial for damage with the [rm] command SO ONLY TYPE WHAT I TELL YOU
rm /android/.DS_Store [enter] <-if you get an error here ignore it .DS_Store is mac folder cashe
zip -r0 /Users/[your computer name]/Desktop/bootanimation.zip /desc.txt /android [enter]
[there will be a list of file being ziped and show that compression is not being applied]
[on your desktop there is a bootscreen.zip in proper format ready to go to your phone]
now on terminal type:
cd [drag your android sdk's "tools" folder into terminal window] [enter]
./adb remount [enter]
./adb push [drag bootanimation.zip from desktop into terminal] /system/media <- sense
./adb shell bootanimation [preview of what it should look like ctrl+c to exit]
./adb reboot or ./adb shell reboot [real test of what it looks like]
hope that helps dont know how familiar you are with this so i tried to add too much rather than not enough...
That looks very cool, I hope you can make into a boot animation because I would love to see it on my Evo.
wrx4memp, thanks a bunch i appreciate it, i'll give this a shot when i get home from work!
maco designs said:
That looks very cool, I hope you can make into a boot animation because I would love to see it on my Evo.
Click to expand...
Click to collapse
Thanks!
Absolutely, i'll keep you posted

[BOOTSCREEN][ZIP] N1/Nexus S Boot animation for CM6.1/Froyo ROMs

Thanks to Kyouko, we now have a flashable zip of Nexus One/S Boot Animation for Froyo (2.2) based roms (i.e. Cyanogenmod).
TESTED ON CYANOGENMOD NIGHTLY HEROC 167
Screens:
kyouko said:
ahaha I think you want the boot screen I've been using almost since it came out
For reference: (read as people too lazy to click on OPs link)
{
"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've kept this flashable zip on sdcard since before we had CM and Darchdroid 2.6 was the 'in thing' to run
You guys needed to rip apart the .gif 's into separate images and add a desc.txt telling the phone exactly how you want it to run/go through the images inside the bootanimation.zip
Edit: Now, if you're referring to those zips from the link that include audio... I believe you may be able to add boot sounds via an init.rc script plus bulid.prop edits. You will also need to add a line to the desc.txt found inside the bootanimation.zip with "s" at the beginning. Thought I read something along those lines otherwise you may be sol
Click to expand...
Click to collapse
Again, all credit goes to Kyouko
DOWNLOAD:
See attachments
Original Thread:
Code:
is there anyone who can port over this bootscreen to make it work on Cyanogenmod 6.1 Stable for HeroCDMA?
I tried flashing the zip as is located [URL="http://forum.xda-developers.com/showthread.php?t=605188"]here[/URL] (There are a lot on there and I used this one: check attachments below
I am surprised no one asked for this. I haven't found any that worked on CM6 (if you know one, plz enlighten me :)
[B]EDIT[/B]
I believe the boot animation on the provided link is already MDPI and for Hero, so the question is How do I apply it to CM6.1?
[B]Methods tried but FAILED[/B]
1. Rename update.zip from dl link to bootanimation.zip and push via ADB to /system/media = [COLOR="Red"][B][U]FAILED[/U][/B][/COLOR]
Cm6 had a nexus like boot before the RC stage of developement. Should be able to pull from there.
Sent from my HERO200 using XDA App
bigfoottrucker said:
Cm6 had a nexus like boot before the RC stage of developement. Should be able to pull from there.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
It did, but it was Cyan colored. LOL
I know, but is it possible to port this over? Or actually, since the Original thread is already MDPI and for Hero, I guess the question is How do you change CM boot animation?
It gives directions in the OP. Use adb to push the new
copy and paste from OP
INSTRUCTIONS
Using ADB:
-Extract the files [except the one called "by-shenshang"] inside the RAR archive to the same directory as ADB
-Using adb, type:
Code:
adb remount
-Then:
Code:
adb push boot1.gif /system/media/bootscreen/
adb push boot2.gif /system/media/bootscreen/
adb push boot_animation.xml /system/media/bootscreen/
adb push boot_bg.gif /system/media/bootscreen/
adb push boot_bg.mp3 /system/media/bootscreen/
-reboot and enjoy!
Or, if you don't want to use adb, just put the bootanimation.zip into system/media with root explorer. It will ask you if you want to overwrite the current one, say yes, reboot and enjoy.
-----
Sent from my CDMA Hero. I got some hot Froyo-on-Hero action here!
cordell12 said:
It gives directions in the OP. Use adb to push the new
copy and paste from OP
INSTRUCTIONS
Using ADB:
-Extract the files [except the one called "by-shenshang"] inside the RAR archive to the same directory as ADB
-Using adb, type:
Code:
adb remount
-Then:
Code:
adb push boot1.gif /system/media/bootscreen/
adb push boot2.gif /system/media/bootscreen/
adb push boot_animation.xml /system/media/bootscreen/
adb push boot_bg.gif /system/media/bootscreen/
adb push boot_bg.mp3 /system/media/bootscreen/
-reboot and enjoy!
Click to expand...
Click to collapse
Only problem here is that CM6 apparently doesnt use /system/media/bootscreen for boot animation. That would work on other roms, but not this unfortunately.
user7618 said:
Or, if you don't want to use adb, just put the bootanimation.zip into system/media with root explorer. It will ask you if you want to overwrite the current one, say yes, reboot and enjoy.
-----
Sent from my CDMA Hero. I got some hot Froyo-on-Hero action here!
Click to expand...
Click to collapse
Another viable solution, if I had a bootanimation.zip of it. Unfortunately, on the OP, there is no bootanimation.zip, only update.zip format ZIPs.
Could someone make a bootanimation.zip of it?
szainmehdi said:
Only problem here is that CM6 apparently doesnt use /system/media/bootscreen for boot animation. That would work on other roms, but not this unfortunately.
Another viable solution, if I had a bootanimation.zip of it. Unfortunately, on the OP, there is no bootanimation.zip, only update.zip format ZIPs.
Could someone make a bootanimation.zip of it?
Click to expand...
Click to collapse
What is in the update.zip?
-----
Sent from my CDMA Hero. I got some hot Froyo-on-Hero action here!
There are 3 .gif files, 1 xml and one mp3
Sent from my HERO200 using XDA App
szainmehdi said:
There are 3 .gif files, 1 xml and one mp3
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Try this.
1. Rename zip to bootanimation.zip
2. Stick it in system/media. It will overwrite the current.
3. Reboot.
4. Let me know if that worked.
-----
Sent from my CDMA Hero. I got some hot Froyo-on-Hero action here!
user7618 said:
Try this.
1. Rename zip to bootanimation.zip
2. Stick it in system/media. It will overwrite the current.
3. Reboot.
4. Let me know if that worked.
-----
Sent from my CDMA Hero. I got some hot Froyo-on-Hero action here!
Click to expand...
Click to collapse
OK no go.
The zip is in update.zip format, meaning it contains the following ordering
META-INF
>com
>>google
>>>android
>>>>update-script
system
>media
>>bootscreen
>>>boot.mp3
>>>boot_animation.xml
>>>boot_bg.gif
>>>boot1.gif
>>>boot2.gif
So yeah, renaming it didn't work. Would it work if i just zipped up the 5 files and rename it bootanimation.zip?
szainmehdi said:
OK no go.
The zip is in update.zip format, meaning it contains the following ordering
META-INF
>com
>>google
>>>android
>>>>update-script
system
>media
>>bootscreen
>>>boot.mp3
>>>boot_animation.xml
>>>boot_bg.gif
>>>boot1.gif
>>>boot2.gif
So yeah, renaming it didn't work. Would it work if i just zipped up the 5 files and rename it bootanimation.zip?
Click to expand...
Click to collapse
You can try. The worst that happens is that it doesn't work.
-----
Sent from my CDMA Hero. I got some hot Froyo-on-Hero action here!
Exactly. And what happened was just that; it didn't work.
On the bright side, it did get rid of the Cyanogenmod boot animation, but I now have a much more minimalist black bootscreen
Any ideas?
Can you attach the update zip? Rapudshare wont let me dl.
-----
Sent from my CDMA Hero. I got some hot Froyo-on-Hero action here!
user7618 said:
Can you attach the update zip? Rapudshare wont let me dl.
-----
Sent from my CDMA Hero. I got some hot Froyo-on-Hero action here!
Click to expand...
Click to collapse
Updated OP with attachment
szainmehdi said:
OK no go.
The zip is in update.zip format, meaning it contains the following ordering
META-INF
>com
>>google
>>>android
>>>>update-script
system
>media
>>bootscreen
>>>boot.mp3
>>>boot_animation.xml
>>>boot_bg.gif
>>>boot1.gif
>>>boot2.gif
So yeah, renaming it didn't work. Would it work if i just zipped up the 5 files and rename it bootanimation.zip?
Click to expand...
Click to collapse
Ok. I would try this by copying the bootscreen folder to the system/media folder. use the adb push command. Open up the update-script and see what it says.
szainmehdi said:
Updated OP with attachment
Click to expand...
Click to collapse
Thanks. Right after I asked you, I found the link in the op.
-----
Sent from my CDMA Hero. I got some hot Froyo-on-Hero action here!
So any luck yet?
szainmehdi said:
So any luck yet?
Click to expand...
Click to collapse
ahaha I think you want the boot screen I've been using almost since it came out
For reference: (read as people too lazy to click on OPs link)
I've kept this flashable zip on sdcard since before we had CM and Darchdroid 2.6 was the 'in thing' to run
You guys needed to rip apart the .gif 's into separate images and add a desc.txt telling the phone exactly how you want it to run/go through the images inside the bootanimation.zip
Edit: Now, if you're referring to those zips from the link that include audio... I believe you may be able to add boot sounds via an init.rc script plus bulid.prop edits. You will also need to add a line to the desc.txt found inside the bootanimation.zip with "s" at the beginning. Thought I read something along those lines otherwise you may be sol
kyouko said:
ahaha I think you want the boot screen I've been using almost since it came out
For reference: (read as people too lazy to click on OPs link)
I've kept this flashable zip on sdcard since before we had CM and Darchdroid 2.6 was the 'in thing' to run
You guys needed to rip apart the .gif 's into separate images and add a desc.txt telling the phone exactly how you want it to run/go through the images inside the bootanimation.zip
Edit: Now, if you're referring to those zips from the link that include audio... I believe you may be able to add boot sounds via an init.rc script plus bulid.prop edits. You will also need to add a line to the desc.txt found inside the bootanimation.zip with "s" at the beginning. Thought I read something along those lines otherwise you may be sol
Click to expand...
Click to collapse
Oh My Lord.
That is exactly what I want. I do not care for audio; actually, I'd rather not have audio.
SO what exactly do I do with the zip? Flash? Push to /system/media?
szainmehdi said:
Oh My Lord.
That is exactly what I want. I do not care for audio; actually, I'd rather not have audio.
SO what exactly do I do with the zip? Flash? Push to /system/media?
Click to expand...
Click to collapse
Nope. Just flash it in recovery, like a rom
The script deletes the old bootanimation.zip and replaces it with the nexus boot.

[BootAnimation] The Final Countdown! (NO NEED FOR ROOT ACCESS!) [UPDATE 05/27/11]

{
"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"
}
You do NOT need root access!
Easy to restore stock animation!
2 Play speed options! 45FPS is faster (45 frames per second) and 30FPS slower (since the tf takes forever to boot!)
Asus_animation.zip is just the last part, the asus logo animation on loop.
3 Options to install.
First Download the attached the animation you want and extract it to reveal "bootanimation.zip
1. ADB
Navigate to the folder containing "bootanimation.zip" in terminal/command prompt.
Type the following
Code:
adb push bootanimation.zip /data/local
Then to test
Code:
adb shell bootanimation
2. Root Explorer
Copy "bootanimation.zip" to your SD card
On your Streak open up Root Explorer (or any other app that allows you to copy paste to the internal memory)
Copy "bootanimation.zip" and paste it to /Data/Local
3. Terminal Emulator
thanks nickshertzer, his directions are for drop box but can easily be manipulated for simply copying the bootanimation.zip to your SDcard
nickshertzer said:
Bump! This is awesome! Thanks for sharing.
BTW, if you don't have / want to get out that sync cable for ADB, use dropbox & Terminal Emulator. Make sure you download the .zip using dropbox longpress first before running following command
Code:
su
cp /sdcard/dropbox/bootanimation.zip /data/local/
reboot
Click to expand...
Click to collapse
To remove and restore stock animation just enter the following command in shell/terminal:
Code:
adb shell rm /data/local/bootanimation.zip
Enjoy
Updated it by slimming it down and fixed it so asus animation isn't stretched.
FIXED white pixels on edges!
Think this is the final and its good to go!
Looks cool. Makes me wish I'd rooted mine.
makes it from 10 to the ASUS logo. all looks good except asus logo looks terrible. try it out once you get your TF. good work though.
fone_fanatic said:
My transformer is coming in today so I decided to make a countdown boot animation to pass the time
The animation goes a lot faster on the device (tested it out on my dell streak) but since I don't have my transfomer yet I don't know how fast it boots.
If this is too long, I'll either make it start counting down from 5 or 3 and/or just speed it up (depends on how fast the transformer boots).
Please leave a reply concerning the length of the animation and speed of the transformer's boot time.
Also if you would like the countdown without the asus at the end, i have that too, request it and i'll post.
3 Options to install.
First step: Download the http://www.megaupload.com/?d=S33XQVZ1http://www.megaupload.com/?d=S33XQVZ1"bootanimation.zip"
1. ADB
Navigate to the folder containing "bootanimation.zip" in terminal/command prompt.
Type the following
Code:
adb push bootanimation.zip /data/local
Then to test
Code:
adb shell bootanimation
2. Root Explorer
Copy "bootanimation.zip" to your SD card
On your Streak open up Root Explorer (or any other app that allows you to copy paste to the internal memory)
Copy "bootanimation.zip" and paste it to /Data/Local
3. Terminal Emulator
thanks nickshertzer, his directions are for drop box but can easily be manipulated for simply copying the bootanimation.zip to your SDcard
Enjoy
DOWNLOAD LINK
Sorry for the megaupload link but the file is 8.45MB and xda's limit for .zip files is 8.0
Once i get my transformer I'll downgrade the files a bit and take some repeated ones out to slim it down and speed it up.
Click to expand...
Click to collapse
I'm a little disappointed it's not playing "the final countdown" by Europe.
nxp3 said:
I'm a little disappointed it's not playing "the final countdown" by Europe.
Click to expand...
Click to collapse
It is in my head! haha
I'll mess around with boot sounds and try to get them working when i get mine.
nxp3 said:
i'm a little disappointed it's not playing "the final countdown" by europe.
Click to expand...
Click to collapse
+1 .
~dc
Got my tf today but sorry to say I'm not gonna root it till after the weekend because i'm not gonna have time to mess with it till monday.
I understand why the Asus part looks bad but haven't seen it for myself. But overall what u guys think?
Sent from my Transformer TF101 using XDA Premium App
stuntdouble said:
Looks cool. Makes me wish I'd rooted mine.
Click to expand...
Click to collapse
I haven't rooted my Transformer and I have found that I can use adb to push bootanimation.zip files to /data/local and use custom boot animations.
jschmier said:
I haven't rooted my Transformer and I have found that I can use adb to push bootanimation.zip files to /data/local and use custom boot animations.
Click to expand...
Click to collapse
Cool didnt know that. Can you also save the original animation file using ADB, just in case you'd ever need to put it back on and return it under warranty?
stuntdouble said:
Cool didnt know that. Can you also save the original animation file using ADB, just in case you'd ever need to put it back on and return it under warranty?
Click to expand...
Click to collapse
Yes it is possible to save the original bootanimation.zip using ADB.
Code:
adb pull /system/media/bootanimation.zip bootanimation.zip
That being said, my post entitled custom bootanimation w/o root in a separate thread hints at why you don't necessarily need to.
The tablet will first look to /data/local and then /system/media for the boot animation. The Asus boot animation is found in /system/media and you need to have root permissions to write to this directory. However, root permissions are not required to write to /data/local. Reverting back to the stock boot animation is as simple as removing the custom animation from the /data/local directory.
Great thanks for the info. Will give it a go next week when I get the time then.
test out the new update and let me know what you guys think!
Awesome, going to try this out!
The update looks better with this smaller asus logo. I dont know if its just my device or not but there is a border about 1 pixel wide around the screen when using this boot animation, which isnt covered by the black background. Looks a bit odd.
stuntdouble said:
The update looks better with this smaller asus logo. I dont know if its just my device or not but there is a border about 1 pixel wide around the screen when using this boot animation, which isnt covered by the black background. Looks a bit odd.
Click to expand...
Click to collapse
Yeas I know. I think it's because I used automator on my Mac to "pad" (increase canvas size) of the images. I've got replace the radiator on my car today but when I get time I will check out the files in Photoshop and see what I can do to fix it.
Sent from my Transformer TF101 using XDA Premium App
I just got all the adb files updated(took hours) and was able to push it over. Very cool Animation other than the Asus Logo being smaller than I'd like and the 1 pixel rainbow border.
I bet a Transformer animation would be extremely popular as well, I'd be willing to buy you a coffee for that one =)
other boot sequence?
anyone know if you can use any other boot sequences using the same no root method??
Updated! fixed and 2 fps options!
Need-A-Tablet said:
I bet a Transformer animation would be extremely popular as well, I'd be willing to buy you a coffee for that one =)
Click to expand...
Click to collapse
Just the asus logo animation? easy! will attach it now.
morbiddevil82 said:
anyone know if you can use any other boot sequences using the same no root method??
Click to expand...
Click to collapse
as long as you push them to /data/local you don't need root.
The original one is in /system/media which needs root to edit. Android looks in /data/local first, if there isn't one then it plays the bootanimation.zip in /system/media. So no need to root for any boot animation and this makes it easy to restore stock by simply removing the one you pushed into /data/local
morbiddevil82 said:
anyone know if you can use any other boot sequences using the same no root method??
Click to expand...
Click to collapse
You certainly can. I'm using this one at the moment.
Awesome
Awesome work fone_fanatic!!!
Thank you for sharing.
I have one request, if possible?
Would you be able to do an animation like the title of the "Transformers" movie?
You can see it in some trailers on YouTube, you know the letters transforming into the final title.
Obviously the title would be just "Transformer" in metallic letters (like in the movie). I think that that would be Epic!!!
Thanx
no1
ps
check out the 2nd vid from the top on this page (titled "WATCHPREVIEW"):
h ttp://w ww.amateurmedia.net/transformers-titles-in-cinema-4d/

[BOOTANIMATION] White Nexus (from SonnySekhon's Frost theme)

Hey guys. I whipped up this bootanimation for the MT4GS as it was the one I was using on my G2 for ages.
It's the normal nexus boot animation, but in all white. open up one of the images in part0 or part1 to get a visual. you can modify how fast it goes by changing the third value (framerate) in the desc.txt file. it's set @ 20fps right now.
http://www.youtube.com/watch?v=lAFSEsEZnnE (this is the colored version, but you get the idea)
Instructions for installation:
(using file explorer like root explorer)
download the zip, place on sd card.
find the zip in your file browser and move it to /system/customize/resource/ (overwrite existing bootanimation file)
change permissions to rw-r--r-- (read/write owner, read for group/others)
(using terminal emulator/adb, assuming file is already on the root of your sdcard)
[first command below only if you're starting with adb]
adb shell
su
mount -o rw,remount /system
mv /system/customize/resource/TMUS_bootanimation.zip /sdcard/TMUS_bootanimationBAK.zip //*this creates a backup of your existing bootanimation*\\
cp /sdcard/TMUS_bootanimation.zip /system/customize/resource/TMUS_bootanimation.zip
chmod 644 /system/customize/resource/TMUS_bootanimation.zip
Click to expand...
Click to collapse
reboot and enjoy. thanks to Sonny for making the original bootanimation. he's the man.

Categories

Resources