I know there have been guides to use a boot animation, but I just can't make any sense of them. Can someone please help a big time noob out hereany apps that I can use to do it, or easiest way possible.
This is a discussion on Custom Boot Animation within the Droid Hacks forums, part of the Droid Hacking category; I know there have been guides to use a boot animation, but I just can't make any sense of them. Can someone please help a ...
I know there have been guides to use a boot animation, but I just can't make any sense of them. Can someone please help a big time noob out hereany apps that I can use to do it, or easiest way possible.
Droid Explorer
I just found Droid Explorer, can you do it through this?
Are you on Windows, Mac, or Linux?
Running Windows 7
Rooted Droid running 2.1
I would like to do it from the terminal on my droid if possible
I get this error when I try to do it in a terminal.
cannot open for write: Read-only file system
What is going on?!
What command are you trying to run from the terminal? Is the animation currently on your sdcard and you are trying to move it? If so where are you trying to move it to "/data/local" or "/system/media" Either way, if you are trying to do it from the droid terminal you will need to make sure your have switched to su. Then if you are trying to copy/move to "/system/media" you will need to remount that partition to be writeable. I would avoid the remount and just copy the file to /data/local.
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
dd if=/sdcard/bootanimation.zip of=/system/media/bootanimation.zip
Reboot
These are the steps I'm trying to follow... they just don't work. I do have the animation on my Sdcard. I just need to know how to get it to work through the terminal. I also have root explorer installed.
You shouldn't mess with /system. Use /data/local, you don't need root there.
so can you give me what I need to type in on my terminal to change this? and do I just put the bootanimation.zip in the root of my sd card
side note: I am on windows 7 so it simply says bootanimation without the .zip on the end. Idk if that would mess up the command or not. Thanks!