What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

1.9/1.91 Loading Screen

episch

New Member
[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:
probably just go into the 1.9 zip file and take out the bootanimation and replace the current one
 
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:
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.
 
Back
Top