FireTV boot animation replacement

Search This thread

scottcruss

Member
Sep 3, 2017
15
6
Here is a replacement for the Amazon FireTV bootanimation. With the new root available for the Amazon FireTV2, I decided to make a new boot animiation for it.

giphy.gif


Here is a 1920x1080 version of the bootanimation.zip.
http://www.mediafire.com/file/ciybr59yw5sjgrn/bootanimation_-_freedom1_-_1920_30fps.zip/file
(fixed zip file. was zipped with wrong compression. bootanimation files need to be zipped using compression method as 'store', not 'normal'.)

If there is any desire for a lower res bootanimation, let me know.

Here are the basic Windows steps to replace the bootanimation per
http://www.aftvnews.com/how-to-customize-the-boot-animation-on-a-rooted-fire-tv-or-fire-tv-stick/

adb connect 192.168.xx.xxx (your ip)
adb push c:\'directory'\bootanimation.zip /sdcard/
adb shell
su
mount -o remount,rw /system
rm -f /system/media/bootanimation.zip
cd /system/media
cp /sdcard/bootanimation.zip /system/media/bootanimation.zip
chmod 0644 /system/media/bootanimation.zip
exit
exit
reboot FireTV
If you don't see an animation during boot up, the bootanimation file is not supported.
 
Last edited:

fuzzi100

Member
Dec 16, 2020
5
0
Amazon Fire TV
giphy.gif


http://www.mediafire.com/file/mk1fhrbuz53afr2/bootanimation-min.zip/file

Haven't been able to test this one yet but here it is. Hopefully the audio works correctly.
best bootanimation ever, but after installation (
giphy.gif


http://www.mediafire.com/file/mk1fhrbuz53afr2/bootanimation-min.zip/file

Haven't been able to test this one yet but here it is. Hopefully the audio works correctly.
Best bootanimation ever, but after installation (AFTVnews) firestick4k does not boot. Any idea?
 

SoulInfernoDE

Member
Nov 20, 2014
34
12
Used to work before but with newest firmware it seems something has changed. Did anyone got theese working again on stick 4k yet?

Okay i got it working again.

For anyone else:

If you have some magisk modules active check the file in the directory:

/data/adb/modules/"your module"/system/media/bootanimation.zip

and

/system/media/bootanimation.zip

you need to replace both zip-files in order to get the custom boot animation to work again.

If you often update and test your new bootanimation.zip then you may want to check my update script. Will be improving it from time to time to get a more fluid and fast way to update.

 
Last edited:

Top Liked Posts