Custom Boot problem

Sko0baQueZ

Member
Jun 25, 2010
17
0
0
i have a problem, i followed the steps exactly on how to change custom boot animation, but now all i got is a black screen as an animation when the phone boots up, how do i revert back to the VZW boot screen? or how do i correct this?
 

skaterA223

Senior Member
Apr 18, 2009
191
0
0
SANTA CRUZ, CA
Well you could just do a factory reset. It will bring back every thing back to normal d will not remove root ether, or you can get the incredible rom and get the boot animation and change it with adb

Sent from my Droid Incredible
 

kentoe

Senior Member
Mar 17, 2010
360
75
0
Make sure your phone is in normal boot up with development turned on.
Make sure bootanimation.zip is in your sdk/tools directory

go to cmd

change directory to sdk/tools

type in cmd > adb push bootanimation.zip /data/local

adb reboot

done.


To revert back to original boot animation

--------------------------------------

go to adb shell
type

rm /data/local/bootanimation.zip
 
Last edited:

Sko0baQueZ

Member
Jun 25, 2010
17
0
0
That's the problem when i go go adb shell it just shows a money symbol and hangs at the command prompt and when i type rm it says permission denied

Sent from my ADR6300 using XDA App
 

kentoe

Senior Member
Mar 17, 2010
360
75
0
That's the problem when i go go adb shell it just shows a money symbol and hangs at the command prompt and when i type rm it says permission denied

Sent from my ADR6300 using XDA App
Do you have root? If so, type su. Then it should come up with a # and try the same command again as posted.