Custom Boot Animations
GrdLock
Download Nexus.Boot.zip from Sendspace.com - send big files the easy way
Mount your sdcard to your computer. Make a folder called "bootscreen" and extract the zip files from that link on XDA into that folder. Unmount your sdcard.
Open a command prompt, go to your tools directory, type this in order:
adb shell
su
mount -o rw,remount /dev/block/mtdblock3 /system
rm /system/media/bootanimation.zip
mkdir /system/media/bootscreen
cp /sdcard/bootscreen/* /system/media/bootscreen/
reboot
Enjoy your new bootscreen.
(afterwards you can delete the bootscreen folder off your sdcard)