http://forum.xda-developers.com/showthread.php?t=990606
it looks badass doesn't it?
Hoping it works for our phones, i can't try since im bricked and phone's being shipping but yeah...
anyone wanna try it?
instructions from OP;
1. Download bootanimation.zip / if downloading v2, rename to bootanimation.zip
2. Put it on your sdcard
3. open terminal enter these commands:
su
cp /sdcard/bootanimation.zip /system/media/
reboot
Easier Method:
Rename file to "bootanimation.zip" (without the quotes) open up root explorer and move file from SD to /system/media/ and paste.
Reboot phone from menu power key
Or
Press and hold power button until rebots.
Will post results.
EDIT: Works on 2.2.1 and 2.2 haven't tried 2.3
Sent from my GT-I9000 using XDA Premium App
Related
**IF you use this on a D1 it won't play smoothly, its not optimized for the D1**
I made it for my self but figured I might as well share it.
This is the stock Droid 2 boot animation. All I did was change move a couple files so that the eye will scan multiple times instead of just once.
Instructions (rooted users):
1. Download the bootanimation.zip file from above to your SD card.
2. Open Root Explorer and copy the file to /data/local or /system/media (replaces the stock)
3. Reboot your phone and enjoy your new boot animation.
Instructions (non-rooted users):
You will need the Android SDK installed to do this and know how to use ADB
1. Download the bootanimation.zip file from above to your PC.
2. Move the file into your android-sdk/tools folder.
3. Make sure nothing is selected and hold SHIFT+right click inside your tools folder.
4. Choose “open command window here.”
5. Type in the following commands:
adb push bootanimation.zip /data/local
adb reboot
6. Your phone will reboot with your new boot animation.
http://www.megaupload.com/?d=HE1N22YU
Thank you sir
For those like me who wanted CM6 mms.apk instead of the TW mms.apk
1. Download the attached file
2. Use either Root Explorer or Terminal Emulator.
3. Place the "mms.apk" on the root of your sdcard
For Root Explorer
1. Go to /system/app
2. Rename current Mms.apk to Mms.apkbak (Example)
3. Go to /sdcard
4. Press and long hold "mms.apk"
5. Select "Copy"
6. Go to /system/app
7. Select "Paste"
8. Enjoy
For Terminal Emulator
Put the attached file below on the root of your sd and installed using Terminal Emulator with these commands
su
mount -o remount rw /system
rm /system/app/Mms.apk
cd /sdcard
install /sdcard/mms.apk /system/app/mms.apk
Then Reboot
You can pull it from the onyx r3 files and use root explorer to overwrite the tw file.
Good idea....just did it.....thanks
Screenshot?
thanks for the detailed instructions worked like a charm
When I type in the commands, it says "install: not found". why is that?
also my messaging icon is now gone as well..what did i do wrong?
untermensch has posted one that works with the puzzle piece as well.
Messaging icon will be gone since it's a different apk.
Sdobron said:
Messaging icon will be gone since it's a different apk.
Click to expand...
Click to collapse
Yes, its just stock AOSP Mms.apk
thank you so much for this. i just came from a g1, the original android and hated tw mms so much. i cant stand those stupid bubbles.
Hi,
today i will show you how to get the boot animation of the Nexus One.
Step1: Open cmd.exe
Step2: write adb devices
Step3: put the bootanimation.zip into C:\
Step4: write adb push C:\bootanimation.zip /data/local
http://www.youtube.com/watch?v=i8LR4BeViqw&feature=related
PS:Sry for bad quality and english ;-)
Thx, but you don't have to use adb.
Just copy with rootexplorer bootanimation.zip to C:\data\local.
I like adb more ;D
Sent from my GT540 using XDA App
i think with root explorer its easy to change for any person....
Nice work! Thanks
no need of doing copy and paste just download "root tools" from market and it will offer many boot anims (nexus one is also present). so go for it...
THANKS ARE WELCOMED
http://android.modaco.com/content/d...333107/honeycomb-boot-animation/#entry1614170
Big props to User Error for modifying this for the Dell Streak! Head over to Modaco to d/l.
Not the Streak, but you get the idea. Skip to 35 sec in:
Install by copying to /data/local. Full instructions from fone_fanatic:
fone_fanatic said:
3 Options to install.
First step: Extract downloaded .zip file to reveal "bootanimation.zip"
1. ADB
Navigate to the folder containing "bootanimation.zip" in terminal/command prompt.
Type the following
Code:
adb push bootanimation.zip /Data/Local
Then to test, set your device so display is in landscape (will not display properly if you have it on portrait and test it but will display fine either way on boot)
Code:
adb shell bootanimation
2. Root Explorer
Copy "bootanimation.zip" to your SD card
On your Streak open up Root Explorer (or any other app that allows you to copy paste to the internal memory)
Copy "bootanimation.zip" and paste it to /Data/Local
3. Terminal Emulator
thanks nickshertzer, his directions are for drop box but can easily be manipulated for simply copying the bootanimation.zip to your SDcard
nickshertzer said:
BTW, if you don't have / want to get out that sync cable for ADB, use dropbox & Terminal Emulator. Make sure you download the .zip using dropbox longpress first before running following command (requires Busybox / can't remember if it is installed default on Steve's ROM)
Code:
su
cp /sdcard/dropbox/bootanimation.zip /data/local/
reboot
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Enjoy
Click to expand...
Click to collapse
Oh, and Switched DownloadSquad has posted the Android 3.0 SDK Honeycomb Wallpaper grabs without need to sign up / sign in:
http://downloadsquad.switched.com/2011/02/23/download-android-3-0-honeycomb-wallpaper-images/
nickshertzer said:
http://android.modaco.com/content/d...333107/honeycomb-boot-animation/#entry1614170
Big props to User Error for modifying this for the Dell Streak! Head over to Modaco to d/l.
Not the Streak, but you get the idea. Skip to 35 sec in:
Install by copying to /data/local. Full instructions from fone_fanatic:
Click to expand...
Click to collapse
Tried installing using terminal emulator, does not work, just used root explorer to copy and paste. Liked it!
Thanks like the look of this, will give it a try and report back
works great on my dell streak. just doesn't have that blue bee.
thx alod... i love the bootanimation...
works well. would be nice if it was a higher rez though. some pixely parts here and there
Hi guys,
This is my latest boot animation:
Uploaded with ImageShack.us
Hope you like it!
How to install it:
Root Explorer tutorial:
1. Rename your boot animation to bootanimation
2. Put it on your SD card
3. Open Root Explorer and copy bootanimation.zip to /system/media. This will replace the existing boot animation
4. Reboot your phone
ADB tutorial:
1. Make sure you have downloaded android sdk
2. Put android sdk in C:\
3. Set the directory of command prompt to C:\android-sdk-windows\platform-tools. Click here for a video tutorial.
4. Rename your boot animation to bootanimation and put it in C:\android-sdk-windows\platform-tools
5. Open cmd
6. Type in order:
-adb remount
-adb push bootanimation.zip /system/media/bootanimation.zip
-adb reboot
Click here to get the download!
Click here to check out my other boot animations!
Nice.
Did you know you can copy bootanimation.zip to /data/local/ and it will be used?
No need to backup your original one.
Sent from my GT540 using XDA Premium App
fishears said:
Nice.
Did you know you can copy bootanimation.zip to /data/local/ and it will be used?
No need to backup your original one.
Sent from my GT540 using XDA Premium App
Click to expand...
Click to collapse
Yes, I know. I do it this way, because I don't want my boot animation to take space on my data partition.
You forgot to mention (for those who don't know) to change the permissions to rwx-r-r.