Original HTC bootscreen in bootanimation.zip format? - Click Themes and Apps

Anyone has original HTC TATTOO boot animation in bootanimation.zip format?
Thanks!

Ofcource, if you tell me the exact commands that I should use in CMD to pull it out.
I've forgot how to pull files OUT of my phone, haha.
// Bodsworth

Original HTC bootscreen
bodsw0rth said:
Ofcource, if you tell me the exact commands that I should use in CMD to pull it out.
I've forgot how to pull files OUT of my phone, haha.
// Bodsworth
Click to expand...
Click to collapse
adb pull /system/media/bootscreen/ c:\tattoo
or in file browser goto /system/media/bootscreen/ copy all file
sorry i have changed my bootscreen to nexus one
please any one upload these files

bodsw0rth said:
Ofcource, if you tell me the exact commands that I should use in CMD to pull it out.
I've forgot how to pull files OUT of my phone, haha.
// Bodsworth
Click to expand...
Click to collapse
or copy with root explorer

Boot animation in Android 1.6 and 2.2 are diffident files. I don't think that you have bootanimation.zip in 1.6. But I would also like to have Tattoo's original boot animation on 2.2 because it's the best.

Here you have it.

Related

[Q] Please check this boot animation

Hello guys! I've came across with a bootanimation and decided to make some editing. So I edited it and added some more frames.
I compressed it to "store" using 7-zip and pushed to my phone via adb (adb push bootanimation.zip /data/local
So I rebooted and it didn't show up :X
What did I do wrong?
Attached here is the file.
md5: aea3b42fd90c5ee73e89ebdde99a261d
VirusTotal: http://www.virustotal.com/file-scan...bb5a44083f0688298f643ede2593330fef-1281757839
Depending on what rom you're using, you might need to push it to /system/media
jadesdan said:
Depending on what rom you're using, you might need to push it to /system/media
Click to expand...
Click to collapse
I'm using KaosFroyo v28 and I successfully pushed the original version of this boot animation and it worked. The edited version isn't.

[Q] Boot animation without AT&T logo?

Does anyone have a working bootanimation.zip without the AT&T logo? I tried editing the original one but I ended up with a blank boot animation screen.
you should be able to search the forum for whatever boot animation you want. Granted they won't be the proper resolution if you pick one with black edges you will be fine. I was using one on a previous flash just fine.
I'll try to find the thread where I found mine
Edit: found it at this thread. http://forum.xda-developers.com/showthread.php?t=985251
sweet, so exisiting bootanimations work, I can use my old one again haha.
kmiller8 said:
you should be able to search the forum for whatever boot animation you want. Granted they won't be the proper resolution if you pick one with black edges you will be fine. I was using one on a previous flash just fine.
I'll try to find the thread where I found mine
Edit: found it at this thread. http://forum.xda-developers.com/showthread.php?t=985251
Click to expand...
Click to collapse
I tried those animations and they worked fine, but I still wish I could keep the original animation.
Boot Animations, while can be tricky and a headache, are customizable if you can adjust the image sizes, etc.
For example, the Motorola Atrix can use up to 540x960 for the resolution. You can also add custom sounds at load by saving an OGG audio file to /system/media (same location as the bootanimation.zip) and adding it accordingly to the desc.txt file. Below is an example.
Code:
540 960 1
p 1 10 part0
s autodestruct.ogg
p 0 0 part1
The first line is the resolution and the frames per second.
Code:
"540 960" Resolution "1" Frames Per Second (each individual image)
The second line defines a Part. For example, the first animation you want to play. So far for me, this is the animation AFTER the Dual Core logo that plays when I've made mine.
Code:
"p" Depicts this is a Part "1" Repeat this many times (0 is infinite) "10" is the delay in frames before the next Part "part0" is the directory within the zip to load this part from
So far easy right? The next line, is for the audio file. If the OGG has a loop point, the audio will loop until the Part is over that it plays within.
Code:
"s" Depicts a sound "autodestruct.ogg" The filename to load from /system/media
A few more examples of loading parts............
To load a Part that is a single image, that loops till boot is done, use this
Code:
p 0 0 "directory_name_here"
I'll try to post some example bootanimation.zip files with explanations if I get time. I've only made a couple so far for my company out of boredom.
kmiller8 said:
I was using one on a previous flash just fine.
Click to expand...
Click to collapse
So this doesn't break anything? Will I be able to update my phone when an update is out, without having to restore the original bootanimation.zip?
txtsd said:
So this doesn't break anything? Will I be able to update my phone when an update is out, without having to restore the original bootanimation.zip?
Click to expand...
Click to collapse
I recommend using your file explorer to rename the original bootanimation.zip on your phone to something like bootanimation_original.zip then put in your custom if you have any worries.
That way, if you go to update just rename custom to bootanimation_custom.zip and restore the original.
Personally, I do not know if the boot animation file will affect updates, but that is a failsafe for you just in case.
ownedbycurry said:
I tried those animations and they worked fine, but I still wish I could keep the original animation.
Click to expand...
Click to collapse
Ohh, so what you want is the default bootanimation without the ATT part!
I've personally never worked with bootanimations before, but using MrSER's guide above, i'll try to do that for you.
EDIT: yea... I only get the blackscreen too, really weird...
EDIT 2: figured it out. if you're using WinRAR, when you go to make a .zip, choose "store" instead of "normal" compression, and it should work just fine. I have attached the Default bootanimation.zip without the ATT part
kmiller8 said:
Ohh, so what you want is the default bootanimation without the ATT part!
I've personally never worked with bootanimations before, but using MrSER's guide above, i'll try to do that for you.
EDIT: yea... I only get the blackscreen too, really weird...
EDIT 2: figured it out. if you're using WinRAR, when you go to make a .zip, choose "store" instead of "normal" compression, and it should work just fine. I have attached the Default bootanimation.zip without the ATT part
Click to expand...
Click to collapse
Thank you so much!!
kmiller8 said:
EDIT 2: figured it out. if you're using WinRAR, when you go to make a .zip, choose "store" instead of "normal" compression, and it should work just fine. I have attached the Default bootanimation.zip without the ATT part
Click to expand...
Click to collapse
My bad mate, forgot to mention that. I make mine with Winzip 15 Pro and set it to No Compression (from my experience, no compression is a requirement).
I may end up doing a tutorial on all this on my blog. If I do, I'll post a copy here and link as well (I like screenshots on my blog, lol).
MrSER said:
My bad mate, forgot to mention that. I make mine with Winzip 15 Pro and set it to No Compression (from my experience, no compression is a requirement).
I may end up doing a tutorial on all this on my blog. If I do, I'll post a copy here and link as well (I like screenshots on my blog, lol).
Click to expand...
Click to collapse
Yea i ended up googling and it showed that if the .zip is compressed it will just show a blank screen.
Definitely do a tut, I really wanna start making some Atrix boot animations
kmiller8 said:
Ohh, so what you want is the default bootanimation without the ATT part!
I've personally never worked with bootanimations before, but using MrSER's guide above, i'll try to do that for you.
EDIT: yea... I only get the blackscreen too, really weird...
EDIT 2: figured it out. if you're using WinRAR, when you go to make a .zip, choose "store" instead of "normal" compression, and it should work just fine. I have attached the Default bootanimation.zip without the ATT part
Click to expand...
Click to collapse
thanks for the bootanimation.zip, i did chmod 644 it before cp to /system/media to match the perms on the original bootanimation.zip, but i did a reboot and it worked fine. it's nice not having the att logo during boot, and having att removed from the notification bar with the ginerblur mod too. feels good man!
What folder do you put the animation in?
PixoNova said:
What folder do you put the animation in?
Click to expand...
Click to collapse
In the system/media folder.
I know this is a really newb question but I am a newb when it comes to android... I've owned my Atrix for about a week. Anyway, how do I replace this file and where do I find it?
mpalatsi said:
I know this is a really newb question but I am a newb when it comes to android... I've owned my Atrix for about a week. Anyway, how do I replace this file and where do I find it?
Click to expand...
Click to collapse
Just find a boot animation that you like, download the zip file, rename it to bootanimation.zip and then go into your system/media folder and change the name of the current bootanimation to anything you want like bootanimationold.zip. Then put the new zip file in the system/media folder and there you go. You do not need to move the old boot animation file as long as you change the name.
of course, the method I'm describing is relevant if you have rooted your phone and you have something like Root Explorer, otherwise you will need to use adb, but still you need root.
live4nyy said:
Just find a boot animation that you like, download the zip file, rename it to bootanimation.zip and then go into your system/media folder and change the name of the current bootanimation to anything you want like bootanimationold.zip. Then put the new zip file in the system/media folder and there you go. You do not need to move the old boot animation file as long as you change the name.
of course, the method I'm describing is relevant if you have rooted your phone and you have something like Root Explorer, otherwise you will need to use adb, but still you need root.
Click to expand...
Click to collapse
Thank you, worked like a champ... Is there an explorer I can use on my PC while my phone is connected? I attempted to use droid explorer but I can't access any of the folders.
mpalatsi said:
Thank you, worked like a champ... Is there an explorer I can use on my PC while my phone is connected? I attempted to use droid explorer but I can't access any of the folders.
Click to expand...
Click to collapse
Sorry, wouldn't know about that, I always use Explorer or adb.
kmiller8 said:
Ohh, so what you want is the default bootanimation without the ATT part!
I've personally never worked with bootanimations before, but using MrSER's guide above, i'll try to do that for you.
EDIT: yea... I only get the blackscreen too, really weird...
EDIT 2: figured it out. if you're using WinRAR, when you go to make a .zip, choose "store" instead of "normal" compression, and it should work just fine. I have attached the Default bootanimation.zip without the ATT part
Click to expand...
Click to collapse
Thank you so much man I really wanted to remove this AT&T animation
im having a similiar problem on my rooted atrix. I tried to change my bootanim and just gives me a black screen, so i tried to change it back to the orignal and nothing. I checked if the zip was compressed and it isnt. i dont know what i did wrong, i didnt touch anything but the zip

Boot sound. searched and tried everything i could find

I searched high and low for changing the boot sound in royal ginger 2.1 and cant seem to find anything that works. I have adb so if someone could just post some quick steps that would be great. thanks
gixer2000 said:
I searched high and low for changing the boot sound in royal ginger 2.1 and cant seem to find anything that works. I have adb so if someone could just post some quick steps that would be great. thanks
Click to expand...
Click to collapse
I used root explorer copied the new audio file named android_audio.mp3 to system media deleted the original file and pasted the new one in. I hope this helps you out in this.
Sent from my HTC Glacier using XDA Premium App
I can't download root explorer so I need to do it the adb way. Thanks anyway
Sent from my Royal ginger 2.1 powered MT4G using XDA Premium app
gixer2000 said:
I searched high and low for changing the boot sound in royal ginger 2.1 and cant seem to find anything that works. I have adb so if someone could just post some quick steps that would be great. thanks
Click to expand...
Click to collapse
there's very simple terminal commands posted in the FAQ on our website
teamroyal.net
go to royalginger FAQ
Sent from my Gingerlicous Glacier using XDA App
Would you mind sending me a link to it. I've looked all over your site and can't seem to find it.I'm looking with my phone so I might just be over looking it. Thanks
Sent from my Royal ginger 2.1 powered MT4G using XDA Premium app
http://www.teamroyal.net/id61.html#TurnOffBoodSounds
Turn Off Boot Sound
commands for boot audio and changing boot animation:
open terminal
type 'su' then press enter
type one of the following and hit enter .. there will be no output if everything worked.
newbootsound - copies /sdcard/android_audio.mp3 as new bootsound
newbootanim - copies /sdcard/bootanimation.zip as new boot animation
bootsoundoff - turns boot sound off
bootsoundon - turns boot sound back on
If the commands don't work for you then you can use Root Explorer to perform the following:
1. Go to your System's media file (/system/media)
2. Make sure you select 'Mount System R/W' in the upper right corner.
3. Then either delete the android_audio.mp3 file or else change the file name to android_audio.mp3.bak.
4. No more boot sound
Any mp3 you put at this same location named android_audio.mp3 will be your boot sound.
Click to expand...
Click to collapse
I'm no adb pro, but I imagine you could pull/push the new & old files with those directories...something like "adb pull /system/media/android_audio.mp3 android_audio.mp3", then delete/overwrite that file in your sdk platform-tools folder (Windows, newer version), and do "adb push android_audio.mp3 /system/media/android_audio.mp3"
But don't quote me on that!
Thanks guys that worked. I was looking under the universal faqs thats why I couldn't find the instructions
Another way to add boot audio
Another way is to use Absolute System or Root Explorer to access system/customize/CID/default.xml and add audio under boot animation. Copy your default.xml in case you delete or mess it up. SEE ATTACHMENT for where to place in default.xml AND make sure its in the exact same place, a space over will disable the sound but won't ruin your system.
___________________________
HTC Glacier: MyTouch 4G Black
Permanent Root/S-OFF: Yes
Recovery: Clockwork Mod 3.0.2.4
ROM: Stock w/ fully custom everything
Kernel: MaxOC~1.84GHz SmartAss

[Boot animation] bios bioot animation

Hello Y'all!
I've created a bios-like boot animation for our wildfire:
The idea came from frysee (original thread here), but I've build all the files myself.
There are two way's to put it on your phone:
With the use of ADB:
1. place the attached bootanimation.zip in the tools folder of adb
2. open the command prompt and cd to the tools folder
3. type "adb shell" and press enter
4. type "mv <path-to-bootanimation>/bootanimation.zip <path-to-bootanimation>/bootanimation.old" and press enter
for example: mv system/media/bootanimation.zip system/media/bootanimation.old
-> now you have a backup of your original boot animation
5. exit
6. type "adb push bootanimation <path-to-bootanimation>" and press enter
for example: adb push bootanimation system/media
7. type "adb shell bootanimation" and unlock your screen. You should see the new bootanimation. Press ctrl+c to stop.
Click to expand...
Click to collapse
New to adb -> link!
You can also replace your bootanimation by using a root explorer:
frysee said:
store on root of SD card
open root explorer make sure to make R/W
go to SDCard and copy file
navigate to bootanimation path (*)
rename bootanimation.zip to something else (bootanimation1.zip)
paste file and rename bios_bootanimation.zip to bootanimation.zip, if necessary
exit root explorer
reboot phone
Profit = Enjoy Bios boot animation!
Click to expand...
Click to collapse
What is the right path to you bootanimation?
frysee said:
The right path for your bootanimation differs between devices and even ROMs, so it is hard to list the right one for every setup.
However, you should be able to track down the right one by looking for an existing bootanimation.zip using Root Explorer or ADB.
Most likely it will be one of the following:
/system/media (try this first)
/system/customize (some Evo ROMS seem to use this one)
/data/local (should work an nearly all ROMs, as long as there is no bootanimation on /system)
Click to expand...
Click to collapse
I can only tell that on cyanogenmod 7, the boot animation is indeed stored in system/media.
When you are on a stock rooted Froyo ROM, you can folow the explanation of laraz (thank you for this, laraz!):
laraz said:
store on root of SD card
open root explorer make sure to make R/W
go to SDCard and copy file hold down on file you wont and choese copy
navigate to bootanimation path (#)froyo system>customize>rescource- paste over exsting bootanimation.zip done
rename bootanimation.zip to something else (bios_bootanimation.zip)
exit root explorer
reboot phone
Click to expand...
Click to collapse
The speed of the animation is adapted to my phone: normaly I can only see it untill "activation root access SUCCEEDED", then I can enter my pin.
To adapt the speed of the animation to your phone/ROM, you can change the frames per second:
1. extract bootanimation.zip in the attachment
2. open desc.txt in notepath or similar program.
3. you see the folowing
Code:
240 320 4p 1 0 androidp 0 0 part1
the third number (in this case "4") is the frames per second.
4. adapt ONLY the third number to the desired amount of frames and save the file.
5. put android, part1 and desc.txt again in a zip-file. Make sure that YOU DO NOT USE ANY COMPRESION or it will not work!!!! (in WinRAR: use "compresion method: store")!!
6. Now you can try your new bootanimation!
Click to expand...
Click to collapse
Enjoy!
Thanks dude it is cool bro nice 1 runs smooth O
Sent from my HTC Wildfire using XDA Premium App
You're welcome
Erwin
its cool im installing right now, could you made one saying CyanogenMod 7.1???
THX
vadash said:
its cool im installing right now, could you made one saying CyanogenMod 7.1???
THX
Click to expand...
Click to collapse
Here you go
how did you edited the jpg´s one by one???
vadash said:
how did you edited the jpg´s one by one???
Click to expand...
Click to collapse
Yes, but only the relevant ones (and they are png's, not jpg's). But I have the original psd photoshop files so it wasn't that hard, 20 min of work, I think.
Erwin
Thanks ErwinP, bootanimation is great. Work fine in CM 7.0.3
Excellent job!
Sent from my Desire HD using XDA App
My phone boots up before the animation ends
(ruymanca's cyanogen mod)
calyxim said:
My phone boots up before the animation ends
(ruymanca's cyanogen mod)
Click to expand...
Click to collapse
Hehe
You can change the framerate to a higher value, if you want. It's explained in the first post!
Erwin
I need that kind of boot animation for HTC wildfire please!! I mean the boot animation from here http://forum.xda-developers.com/showthread.php?t=648555&page=68
Karthus said:
I need that kind of boot animation for HTC wildfire please!! I mean the boot animation from here http://forum.xda-developers.com/showthread.php?t=648555&page=68
Click to expand...
Click to collapse
Wait, I link you to one which is much alike:
link
works perfectly!!!
Yeah, thanx worked perfectly...
Sent from my HTC Wildfire using XDA App
nicceeee thread
nice awesome bootanimation
Can you make the boot animation flashable?
I cant replace the bootanimation.zip using rootexplorer.
I did all the steps but whenever I paste it,
it all goes back to the old bootanimation.
Thanks man.
Great bootanimation thanks.
Sent from my CM7 HTC Wildfire using XDA App

[Boot Animation] Ice Cream Sandwich for Legend

hey there,
i took the file from http://forum.xda-developers.com/showthread.php?t=1297084, converted the resolution of the images and adapted the desc.txt and packed it again.
i'm using the ROM Devil_2.3.7 and just put it to /data/local/ using adb, it works without problems for me.
i hope you like my first post in this forum
greets
stefan
edit: forgot to attach the file
This is pretty wacky, and awesome! I love it!
Quite fine........
is it possible to turn boot animation off?
sorry if this is a dumb question... but is this only boot animation (the animation on startup)? or the entire ice cream sandwich theme?
Animation
Sent from my Legend using XDA App
ICS Boot animation
Hi... I would like to see how it looks, so I made this animation, hope it helps some of you......
htt*://youtu.be/HgzVFMzq1r8
Im sorry for the link, but because im a new member i cant post links....
injaneb said:
is it possible to turn boot animation off?
Click to expand...
Click to collapse
Yes, just delete the boonanimation from your phone and you'll have a black screen.
How too set this as boot animation...srry bt m new on it, so dnt knw hw to use adb
Sent from my Legend using xda premium
pccare said:
Hi... I would like to see how it looks, so I made this animation, hope it helps some of you......
http://youtu.be/HgzVFMzq1r8
Click to expand...
Click to collapse
there you go ;-)
very nice animation. But it went on a loop until the desktop is ready. Is this normal?
girish07 said:
How too set this as boot animation...srry bt m new on it, so dnt knw hw to use adb
Sent from my Legend using xda premium
Click to expand...
Click to collapse
The way I did it was (NOTE:Only applies to ROM's based off CM7.1 as far as I know) place the bootanimation.zip file onto SD Card. Download a Root File Explorer like Root Browser from Google Play. Navigate to the file on the SD Card and copy it. Now navigate to /system/media and backup(if you want) the existing bootanimation.zip or you can go straight ahead and just delete it. Now paste the bootanimation.zip you copied from the SD Card and you should be all good to go
When I'm able to(because I'm still new here) I hope to write up a proper guide on how to do this
girish07 said:
How too set this as boot animation...srry bt m new on it, so dnt knw hw to use adb
Sent from my Legend using xda premium
Click to expand...
Click to collapse
On rooted S-ON legends you can do it only in recovery mode with adb and r4-legend-recovery tools.
boot into recovery mode, after launching recovery-windows.bat (if you use windows of course) from r4-legend mount /system then push the bootanimation.zip into /system/media
I'm trying to apply this animation but I can't remove/copy for back up the old one.
I have root browser and superuser gives it root rights but I cant modify permission to the file or move it.
Any suggestion?
mao11 said:
I'm trying to apply this animation but I can't remove/copy for back up the old one.
I have root browser and superuser gives it root rights but I cant modify permission to the file or move it.
Any suggestion?
Click to expand...
Click to collapse
in case you're legend has S-ON, which i bet on, read this:
bialy663 said:
On rooted S-ON legends you can do it only in recovery mode with adb and r4-legend-recovery tools.
boot into recovery mode, after launching recovery-windows.bat (if you use windows of course) from r4-legend mount /system then push the bootanimation.zip into /system/media
Click to expand...
Click to collapse
This is pretty wacky, and awesome! I love it!

Categories

Resources