[Boot Animation] 24.12.2011 Android Bios Boot animation | New: GALAXY NEXUS!

How does it run on your device?

  • It runs ok.

    Votes: 542 66.4%
  • It runs too fast

    Votes: 179 21.9%
  • It runs to slow (i.e. not reaching the end)

    Votes: 95 11.6%

  • Total voters
    816
Search This thread

titsmaster

Member
Dec 1, 2009
31
0
It should work I think... in theory.

Just try to explore the folders of your system to find the ZIP file.

But if the method at post #1 didn't work, I really don't know what to do !
 

tsheeley

Senior Member
Sep 14, 2009
832
14
Van Nuys, CA
It should work I think... in theory.

Just try to explore the folders of your system to find the ZIP file.

But if the method at post #1 didn't work, I really don't know what to do !

I'm not sure either. I know pretty much next to nothing about the specifics on how this stuff works - and I'm not brave enough to go poking around like I do with Win7 yet.
 

tsheeley

Senior Member
Sep 14, 2009
832
14
Van Nuys, CA
It should work I think... in theory.

Just try to explore the folders of your system to find the ZIP file.

But if the method at post #1 didn't work, I really don't know what to do !

Ohhh... check this out. I found this here...
http://xdaforums.com/showthread.php?t=664013

I won't be able to test it tonight... but I will Saturday morning.

Then if you want to change the bootscreen (the second one, usually android) you need to change:

* the mask and shine pics in

/system/framework/framework-res.apk/assets/images

if your rom is donut based

*or simply change the gif animation in

/system/media/bootanimation.zip

if your rom is eclair based.
 
R

r3s-rt

Guest
Very nice... thought I'd throw in - you can't flash non-animated boot screens on anything under 2.1.
 

Tony_SpaZ

Senior Member
Feb 9, 2010
59
1
Tried flashing on a G1 with Cyanogenmod 5.0.7, looks like it's expecting to be on a bigger screen. Looking into it.

e: Yeah, looks like I'd have to manually edit every frame. More work than I'm personally wanting to do.
 
Last edited:

TeCH-Guruz

Senior Member
Feb 17, 2009
267
29
Salford
Does anyone know if these zip files have been signed as they install and run fine on my desire but others I have tried from modaco fails saying unsigned/can not verify.
 

frysee

Senior Member
Jul 10, 2008
271
127
Thats because (as far as I know) you don't flash them... you put them in /system/media

Yes, they're signed :)

I like the idea... can we get one for g1/mt3g?

Now with having Cyanogen on g1/m3tg it should't be that much of a problem ;)

Tried flashing on a G1 with Cyanogenmod 5.0.7, looks like it's expecting to be on a bigger screen. Looking into it.

e: Yeah, looks like I'd have to manually edit every frame. More work than I'm personally wanting to do.

So you tried the Nexus One version?

Currently working on Desire and Legend versions, the Hero version is still waiting for a tester :)
G1/mt3g will be next.

greetz
 

titsmaster

Member
Dec 1, 2009
31
0
Tried my previous version I made for the Sapphire/MT3G, it works but doesn't loop at second part. Plus lock screen is a little bit laggy for a second.

I will look forward improvements.
Any member willing to test it out, file @ #30
 

titsmaster

Member
Dec 1, 2009
31
0
MyTouch3G - HTC Magic Version

Works on Eclair Roms (tested on latest 5.0.7test2 Cyanogen).

Doesn't work on ANY 1.6 ROM.

Install guide
Rename as bootanimation.zip and put on the root of your SD card.
Push via adb shell, terminal, or Root Explorer, in /system/media/
Reboot.

Note : you MAY change zip file permissions to rw-r--r--
 

Attachments

  • magic-mt3g-bootanimation.zip
    1.8 MB · Views: 124

josh303

New member
Aug 26, 2009
3
0
MyTouch3G - HTC Magic Version

Thanks for that Magic version! just tried it and it's working nicely.

I've repacked it in a "flashable" zip to use from recovery, maybe it's easier to use for some people.

Keep up the good work!

EDIT: I've attached the wrong file, sorry :( . It's working now.
 

