New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
duckredbeard
Old
#1  
Senior Member - OP
Thanks Meter 18
Posts: 485
Join Date: Aug 2010
Default Bootanimation not changing

I used the UOT kitchen to cook up some changes and the only one not working is the bootanimation. I searched in my phone and found the ATT_bootanimation.zip in the system/resources/customize folder. I also found a bootanimation.zip in the same folder. I renamed the ATT one by adding a .bak to the file name then rebooted. Now it shows a different bootanimation, but not the one I made in UOT. Just a simple "Android" word. Where is my dancing droid how do I make it the default bootanimation?
 
Pirateghost
Old
#2  
Pirateghost's Avatar
Recognized Developer
Thanks Meter 3408
Posts: 7,815
Join Date: Jul 2010
Quote:
Originally Posted by duckredbeard View Post
I used the UOT kitchen to cook up some changes and the only one not working is the bootanimation. I searched in my phone and found the ATT_bootanimation.zip in the system/resources/customize folder. I also found a bootanimation.zip in the same folder. I renamed the ATT one by adding a .bak to the file name then rebooted. Now it shows a different bootanimation, but not the one I made in UOT. Just a simple "Android" word. Where is my dancing droid how do I make it the default bootanimation?
your new animation needs to be labeled ATT_bootanimation.zip, just like the old one was. the system looks for that specific name for the boot animation.
 
duckredbeard
Old
#3  
Senior Member - OP
Thanks Meter 18
Posts: 485
Join Date: Aug 2010
Thanks! That did it.

You can't know your limits until you exceed them.
 
Jirv311
Old
#4  
Jirv311's Avatar
Senior Member
Thanks Meter 301
Posts: 1,063
Join Date: Mar 2008
Location: Johnstown
Quote:
Originally Posted by Pirateghost View Post
your new animation needs to be labeled ATT_bootanimation.zip, just like the old one was. the system looks for that specific name for the boot animation.
Just so happens I was looking for this answer. Since most HTC ROMs run them from /data/local is there a way to change the location to that?

I saw a reference to editing bootanimation in /system/bin but I'm not sure how to decode that file.
Current: Samsung Galaxy S III
Previous: HTC Vivid
Previous: Samsung Captivate

If you have a Captivate, I have a ROM for you: MaxQ and Sparko ROM
 
Pirateghost
Old
#5  
Pirateghost's Avatar
Recognized Developer
Thanks Meter 3408
Posts: 7,815
Join Date: Jul 2010
Quote:
Originally Posted by Jirv311 View Post
Just so happens I was looking for this answer. Since most HTC ROMs run them from /data/local is there a way to change the location to that?

I saw a reference to editing bootanimation in /system/bin but I'm not sure how to decode that file.
/system/customize/CID/default.xml

This is what i have configured for RumRaider:
Code:
<BootConfiguration>
    <BootAnimation animation="/data/local/bootanimation.zip" />
  </BootConfiguration>
  <ShutdownConfiguration>
    <ShutdownAnimation image_png="/data/local/downanimation.zip" image="" fps="15" />
  </ShutdownConfiguration>
The Following User Says Thank You to Pirateghost For This Useful Post: [ Click to Expand ]
 
Jirv311
Old
#6  
Jirv311's Avatar
Senior Member
Thanks Meter 301
Posts: 1,063
Join Date: Mar 2008
Location: Johnstown
Quote:
Originally Posted by Pirateghost View Post
/system/customize/CID/default.xml

This is what i have configured for RumRaider:
Code:
<BootConfiguration>
    <BootAnimation animation="/data/local/bootanimation.zip" />
  </BootConfiguration>
  <ShutdownConfiguration>
    <ShutdownAnimation image_png="/data/local/downanimation.zip" image="" fps="15" />
  </ShutdownConfiguration>
You sir, are my hero.
Current: Samsung Galaxy S III
Previous: HTC Vivid
Previous: Samsung Captivate

If you have a Captivate, I have a ROM for you: MaxQ and Sparko ROM

XDA PORTAL POSTS

Avoid Framework Bootloops on Xperias Running Jelly Bean

If you’re a Sony device owner running a stock Android Jelly Bean firmware and … more

Forum Added for the Samsung Galaxy Mega

What do you do when the Galaxy Note line is simply not big enough? You get theSamsung Galaxy Mega. … more

Voice Control Your Phone with Tasker and AutoVoice – XDA Developer TV

XDA Developer TV Producer Kevin set up his phone to respond to … more

Guide to Take Better Control of Your Volume Levels

Would you like to know one of the things that really annoys me on a daily basis? Tough, … more