[Bootanimation] R2-D2 porting from Droid 2 - Hero, G2 Touch Themes and Apps

I've just realised this porting from the Droid 2 R2-D2 edition, I hope you like it!
Video
youtube.com/watch?v=ChYdzCc-8J4
Download
multiupload.com/OITEO1URFO
Installation
The file is not signed, so you need to upload the file manually (I use ADB):
Code:
adb remount
adb push bootanimation.zip /system/media
adb reboot

Related

nexus one boot animation

i have looked all over to find the original nexus one boot animation.
i am on cyan and as you users know, the boot animation is cyan,
where can i find the original one and how to i apply it?
i attached my backup here for you. put it in you SDK tools directory and push it with adb like so to overwrite the CM one:
Code:
adb remount
adb push bootanimation.zip /system/media
adb reboot
or if you want you can push it here and it will default to this location first and keep the CM one intact :
Code:
adb remount
adb push bootanimation.zip /data/local
adb reboot
if you go the second route, you can delete it later like so:
Code:
adb shell
rm /data/local/bootanimation.zip
exit
adb reboot
and you will then revert to the old CM one...
Is there anyway to flash with terminal? Or must you use adb?
Root explorer

Need help with boot animation on N1

This is my first rooted phone so be gentle. Im trying to change my boot screen to the matrix one I downloaded from droidboots.com
I followed this tutorial(How To Change Motorola Droids Boot Animation HD) to the letter from here youtube.com/watch?v=WIBk1-NB_ZM
But when I reboot it still shows the normal N1 X animation.I also tried the Boot animation app from the market(boot-animation-changer-root) and get the same result
Am I missing anything?
Thanks
Do you have adb installed? If you do, run this command:
adb remount
adb push C:\(location)\bootanimation.zip /system/media/bootanimation.zip
That will replace the current x-animation with whatever animation you want. Make sure it is named bootanimation.zip. If you don't have adb, try root explorer from the market to push the files from within the phone, or ask the maker of the animation to create a flashable update.zip for you.
mejorguille said:
Do you have adb installed? If you do, run this command:
adb remount
adb push C:\(location)\bootanimation.zip /system/media/bootanimation.zip
That will replace the current x-animation with whatever animation you want. Make sure it is named bootanimation.zip. If you don't have adb, try root explorer from the market to push the files from within the phone, or ask the maker of the animation to create a flashable update.zip for you.
Click to expand...
Click to collapse
Thanks that worked

Transparent LockScreen (like from superhero) download :D

Currently not working due to unknown error Please do not try yet ​
Hello
This is a transparent lockscreen like from the rom superhero
----------(Download Here )----------
This is not my work i ported it from JsChiSurf Over at the cdma forums
The zip below is not flashable , unzip it and folow the instructions you must have the androidsdk installed as this includes pushing some files through adb
instructions below
Open CMD and enter these adb comands *Note if your android sdk is not in the same place as the commands say either change the commands or rename the sdk folder to AndroidSDK then placce it at the root of your c drive
cd/
cd AndroidSDK/tools/
adb devices
adb remount
adb push android.policy.jar /system/framework/
adb push framework-res.apk /system/framework/
adb reboot (that is to reboot phone and is not necisary)
Remembar to make a nandroid back-up before flashing/
Thanks
The Problem is it is still boooting after instaling the .jar after the framework folder i will post once i've finished booting

[theme] [bootanimation] [cm6] fill 'er up! *updated 09.02.2010*

