
Originally Posted by
noisufnoc
Nice work!!
I just used terminal emulator to install mine. Here's what I did.
Mount your filesystem as r/w (I used Droid Root Helper)
Open Terminal Emulator
$ su
Allow Root (if applicable)
# cp /sdcard/bootanimation.zip /data/local/bootanimation.zip
Its pretty trivial if you're familiar with Linux command line operation.
$su
#mv /sdcard/bootanimation.zip /data/local/bootanimation.zip
#reboot
using the move command, it will no longer be on your SD card after applying the new bootanim. Just be sure that bootanimation.zip is in the root directory of your SD card.
EDIT: Actually, you do not need to mount your filesystem, considering mounting mounts /system and not /data.