Ok so i have looked at all the other posts on how to change the boot screen animation, but none of them seem to work. My phone is running on Android 2.2. Does anybody have any ideas on what i should do?
adb reboot recovery
adb shell
mount -a
~ # mount -a
mount -a
mount: mounting /dev/block/mmcblk1 on /sdcard failed: Invalid argument
mount: mounting /dev/block/mmcblk1p2 on /sd-ext failed: No such file or directory
adb push bootanimation.zip /system/customize/resource
cd /system/customize/resource
/system/customize/resource # ls *.zip
ls *.zip
bootanimation.zip VZW_bootanimation.zip
mv VZW_bootanimation.zip VZW_bootanimation.back
mv bootanimation.zip VZW_bootanimation.zip
mv Droid.mp3 Droid.back
so you have a bootanimation.zip downloaded to the folder you have adb at? and you followed my steps EXACTLY?Ok so i just did that twice and every time i try to all it does reboot my phone and its all the same nothing changed
Yes i have everything in the right spot, and followed the steps exactly. I did once more and the animation was gone, now all there is, is a black screen.so you have a bootanimation.zip downloaded to the folder you have adb at? and you followed my steps EXACTLY?
So is it still just showing the stock boot animation?
boot your phone to recovery and then adb shell then run this for me and paste in your output.Yes i have everything in the right spot, and followed the steps exactly. I did once more and the animation was gone, now all there is, is a black screen.
ls -l /system/customize/resource/*.zip
Ok did that. Nothing happenedboot your phone to recovery and then adb shell then run this for me and paste in your output.
Code:ls -l /system/customize/resource/*.zip
Ok sweet that worked! Although its not the animation i downloaded hmm... oh well this one is cool too.sorry forgot to tell you to either run mount -a or go in the partitions menu of your phone and mount /system
haha ok.. not sure how you got an animiation you didnt download.... but glad its working. Im guessing you missed the step at the top of my instructions that says mount -a after you adb shell in the first timeOk sweet that worked! Although its not the animation i downloaded hmm... oh well this one is cool too.
Well i saw that...maybe its another mount but instead of mounting in prompt i just went to the partitions menu and did it there. Thank you very much!haha ok.. not sure how you got an animiation you didnt download.... but glad its working. Im guessing you missed the step at the top of my instructions that says mount -a after you adb shell in the first timebut anyway let me know if you have any more issues.
cannot stat 'bootanimation.zip' : No such file or directory
where are you seeing this (what directory) and what command are you trying to run?Ok i have one last question.
So now that the boot screen has been changed this is what i get when i try to change it again...
And i can see the file in the folder....so now what?Code:cannot stat 'bootanimation.zip' : No such file or directory
adb push bootanimation.zip /system/media/
I was trying to runwhere are you seeing this (what directory) and what command are you trying to run?
adb push bootanimation.zip /system/customize/resource
adb push bootanimation.zip /system/customize/resource
failed to copy 'bootanimation.zip' to '/system/customize/resource/bootanimation.zip': No space left on device
I tried that too, now its sayingNot sure what version of 2.2 you're running. I know on SkyRaider you can't put your boots in resource anymore. They now reside in /system/media. You'd need to:
You can also push a custom sound to the same folder, outside of the zip. I'll also take this as an opportunity to shamelessly plug the boot animation I created for SkyRaider. It can be found in the Goodies section of ROM Manager.Code:adb push bootanimation.zip /system/media/
adb push bootanimation.zip /system/customize/resource
failed to copy 'bootanimation.zip' to '/system/media/bootanimation.zip': No space left on device
You have to push it while in Recovery until we have s-off/full NAND. If you're already doing it in Recovery, make sure you've mounted /system first.I tried that too, now its sayingNot sure what version of 2.2 you're running. I know on SkyRaider you can't put your boots in resource anymore. They now reside in /system/media. You'd
adb push bootanimation.zip /system/customize/resource
failed to copy 'bootanimation.zip' to '/system/media/bootanimation.zip': No space left on device