Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Boot animation not working - HELP NEEDED.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Boot animation not working - HELP NEEDED.

    Hey!

    I looked everywhere online! my Boot animation is just not working and i swear i've tried everything

    Things I've tried:
    - compress using "store" method winrar
    - installed boot animation software - doesn't work
    - Pressed enter at the last line in the desc.txt (Read that somewhere)
    - I tried changing the file names

    If anyone could help that would be super helpful!
    Last edited by androidconsumer; 07-11-2020, 20:21.

    #2
    If your rooted, I believe you can copy a boot animation to your device> system> media folder. "bootanimation.zip", it would need to have proper R/W file permissions applied.
    Not to sure...also a chance to boot loop your device if you mess with the system files.

    Possibly, boot animation can also be turned off/on in the Build.prop file
    service.bootvideo=1
    (there is another option(?) for fast boot that disables bootanimation...I think)


    For creating your own boot animation, this link may help:


    ****Make a TWRP backup, to SD card, of your system before messing with any system files. ****

    Comment


      #3
      same here....not showing up..

      Before it was bootvideo. I deleted and set to service.bootvideo=1, put bootanimation.zip to system\media, vendor\media and another media dir...not wrórking

      Comment


        #4
        Got IT!!!!!

        Howto:

        System\etc\init\bootanim.rc


        service bootanim /system/bin/bootanimation
        class core animation
        user graphics
        group graphics audio input
        enabled
        oneshot
        writepid /dev/stune/top-app/tasks

        Comment

        Working...
        X