Question
i try to replace the /system/media/bootanimation.zip with these commands
adb shell rm /system/media/bootanimation.zip
chmod 755 /system/media/bootanimation.zip
then to push the new one
adb push bootanimation.zip /system/media/
but i get errors there its a read only file thought the...