Lineage OS Bootanimation

SilverDragon24

Senior Member
Sep 7, 2012
436
184
43
27
Kolkata
I installed AROMA-Filemanager in CWM, and successfully renamed bootanimation.zip to bootanimation.zip.bak.
Linageos boot animation successfully disabled, but another android boot animation appeared.
Looks like this:


Any idea how to disable this?

Your in bootloop. Deleting bootanimation isn't going to work.

If you really want to disable boot animation do these:

mount system in cwm and stay in recovery
Code:
adb shell
echo debug.sf.nobootanimation = 1 >> /system/build.prop
reboot
 
Last edited:

vadolaz

Senior Member
Oct 18, 2014
219
129
0
Vladimir
I installed AROMA-Filemanager in CWM, and successfully renamed bootanimation.zip to bootanimation.zip.bak.
Linageos boot animation successfully disabled, but another android boot animation appeared.
Looks like this:


Any idea how to disable this?
add to build.prop string: debug.sf.nobootanimation=1
 

ozmenmurat

Member
Dec 15, 2014
16
1
0
Burdur
"bootanimation.bak" did not work

:) :) :)
Have mentioned above!
Can't flash through recovery, following steps below:
- copy zip file to MEDIA folder in system
- change file name by adding ". bak" at end of file name
- Copy again zip file to same folder then reboot and enjoy! :)
I changed file name "bootanimation.bak" Did not work this way.
Then changed the file name to "bootanimation.zip"

and... bootanimation worked...

I am presentation of to your information.
 

saeidelectronic

New member
Apr 9, 2018
1
0
0
shutdown animation!!!!!?????

hi
I installed lineage OS 14.1 android 7.1 on my Galaxy S3 (I9300) and very good
but does not have Shutdown animation
I Want to enable Shutdown animation & Download Shutdownanimation.zip from first post and copy to system/media but no change
I think should Enable This From a File of Android (Prop .....)
please help me :(
 

szg0000

Member
Apr 5, 2016
19
1
0
How to solved my bootloop:
* Boot into TWRP
* Open adb shell
* Format these partitions:

mkfs.ext2 /dev/block/mmcblk0p21
mkfs.ext2 /dev/block/mmcblk0p22
mkfs.ext2 /dev/block/mmcblk0p13
mkfs.ext2 /dev/block/mmcblk0p24
mkfs.ext2 /dev/block/mmcblk0p19

Or use make_ext4fs instead of mkfs.ext2.

Code:
make_ext4fs /dev/block/mmcblk0p21
make_ext4fs /dev/block/mmcblk0p22
make_ext4fs /dev/block/mmcblk0p13
make_ext4fs /dev/block/mmcblk0p24
make_ext4fs /dev/block/mmcblk0p19
Install ROM again with adb sideload.
 
Last edited: