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?
 
subha632
Old
#1  
subha632's Avatar
Senior Member - OP
Thanks Meter 9
Posts: 129
Join Date: Dec 2011
Location: Kolkata
Default How to run boot animation fast?

i have changed my boot animation to Samsung galaxy s3 and added s3 sound also but the boot animation is so slow.... is there any way to run it fast??

Sent from my GT-S5830 using xda premium
 
PulseDroid
Old
#2  
PulseDroid's Avatar
Recognized Contributor / Themer
Thanks Meter 1636
Posts: 2,019
Join Date: Jan 2012

 
DONATE TO ME
Open the bootanimation.zip and open up desc.txt

it should look something like this(or it would be in a strait line)

Code:
320 480 40
p 1 0 part0
p 0 0 part1
Then just edit waterver there stands at your "40" (bolded it) to more this is the fps of your bootanimation....

(the 40 would be after 320 480 which is the size)

then rezip your bootanimation

GOOD LUCK!
The Following User Says Thank You to PulseDroid For This Useful Post: [ Click to Expand ]
 
-RDR-
Old
(Last edited by -RDR-; 19th June 2012 at 02:01 PM.)
#3  
Senior Member
Thanks Meter 271
Posts: 1,802
Join Date: Dec 2011
Location: somewhere in XDA
yes u can....


u will need 7zip and Notepad++ ...both are free download them ..
extract your bootanimation...
there will some 2-3 folders conatining images and a text document...

right click the text document ( called desc.txt) and click edit with notepad++

once u open the doc u will see 3 figures on the first line...
the first is the height ...the second is the width ( or mayb vice versa i dont remeber clearly ) and the third one is the speed aka frames per second ...

increase the third one to yyour liking and save the document as desc.txt ( replace the original one )

now click this document and the other folders and right click and select 7zip-> add to archive


now a pop-up menu will display

choose archive as .zip
compression as store
and hit ok

rename the file to bootaniamtion.zip change permisiions to rw-r-r and
place in system/media


i hope u understood everything
The Following User Says Thank You to -RDR- For This Useful Post: [ Click to Expand ]