I think you get it by flashing gaia with MOZILLA_OFFICIAL=1
Le 24/04/2014 22:33, Roland Lindner a écrit :
if you want the cool Bootanimation back, you can extract it from the 1.1 update and push it on your phone. (its bootanimation.zip located in system/media) to push it on the phone /system has to be mounted read write -> connect phone adb shell toolbox mount -o remount,rw /dev/block/mtdblock5 mkdir /system/media exit adb push <path-to-extract>/bootanimation.zip system/media/. then either reboot and enjoy the flaming/blazing tail of the fox or mount system back to read-only: adb shell toolbox mount -o remount,ro /dev/block/mtdblock5 exit enjoy ;) _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
_______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
