[RES] SHUTDOWN ANIMATION (downanimation.zip) for SENSE based rom

Search This thread

pr0xy3r

Member
Apr 16, 2012
11
0
Problem

It doesn't work, I tried as you said (in WinRAR) and I still get black screen while shutdowning :mad: Can you try to make it for me? Here is attachment. Thanks in advance!

EDIT: I have solved this problem, I just copied this file via ADB. Thank you!
 

Attachments

  • downanimation.zip
    628.6 KB · Views: 53
Last edited:

Zseblampas

Senior Member
Oct 12, 2017
72
29
Does anybody know what keeps my system from playing the otherwise perfectly set up downanimation? Is there an app necessary to run it? The bootanim is working perfectly. The aforementioned downanim runs nicely on other roms. It's a Sense rom on my Desire V. I bet something is missing from the system apps or some default settings are misset. Can anybody help me?
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 9
    My modded one. This is not flashable zip. Must use ADB/QtADB to copy to device manually.

    animation3eg.gif
    < restart/shutdown animation | startup/boot/loading animation as well >
    animation4gw.gif
    4
    As a total noob, I'd be incredibly grateful if someone could post a step-by-step for me. Would make my phone finally completely customized. :)

    Assuming you already have ADB set up...

    1. Put file in C:\Android-sdk-windows\tools folder
    2. Hook phone to PC (USB debugging should be on, select charge only)
    3. Open cmd, type:

    C:\Android-sdk-windows\tools>adb shell [Enter]
    $ su [Enter]
    # mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system [Enter]
    # chmod 777 /system/customize/resource [Enter]
    # exit [Enter]
    $ exit [Enter]
    C:\Android-sdk-windows\tools> adb push downanimation.zip /system/customize/resource [Enter]

    restore the original directory permissions by:
    # chmod 755 /system/customize/resource [Enter]

    Hope it helps! :D
    3
    Many of us tried to replace "downanimation.zip" which reside in (/system/customize/resource/) but ended with blank screen no matter how u pack the zip.

    After countless try & error, here is the solution. The structure & format is remain the same as "bootanimation.zip" which will works if packed without compression (store compression level).

    The only different is the way we zip as shown below.

    # Running Linux :
    * The correct zip command (im using latest Ubuntu on VirtualBox) is zip -0rD downanimation.zip <image folder> + desc.txt

    ubuntu01.jpg


    # Running Windows :
    * Windows using WinRAR :

    1-Create zip like this

    image1wb.jpg
    image2oz.jpg


    2- recreate the zip file but this time ignore file parameters in 2nd scrnshot.
    3- open using winrar & delete all image files outside folder.

    image3ui.jpg


    Thanks.
    2
    I just do a

    Code:
    adb remount
    adb push downanimation.zip /system/customize/resource

    Job done :)
    2
    I got it to work!

    Only seems to work if I adb push the file, using root explorer to copy over or using a flashable zip didnt work but adb did!

    very happy, thanks for all your help! :-D

    I found way to install this animation directly via phone. Just do this with terminal emulator:


    su

    chmod 777 /sdcard/xScope/downloads/downanimation.zip

    cp /sdcard/xScope/downloads/downanimation.zip /system/customize/resource/

    exit

    Note that xScope/downloads is my folder which include downanimation.zip, write there your own path for downanimation.zip! :D

    I am running Android Revolution HD 2.0.12 so this should work with AR.. :)