Hey everyone, here's a link to my latest custom boot animation. Enjoy fellow droid users!
Droid Shatter
Droid Shatter
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Looks awesome, I'm backing up as I type.
Awesome, let me know what you think.

Damn you make the best boot ani's ever! Did you think about using a red Android robot with a white outline? I think it would look even hotter that way (if its even possible for this ani to be any better).
Thanks man, glad you enjoyed it so much. Originally I had a red android with a beveled edge in the final frames. However, even though it still looked awesome i felt like there was too much red and the glowing red "eye" in the background blended too much. Plus I just thought the original green android would add a nice touch.

Damn you make the best boot ani's ever! Did you think about using a red Android robot with a white outline? I think it would look even hotter that way (if its even possible for this ani to be any better).
$su
#cp /sdcard/bootanimation.zip /system/media/bootanimation.zip
cp: can't create '/system/media/bootanimation.zip': File exists
#mv /sdcard/bootanimation.zip /system/media/bootanimation.zip
mv: overwrite '/system/media/bootanimation.zip'? y
mv: can't remove '/system/media/bootanimation.zip': Read-only file system
#chmod +w /system/media/bootanimation.zip
chmod: /system/media/bootanimation.zip: Read-only file system
I do it all the time using Root Explorer:
1. Copy the bootanimation.zip and paste it into /system/media (replace the bootanimation.zip that's already there) -- you'll need to press the button on the top right that says "Mount R/W".
2. Long-press on the newly pasted bootanimation.zip file and select Permissions.
3. Change the permissions to User: Read - Write, Group: Read, Others: Read
4. When you click Okay, you should see "rw-r--r--" in the fine print under the .zip name.
5. Click the Mount R/O button, then reboot.

Remember you can put it in /data/local to save on space in /system and you don't need rw permission.
Question...I want to load this boot animation, but is Root Explorer the only file manager that will work? I've been using Astro File Manager. Will Astro give me access to local/data? Thanks.
No, you need su privileges, and Astro doesn't have that. If you don't want to use a paid app you can do it through Terminal Emulator. I'm assuming the bootanimation.zip is on the root of your SD card
In Terminal Emulator:
su
cat /sdcard/bootanimation.zip > /data/local/bootanimation.zip
reboot