1.9/1.91 Loading Screen

episch

New Member
Joined
Dec 23, 2010
Messages
6
Reaction score
0
[Solved] 1.9 Loading Screen on 2.0/2.1

Hello Everyone!

I first gave 1.9/1.91 a try about 2 hours before 2.0 came out and fell in love with the 1.9 boot animation. Is there a way to use that instead of the new one? Is there some standard procedure for changing those animations?

Thanks!

Edit:
Procedure:

1) Obtain 1.9 bootanimation.zip by either downloading it or unzip the 1.9 ROM and look for it in /system/media
2) Copy bootanimation.zip to your SD Card
3) On a root shell on your phone (I used adb) run:
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
dd if=/path/to/new/bootanimation.zip of=/system/media/bootanimation.zip
4) Reboot

Magic!
 
Last edited:

Abe21599

Super Moderator
Rescue Squad
Joined
Dec 22, 2009
Messages
6,322
Reaction score
31
Location
Ohio
probably just go into the 1.9 zip file and take out the bootanimation and replace the current one
 
OP
E

episch

New Member
Joined
Dec 23, 2010
Messages
6
Reaction score
0
Yeah this makes sense, I'm going to give it a try and see how it works out.

Edit: Thanks Abe! Worked great.
 
Last edited:
OP
E

episch

New Member
Joined
Dec 23, 2010
Messages
6
Reaction score
0
Although I suppose this procedure is device/rom-agnostic, I've updated the first post in case someone else stumbles in here looking for the same thing.
 

dirtytofu

New Member
Joined
Jul 21, 2010
Messages
18
Reaction score
0
Awesome! I was looking for this as soon as i flashed 2.0.

Thanks!!!

Sent from my DROIDX using DroidForums App
 
Top