Difference between revisions of "Animate"

From The iPhone Wiki
Jump to: navigation, search
(Undo revision 15983 by Connorlinfoot (Talk) Dead link is dead.)
(Package name)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
'''animate''' (Package ID: <code>org.chronic-dev.animate</code>) is a software bundled in [[greenpois0n (jailbreak)|greenpois0n RC5]] that enables users to display (a sequence of) PNG images on boot.
+
'''animate''' (Package name: '''''BootLogo''''', Package ID: <code>org.chronic-dev.animate</code>) is a software bundled in [[greenpois0n (jailbreak)|greenpois0n RC5]] that enables users to display (a sequence of) PNG images on boot.
   
 
This approach has the advantage of being usable on all devices, regardless of their ability of [[0x24000 Segment Overflow|accepting custom firmware]], and supporting animated boot logos.
 
This approach has the advantage of being usable on all devices, regardless of their ability of [[0x24000 Segment Overflow|accepting custom firmware]], and supporting animated boot logos.
Line 14: Line 14:
   
 
Packages containing (animated) logos should depend on <code>org.chronic-dev.animate</code>.
 
Packages containing (animated) logos should depend on <code>org.chronic-dev.animate</code>.
  +
  +
  +
== Installation ==
  +
The '''animate''' tweak has been released on Cydia but it is invisible for some reason. To install it, search and install a package named ''Apple boot logo'' ('''animate''' is a dependency). After the installation, a new tab will appear in the [[:/var/stash/Applications.*****/Preferences.app|Settings app]] named ''BootLogos''. Anyone having trouble keeping settings should be sure that /Library/BootLogos/ is chown mobile:mobile. Sometime uninstalling all boot animation packages and reinstalling fixes this issue.
   
 
== Conflicts ==
 
== Conflicts ==
 
'''animate''' conflicts with the package '''ImageMagick''' (Package ID: <code>imagemagick</code>). It has to be removed in order to successfully install '''animate'''.
 
'''animate''' conflicts with the package '''ImageMagick''' (Package ID: <code>imagemagick</code>). It has to be removed in order to successfully install '''animate'''.
   
== Installation ==
+
== Dependencies ==
  +
'''animate''' uses [[PreferenceLoader]] to add a new page to the Settings app.
The '''animate''' tweak has been released on Cydia but it is invisible for some reason. To install it, search and install a package named ''Apple boot logo'' ('''animate''' is a dependency). After the installation, a new tab will appear in the [[:/var/stash/Applications.*****/Preferances.app|Settings app]] named ''BootLogos''. Anyone having trouble keeping settings should be sure that /Library/BootLogos/ is chown mobile:mobile. Sometime uninstalling all boot animation packages and reinstalling fixes this issue.
 
   
 
== References ==
 
== References ==

Revision as of 21:53, 9 February 2011

animate (Package name: BootLogo, Package ID: org.chronic-dev.animate) is a software bundled in greenpois0n RC5 that enables users to display (a sequence of) PNG images on boot.

This approach has the advantage of being usable on all devices, regardless of their ability of accepting custom firmware, and supporting animated boot logos.

The original boot logo will always show first.

Notes for logo designers

The animation currently runs at about 5 frames per second.

A picture of the Apple logo is available at http://yfrog.com/gzqigp

Animations must be stored in png format in /Library/BootLogos/(animationName)/ and be listed in order, from 0.png to x.png.

Packages containing (animated) logos should depend on org.chronic-dev.animate.


Installation

The animate tweak has been released on Cydia but it is invisible for some reason. To install it, search and install a package named Apple boot logo (animate is a dependency). After the installation, a new tab will appear in the Settings app named BootLogos. Anyone having trouble keeping settings should be sure that /Library/BootLogos/ is chown mobile:mobile. Sometime uninstalling all boot animation packages and reinstalling fixes this issue.

Conflicts

animate conflicts with the package ImageMagick (Package ID: imagemagick). It has to be removed in order to successfully install animate.

Dependencies

animate uses PreferenceLoader to add a new page to the Settings app.

References

Jaywalker's notes