Attachments

  • magic-mt3g-bootanimation.zip
    1.3 MB · Views: 84
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 45
    Hi at all,
    saw that nice BIOS boot screen on a friends Hero(someone told me it was the "Villain ROM") and made something similar for our Nexus One (edit: list of device specific versions at the bottom) (should be working on other WVGA devices as well):

    nexus-bios-boot-previe1rwt.gif


    How to install:
    • Download the version of your choice.
    • Take a look at the archive with 7Zip or similar.
    • 1. There is a "desc.txt" and two folders.
      Code:
      ADB push it to bootanimation path (*):
      
      adb devices
      adb remount
      adb push bootanimation.zip <bootanimation_path>
      
      Now to test if it worked:
      adb shell bootanimation
      <press ctrl+c to quit>
      
      OR:
      
      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!
      
      * 
      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)
    • 2. There are one or more zip files inside.
      Code:
      Choose the one you want to install and see 1.
    • 3. I see two folders, one is named META-INF.
      Code:
      Just flash via recovery or extract the bootanimation.zip and see 1.
    • 4. I am using MIUI and downloaded a .mtz file.
      Code:
      Just install via MIUI theme manager.

    Tell me what you think ;)

    Available Devices:

    To-Do (requested):
    • Legend
    • Liquid
    • mTS/Espresso
    • Huawei Ideos U8150
    • Cliq MB200
    • Optimus V
    • Viewsonic gTablet
    • Samsung Galaxy Tab

    Known Issues:
    • animation duration depends on ROM boot time, so I can't guarantee it is running to the final screen on all devices.

    Changes:
    Code:
    2012/03/20 - added TF101 ICS version
    2011/12/25 - added Galaxy Nexus version
    2011/06/16 - added transformer version
               - added transformer version by [B]Curtisbeef[/B], thanks!
    2011/06/01 - added desire MIUI 2.3.x version
               - added Droid X version
               - added ZTE Blade version
               - added Vibrant version
               - added Thunderbolt version
               - added Inspire version
               - added Atrix version
               - added Epic version
               - added Optimus 2X version
               - added Evo Shift version
               - added Fascinate versions by [B]protonus[/B], thanks!
               - added Xperia X8 versions by [B]LuisDias[/B], thanks!
               - added Xperia X10 versions by [B]ve6ay[/B], thanks!
    2011/03/26 - added nexus one miui gingerbread version
               - added mt3g/magic 32A version
    2011/03/25 - added desire hd version by [B]yazayad[/B], thanks!
    2011/03/23 - added hero honeycomb version
               - added samsung galaxy s (i9000) version
    2011/03/20 - added samsung captivate version
    2011/03/14 - added desire & nexus one MIUI flashable theme files
               - added desire MIUI version
    2011/03/13 - added desire HD versions by [B]gimj01[/B], thanks!
               - added desire "vanilla" version
    2011/03/12 - updated installation guide
               - added nexus one cm7 version by [B]luc1fer[/B], thanks!
               - added Evo version
               - added Nexus S, 'classic' and 'honeycomb' style versions
    2011/03/08 - added nook color version
    2010/07/14 - added dream version by [B]alongenemylines[/B], thanks!
    2010/07/12 - fixed Hero version
    2010/07/05 - added dream version by [B]ctbeiser[/B], thanks!
    2010/07/01 - added desire version  by [B]nivstein[/B], thanks!
    2010/06/27 - added dream version  by [B]rob.turner[/B], thanks!
    2010/05/09 - added magic/mt3g version by [B]titsmaster[/B], thanks!
               - added droid incredible version by [B]FierceDeityLink1[/B], thanks!
               - added hero version
               - files now uploaded to mediafire due to exceeding file limit and ease of access from other forums
    2010/04/08 - added 'innovative apple' version ;)
    2010/04/02 - added Milestone version by [B]RinTinTigger[/B], thanks!
    2010/03/28 - new droid version by [B]RinTinTigger[/B], thanks!
    2010/03/18 - moved the discussion from Nexus one to general theming
               - added Droid version
               - fixed last screen skipping
    2010/03/14 - added Liquid version
    2010/03/13 - added signed update.zip for flashing from recovery mode
               - added a second, shorter version for ROMs with faster boot times (nexus-bios-boot-fixed)
    Download


    8
    [TUTORIAL] Make your own BIOS Boot Animation

    >> Software needed:

    - Paintbrush (or any other image editor you like)
    - Notepad
    - IZArc (the only one that didn't break the ZIP file)
    - Fixedsys font (it comes with windows)

    # 1st Step: Create the text template.

    Using Notepad create the text template with all the info of your phone.

    Example:
    Samsung Galaxy S4, An Energy Star Ally.
    Copyright (C) 1936-2014, Samsung Electronics Co. Ltd.

    GT-I9505-LTE

    Qualcomm APQ8064T Snapdragon 600 CPU at 1900 MHz , 4 Processor(s)
    GPU: Adreno 320
    Memory Test: 2097152K OK

    Android Plug and Play ROM Extension v.4.4.2
    Copyright (C) 2014, Google Inc.
    Deteting Flash ROM ... Stock 4.4.2 + ROOT
    Detecting Flash Extension ... microSD 64 GB
    Detecting Phone Storage ... 16777216KB

    Press VOLUP+HOME+POWER to enter RECOVERY
    12/04/2013-I9505-2074300883U-7871155720-M

    #################

    CPU Type : Qualcomm Snapdragon(R) Processor
    Cache Memory : 2097152K
    Memory Installed : 2GB DRAM

    Pri. Master Disk : 16GB, ROM
    Pri. Slave Disk : None
    Sec. Master Disk : 65536MB

    Display Type : Super AMOLED/1080x1920
    Serial Port (s) : A2DP
    Parallel Port (s) : 378
    GPS On Module (s) : Yes


    PCI devices listing.....
    Bus Device Device ID Device Class
    ___________________________________________________________
    0 37 24C2 IEEE 802.11 Networking Controller
    0 26 24C4 IEEE 802.15.1 WPAN Controller
    0 23 24C7 Display Controller
    0 22 24C9 A-GPS Receiver Device
    1 21 24CB Multi-Axis Accelerometer
    1 10 24CC Proximity Sensor
    1 9 4E44 Ambient Light Sensor
    1 8 4E33 Digital Compass
    2 5 5F33 Barometer Sensor
    2 4 5F34 Temperature Sensor
    2 3 5F35 Humidity Sensor
    2 2 5F55 Gesture Sensor


    Initialization finished...

    Activating ROOT access SUCCESS!

    Beginning Android OS 4.4.2 boot sequence....



    # 2nd Step: Create the animation templates.

    Using Paintbrush (or any other editor) create a black image with the resolution of your phone screen.
    Copy/Paste the previous created text and position it to you liking. I used Fixedsys font.

    Example:
    PART1.png
    PART2.png


    Logos:
    award_logo.bmp
    blue_ribbon.bmp


    After creating the folders PART0 and PART1 and putting all the files in order (000.png, 001.png, 002.png, etc...), edit the file DESC.TXT and change the resolution and FPS settings.
    Remember to count the seconds it takes for your phone to boot, if you set up a low FPS (Frames Per Second) the phone may boot too fast and stop the animation before it finishes.

    # 3rd Step: Store the file.

    After all the files are in order and in their places, use the IZArc aplication, and Store the files in a bootanimation.zip file.
    Remember to use the Method: Store without compression. If you only see a black screen on your phone boot you might have messed up this step.

    PS: I tried many other application like WinRAR, WinZIP, etc.., and all corrupted the ZIP files. IZArc was the only one that worked for me.

    I will not tell you were to put the files since many ROM's have different locations.
    Here is a Power On for the ROM's that support sound playing on boot. Edit the file to your liking using any audio editor.

    Final work:

    PART1.gif
    PART2.gif
    PART3.gif


    Good luck.
    4
    Android Bios Boot animation for Galaxy S2 I9100G CPU (Edited)

    Is there one for Samsung Galaxy S2?
    Thx

    i changed screens for Galaxy s2 i9100G (Values like 1200 mhz cpu, etc).
    download and enjoy :)
    THis bootscreen is a Zip file For Kernels that support Custom BootScreen and you can't normally flash it

    DOWNLOAD

    (make it flashable if you want)

    if anything must change in these pictures
    let me know please


    bootanimation Edited.
    "Hummingbird CPU" Changed to "TI OMAP 4430 CPU"
    thanks to dear Superatmos


    attachment.php


    THis bootscreen is a Zip file For Kernels that support Custom BootScreen
    3
    Samsung Galaxy S3 Bios Boot Animation

    Dear frysee And other friends
    i edited one for S3
    Enjoy and feedback for my mistakes

    ::::
    i used Foxhound bootanimation flash zip
    Flash Via Recovery Or Extract zip and use bootanimation.zip or sanim.zip or ODEAnim.zip inside system\media
    This is Flashable Zip. But is better to replace main zip normally (system/media)
    http://xdaforums.com/attachment.php?attachmentid=1518413&stc=1&d=1354093547

    remember to change premisions to 644 (rw-r-r)
    bootanimation main zip:
    http://xdaforums.com/attachment.php?attachmentid=1546768&stc=1&d=1354977751

    attachment.php
    2
    Nexus One CM7

    ive done a CM7, Android 2.3, 1000mhz boot animation.... just cos i am a CM geek :p