• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Change shutdown animation (root / ADB)

foobar66

Newbie
Dec 20, 2010
40
2
To change the shutdown animation:

This is a sequence of 60 .png images. Each image is 240x400 pixels:

The files have to be called as follows:

shutdown_10.png shutdown_18.png shutdown_25.png shutdown_32.png shutdown_3.png shutdown_47.png shutdown_54.png shutdown_6.png
shutdown_11.png shutdown_19.png shutdown_26.png shutdown_33.png shutdown_40.png shutdown_48.png shutdown_55.png shutdown_7.png
shutdown_12.png shutdown_1.png shutdown_27.png shutdown_34.png shutdown_41.png shutdown_49.png shutdown_56.png shutdown_8.png
shutdown_13.png shutdown_20.png shutdown_28.png shutdown_35.png shutdown_42.png shutdown_4.png shutdown_57.png shutdown_9.png
shutdown_14.png shutdown_21.png shutdown_29.png shutdown_36.png shutdown_43.png shutdown_50.png shutdown_58.png
shutdown_15.png shutdown_22.png shutdown_2.png shutdown_37.png shutdown_44.png shutdown_51.png shutdown_59.png
shutdown_16.png shutdown_23.png shutdown_30.png shutdown_38.png shutdown_45.png shutdown_52.png shutdown_5.png
shutdown_17.png shutdown_24.png shutdown_31.png shutdown_39.png shutdown_46.png shutdown_53.png shutdown_60.png

To remove the shutdown animation:

> adb shell
$ su
# mount -o remount,rw /dev/block/stl6 /system
# cd /system/media/video/
# /system/bin/busybox mv shutdown shutdown.orig

To change the shutdown animation, first put all above images in a .zip file (e.g. foo.zip), then:

> adb push foo.zip /sdcard
> adb shell
$ su
# mount -r remount,rw /dev/block/stl6 /system
# cd /system/media/video/
# /system/bin/busybox mv shutdown shutdown.orig
# mkdir shutdown
# cd shutdown
# /system/bin/busybox unzip /sdcard/foo.zip

Reboot the phone.
 

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones