Boot Animation?

JLangevin

Member
Joined
Jun 22, 2010
Messages
161
Reaction score
0
Do custom boot animations from other roms work on 7.0? I love Sapphire Roms, but I REALLY REALLY hate the boot animation, its so plain and boring
 

Deuel

Member
Joined
Dec 8, 2009
Messages
176
Reaction score
0
Location
SoCal
You can use any boot animation you like. Just drop it in the /data/local directory. It will play instead of the default boot animation in /system/media.
 
OP
J

JLangevin

Member
Joined
Jun 22, 2010
Messages
161
Reaction score
0
I decided to do it the Terminal method...

Download the bootanimation.zip file and place it in SD Root.

then open up Android Terminal Emulator

su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock4 /system
busybox cp -R /sdcard/bootanimation.zip /system/media/
chmod 644 /system/media/bootanimation.zip
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
 

pdroid

Silver Member
Joined
Mar 4, 2010
Messages
2,252
Reaction score
7
Location
Philly
I decided to do it the Terminal method...

Download the bootanimation.zip file and place it in SD Root.

then open up Android Terminal Emulator

su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock4 /system
busybox cp -R /sdcard/bootanimation.zip /system/media/
chmod 644 /system/media/bootanimation.zip
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot

only problem is on updates that file will get overwritten

that's why it's better to put it in /data/local
 

white_ash143

Member
Joined
Apr 1, 2010
Messages
313
Reaction score
0
Location
Georgia
Hope cvpcs doesn't see OP. Think he's kinda fond of the boot animation. It's faster than Pete's default imo.
 

crdnilfan

Member
Joined
Dec 22, 2009
Messages
207
Reaction score
0
Personally I like it for its simplicity. It looks good, elegant, and boots quickly.

Its actually one of the only boot animations I haven't removed to be replaced by the stock "Android" boot animation. A+ IMO.
 
Top