Coder Social home page Coder Social logo

android-bootanimation-checker's Introduction

android-bootanimation-checker

Android bootanimation checker is an Android application to test bootanimations.

It tests bootanimation containing animation images and a descriptor text file with information about animation. These bootanimations usually are located at /system/media/ or /data/local/ or /system/customize/resource/.

Requirements

  • A valid bootanimation.zip
    • bootanimation.zip content:
      • A description file (desc.txt) that outlines how the animation progresses, what images to use, image size etc…
      • Folder(s) that contain the images for the animation
    • Example of bootanimation.zip (basic structure)

      • desc.txt
      • part0
      • part1
    • part0 and part1 are directories that contain a series of images for example:

      • part0
        • boot001.png
        • boot002.png
        • boot003.png
        • boot004.png
        • boot005.png
      • part1
        • boot006.png
        • boot007.png
        • boot008.png
        • boot009.png
        • boot010.png
  • These images form the “part0” and “part1” animations that are combined as outlined in the “desc.txt” file to form the overall startup animation. The images are ordered by number and run in sequence.

  • The “desc.txt” file outlines how the animation progresses and a sample is as follows:

    480 800 20 p 1 0 part0 p 0 0 part1

    “480” is the width of the animation “800” is the height of the animation “20” is the desired fps of the animation

    p defines a first animation part 1 how many times this animation part loops (in this case - once) 0 defines a pause after this part is played (max 10, “0” is for no pause at all) part0 is the folder name where the animation images are for the first animation part

    p defines a second animation part 0 defines that it loops forever (until android starts) 0 defines a pause part1 is the folder for the second animation part.

Dependencies

This project depends on android-file-folder-picker library http://code.google.com/p/android-file-folder-picker/

License

android-bootanimation-checker is distributed in terms of LGPL license. See http://www.gnu.org/licenses/lgpl.html for more details.

android-bootanimation-checker's People

Contributors

vicfran avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.