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.
If someone made that whole video (with out hardware specs) into a boot animation... that would be f'ing awesome
Actually if ADB scares you or you don't have it on your PC you can doo everything directly from the Incredible with terminal emulator from the market. Thee commands would be basically the same...
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
mv /system/media/bootanimation.zip /system/media/bootanimation.bak
cat /sdcard/bootanimation.zip > /system/media/
OR
mv /sdcard/bootanimation.zip /system/media/bootanimation.zip
sync
reboot
It will reboot with the new animation, this way is easier if you don't mind using the virtual keyboard.

Actually if ADB scares you or you don't have it on your PC you can doo everything directly from the Incredible with terminal emulator from the market. Thee commands would be basically the same...
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
mv /system/media/bootanimation.zip /system/media/bootanimation.bak
cat /sdcard/bootanimation.zip > /system/media/
OR
mv /sdcard/bootanimation.zip /system/media/bootanimation.zip
sync
reboot
It will reboot with the new animation, this way is easier if you don't mind using the virtual keyboard.
Bootanimation is in the /system/bin/ folder...if that makes a difference...
I tried the same method used on the eris but used:
abd push bootanimation.zip /system/bin/
and it tells me /system/bin/ is a read only file. Maybe they locked it down so we can't change it?
\