General issue for new developer

first:
> adb shell mv /system/media/bootanimation.zip /system/media/bootani.zip
(bootani can be replaced with some other random word, don’t name it after some other system file…)

now copy your bootanimation.zip to C:/platform-tools/
(I assume you already have it there)

then:
adb push C:\platform-tools\bootanimation.zip /system/media/

this should do the trick :slightly_smiling_face:

cheers

adb devices
adb root
adb remount
adb shell mv /system/media/bootanimation.zip /system/media/bootani.zip
image
adb push C:\platform-tools\bootanimation.zip /system/media/

@Devil I did it on my side and it works…

please verify that your device is connected and recognized, and that your bootanimation.zip is placed in your platform tools folder along with the other files as such. and also you are using the latest version.

image

try going through your steps and start from the beginning and go through it carefully.

best of luck.

@Devil I just remember you are asking this for a ATV build right ?
maybe that has a different file location perhaps, try navigating with root file browser, and verify the location.

hello
sorry i havent replied
yes i am trying to change boot animation in ATV/superceleon
the file is in system and tried to change the permission i couldn’t maybe its locked in supercelon zip folder
its pushing but not all the size only 18 mb of the bootanimation folder (29 mb) and when i turn it on i receive supercelon wallpaper and then 3 sec of the animation video of mine
do you think it will work? have you tried it on ATV firmware?

i have tried both ways on Pie
same result
when booting Khadas logo appears and 11 sec of the animation appears
thou on ATV Supercelon wallpaper appears and then 11 sec animation

and on both i couldnt replace bootanimation using es file explorer…

if i want to relace Khadas logo by mine what are the steps do you have an idea

thank you in advance i have been wasting your time

@Devil look at my previous post, where I did it on android pie (not ATV)
I was able to successfully do it, and my animation came on my screen with no problem.

the key is to move thebootanimation file from one position to some other position where it can be idle.

I think you are not using the proper file locations or using admin shell in your PC.

for boot logo, I think you have do something in the uboot. there are instructions on how to do it, on this forum itself.