thx for all the good response!  im going to make more bootanimations so keep your eyes opend!
Quote:
|
slyr114 would love to try these out just wondering how do i backup and restore the cm10 boot animation just incase I want to go back to it? Thanks.
|
1.Put your phone into usb-debugging.
2.create a new folder in root of C:/ called bootfolder (or whatever you want that you remember and is easy)
3.Go into your Android-SDK folder on the computer -> Platform-tools.
4.Hold down Shift + Right click in platform-tools folder and then choose open command terminal here (dont know if its calld command terminal) but something like that.
5.adb remount and wait for it to say remount succeeded.
6.adb pull /system/media/bootanimation.zip C:/bootfolder/bootanimation.zip
7. There you go now you have your old cm10 bootanimation in C:/bootfolder.
If you want to go back to your old bootanimation we just do the same thing but you copy the cm10 bootanimation from C:/bootfolder
to your android-sdk/platform-tools folder.
2.Shift+rightclick in platform-tools folder and opend command window.
3.adb remount, wait for remount succeeded.
4.adb push bootanimation.zip /system/media/bootanimation.zip
5.adb reboot.
And your done!  I dont know if this is the easiest way but probably not but its working
|