please help guys, i have done all which is said in custom boot guide. added to archive put in adb tools. now what do i type in command prompt once everything is settled in? keeps saying cannot find file or directory
starting from once entered
please help guys, i have done all which is said in custom boot guide. added to archive put in adb tools. now what do i type in command prompt once everything is settled in? keeps saying cannot find file or directory
starting from once entered
Last edited by dredge; 01-03-2010 at 06:57 PM.
edited, sorry lol
or go see my other topic on custom boot animation
once you have the animatedboot.zip file you just simply move it onto the phone where the original bootanimation.zip is located.
I don't remember what the path/folder name was...but to move a file from the adb/tools to the phone you type adb push bootanimation.zip destination\folder\or\something\bootanimation.zip (or whatever the file is called...i dont rmemeber if its bootanimation.zip or animationboot.zip..
if you can find out exactly, 10 bucks for you
i typed data local thing (where my NEW bootanim. is) and says no such file or directory
please find what to type as soon as i enter command prompt from cd to tools etc
you need to download the SDK.
if you are passed that step, you put bootanimation.zip in your tools folder inside your SDK folder
Start>Run>Cmd
type cd c:<insert path where your SDK folder is held, something like program files/my documents/SDK folder/tools, or however you named it>
then do adb push bootanimation.zip /data/local
that should do it
restart the phone
edit: also make sure ur phone has usb debug selected.
Code:
adb push bootanimation.zip /data/local
Make sure you have the new .zip bootanimation in your tools directory before the push...