hi ^^
i finally finished my first boot animation and i thought i'd share ^-^
thus far i've only tried it out on my nexus, so let me know how other devices work out for you. let me know what you think.
here's a preview:
youtube.com/watch?v=ubvauf1Rmsg
::UPDATES::
09.02.2010:
- fixed [mdpi] and [ldpi] black screen.
- changed ldpi from 240x320 to 240x400.
- added signed update.zip files for easy installation ^_^d
- added installation instructions
08.31.2010:
- added [mdpi] and [ldpi] flavours.
::
****************
fill 'er up [nexus one / droid / etc.] {hdpi:[email protected]}
easy install - hotfile.com/dl/66477430/f00acd6/fill-er-up-hdpi-bootanimation-update-signed.zip.html
manual install - hotfile.com/dl/65909705/2484bcf/fill-er-up-hdpi-bootanimation.rar.html
fill 'er up [g1 / mt3g / hero / etc.] {mdpi:[email protected]}
easy install - hotfile.com/dl/66481859/4c59a5c/fill-er-up-mdpi-bootanimation-update-signed.zip.html
manual install - hotfile.com/dl/66464439/ddf2b0b/fill-er-up-mdpi-bootanimation_v2.rar.html
fill 'er up [tattoo / etc.] {ldpi:[email protected]}
easy install - hotfile.com/dl/66482401/92f37e3/fill-er-up-ldpi-bootanimation-update-signed.zip.html
manual install -hotfile.com/dl/66464836/b0abaf7/fill-er-up-ldpi-bootanimation_v2.rar.html
------------------------
Note: "fill-er-up-Xdpi-bootanimation.rar" contains the "bootanimation.zip" file. Extract it before pushing the new bootanimation.zip to your device.
/////////////////////////////////////////
Easy Install Steps:
1. Download appropriate file (ex: fill-er-up-Xdpi-bootanimation-update-signed.zip) and push or copy to /sdcard/
2. Boot phone into recovery mode
3. Flash update
4. Reboot phone and enjoy ^^
Manual Install Steps:
Using adb:
1. Download appropriate file (ex: fill-er-up-Xdpi-bootanimation.rar)
2. From the command line type the following commands:
Code:
adb remount
adb shell
3. You should now see "# "
4. From the # prompt type the following commands:
Code:
rm /data/local/bootanimation.zip
rm /system/media/bootanimation.zip
exit
5. You should now be back at the normal command line. From here type the following commands:
Code:
adb push bootanimation.zip /system/media/
adb reboot
If you get an out of space error, try the following:
Code:
adb push bootanimation.zip /data/local/
adb reboot
Using Root Explorer:
1. Download appropriate file (ex: fill-er-up-Xdpi-bootanimation.rar) and copy to /sdcard/
2. In Root Explorer, navigate to the following folders and delete bootanimation.zip if it exists:
a) /system/media/
b) /data/local/
3. Still in Root Expolorer, navigate to the /sdcard/ folder and copy bootanimation.zip
4. Navigate to /system/media/ and paste bootanimation.zip
5. Reboot the phone
Note:
1. When in Root Explorer you will need to press the "mount r/w" button in the upper right corner of the screen in order to delete or write to the /system/media/ folder.
/////////////////////////////////////////
see cm forums for real links (at least until i'm actually allowed to post them =p)
forum.cyanogenmod.com/topic/5596-theme-bootanimation-cm6-fill-er-up/
G1 Please, I like that alot
That looks great yeah please could i request for mdpi devices to please (G1,Hero,Eris<legen etc.).
Thanks
can someone with an mdpi device let me know if the animation loops for them?
on my nexus the letter drop animation loops properly (i.e. n-e-g-o-n-a-y-c repeats), but when i installed it on a g1 the animation plays once through and then a black screen appears.
thanks ^^
Nice.. Any sound? Maybe the gas cling cling sound?
Sent from my PC36100 using XDA App
Love it
icecreamisdrugs said:
can someone with an mdpi device let me know if the animation loops for them?
on my nexus the letter drop animation loops properly (i.e. n-e-g-o-n-a-y-c repeats), but when i installed it on a g1 the animation plays once through and then a black screen appears.
thanks ^^
Click to expand...
Click to collapse
I just tried it and it does not loop. It runs through once and gives me a black screen.
Droid Eris
Ep3n3wp said:
Nice.. Any sound? Maybe the gas cling cling sound
Click to expand...
Click to collapse
I'll look into it and see what I can do ^_^
rycheme said:
I just tried it and it does not loop. It runs through once and gives me a black screen.
Droid Eris
Click to expand...
Click to collapse
Thanks. I'll try to track down the issue and post a fix ^^ Just to be sure, what rom/version are currently running?
see op for details
the black screen on [mdpi] and [ldpi] should now be fixed. it seems i just packaged them incorrectly. now all is well ^^

Twilight Saga New Moon boot animation for incredible S (root required0

I've made twilight saga boot animation for twilight saga fans. Watch your Incredible S booting with moon that gradually darkens revealing new moon name. It also include music from twilight.
How to install
Method A using root explorer
1)copy bootanimation.zip to /data/local/
the location may vary depending on rom you are using
2)extract and copy android_audio.mp3 to /system/customize/resource/
Method B using adb
command: adb push bootanimation.zip /data/local/
command: adb push anrdroid_audio.mp3 /system/customize/resouce/

Categories

Resources