venerdì 2 marzo 2012

Restore CM9 BootAnimation after IronKrnl flash

IronKrnl write bootanimation.zip in /data/local and have priority on /system/media/bootanimation.zip
For restore CM9 Bootanimation 
# adb root
# adb remount 
# adb shell


# rm -rf /data/local/bootanimation.zip
# cp /system/media/bootanimation.zip /data/local
# chmod 744 /data/local/bootanimation.zip
or
# cd /data/local
# mv bootanimation.zip bootanimation.zio_ironkrnl
# reboot


0 commenti: