Looking for the Awesome CyanogenMod Atom Boot Animation - Android Themes

There is a video of it here:
https://www.youtube.com/watch?v=ut6IDruk9Us
I haven't been able to find it, and I don't know what it's called / what version of CM its from.

@screwedbyexisten .. is this what you looking for ?
http://pc.cd/bzsctalK .. it's an app for CyanogenMod Theme Engine.. Try to extract the app and pull the bootanimation.zip from assets folder.
hope i can help

Yes - exactly, thank you!!! I was able to extract the boot animation and installed it successfully. Now I just need to mess with the desc.txt to remove the part where it says cm12.... haha. Or better yet, fix it so it says CM 13, but this would be pretty difficult to do (and make it look good) without the layered files that created it, at least from the part where it says 12 on the sphere. It would be fairly easy to fix the text on the black background.
It would also be nice if we could get it in 1080x1080 so its clearer

Related

***3.31.11 VZW Fascinate Theme "How-To" and Reference Guide***

I came across these two great threads for the X10 and the Epic 4G and thought that it might be good for the fascinate themers/prospective themers to have a kind of community repository for theme help/links edits/how tos...while these 2 (and many others) are great resources for themes...i felt that actual edits/knowledge specifically for our phone would be a help.
i guess just based on the amount of themes i port i tend to get a ton of pms across xda/androidforums/irc on how to get started, what programs to use, how to make what edits, etc
i really dont know a whole lot relative to "real" themers from other phones and most of what i know i either picked up from reading endless links or begging for help.
whether this catches on and proves useful, or it goes down in flames like others things ive tried...i figured its worth a shot
rather than post endless links that dont always pertain directly to our phone, perhaps a good format would be me maintaining the op with small write ups of whatever edits/how tos and linking the the original. ill gradually start putting up the edits i know of that work with touchwiz and aosp (over the next few days)...but would GREATLY appreciate it if some smarter people would help out and post edits im mssing....also feel free to ask questions of how to edit what, where something is, and if i dont know/can't find out, then hopefully someone else can
Post away.........
***If anyone is interested in writing up brief tutorials on whatever or contribute links/edits, it would help out a lot***
Fascinate Contributors (directly or indirectly through posts or help along the way in some form):
dtachtd
thatdudebutch
sbrissen
andmer
retrokid223
adiliyo
oldmanjames
tiger4life
adrynalyne
s44
Credit to these threads/posts/links for much of the info
Want To Learn To Theme?
How to Theme Your Droid
Theme Help Tutorial
Installing the Android SDK (especially for adb) is mentioned below..however (imo): DO NOT BOTHER THINKING ABOUT GETTING INTO THEMING WITHOUT FIRST INSTALLING AND HAVING SOME BASIC UNDERSTANDING OF ADB. Far too many people that have issues doing theme related stuff (mostly irc) do not even have adb installed or know what it is. To me this is appalling! /end rant
Getting Started (much of this info grabbed from DtatchD http://androidforums.com/android-themes/174669-how-theme-apks.html)
What do I need (tools) to theme with?
-Umm obviously you need to be rooted
-Have the Android SDK installed
*If you've never done this before, follow Adrynalyne's awesome ADB Tutorial/Workshop
-Some form of editing software
*if you have photoshop, great...if you want a free (and imo awesome) program, then gimp is the way to go!
*another free alternative (some prefer to gimp) is paint.net
-Something akin to winzip
*or my preference (again free) 7-Zip
-Tools for editing/decompiling xml (also for cheating on .9's..but more on that later)
*look no further than either apktool, or apkmanager (automated version of apkt)
*i personally use notepad ++ to edit the decompiled xml files
-a program to *deal* with .9 images
*if you follow any how-to guide, its going to tell you that you have to patch the images in the Draw-9 Patch tool in the SDK, and then compile the images in eclipse. I'm going to tell you its a lot easier than that. Make sure you have apk(tool, manager) and then get the super awesome Draw9 Patch tool from xeudoxus here (might as well grab the full xultimate as well to deodex with)
-something to edit the service.jar with
*2 ways to go about this. one is installing smali/backsmali in your sdk (if you plan on removing things like the clock from the status bar, you need this as well) or another ridiculously awesome program Ohsaka's colorchanger program
-other REALLY important tools/programs
*Theme Kitchen (ever wonder where most of us get all those battery images/data + signal icons?)
*RGB Color Picker (one of many resources to get color codes, or you can do it in gimp from color picker too)
Drop by IRC Freenode: #fascinate-themers for help/discussion
*3.31.11*
Ok, I have the tools...now what???
I. Working with regular images in your framework-res (and in a TW Rom, tw-framework-res)
A. Where do I get a stock framework-res.apk and twframework-res.apk?
-a few options here...in an "ideal" scenario a dev or someone else has put out a stock but deodexed rom that you can just unzip and remove the frameworks/system apps/jars from...ie i generally grab mine out of something like jt1134's super clean roms or the equivalent. if a new os/update is out and that hasnt happened yet then move onto:
B. How do I deodex my framework so I can theme it?
have you downloaded xultimate
-I'm not going to further update this, as xultimate is kinda self explanatory and virtually all of our releases are predeodexed. 3.18.11
C. Where are most of the images in a theme located??? (touchwiz-based roms)
-For some stupid reason, Samsung thought it would be a good idea to split the framework-res.apk into 2 files: framework-res.apk and twframework-res.apk (in all fairness htc kinda does this with htc.resources.apk and now gingerbread does this with systemui.apk). Therefore there are *2* places that the framework images are generally located.
II. Working with the magical/infamous .9's
A. What is a .9 image exactly?
-Well heres google's explanation
-My less technical breakdown: basically .9 images are ones that are used either more than once in an .apk. If android had to define every single thing with a unique image, there would be a whole lot more going on in the framework and quite repetitive (it already is cluttered enough). By making an image that can be used in several places and stretched/resized in more than one way, it solves that issue.
1.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
2.
1=Image with defined "patches" telling where to stretch/resize
2=stock/compiled .9 image
In example 1 we see a png image that is "patched" (but not compiled) the black lines on the very outside of the frame are telling android where it is allowed to stretch the image to make it fit where its needed. General rule of the thumb is a line all along the bottom of the frame where the image is and all along the right side, with a single dot in the top middle and the middle left of the frame. This differs depending on the shape. If you are patching in draw 9, on the right side of the screen it will show you the possible shapes the image can be stretched based upon your patches.
***Most of the force close problems people report when first getting into theming are a direct result of not understanding .9s. They simply try and edit the compiled 9 and then replace it in the framework, not understanding that when you edit the image in gimp/ps/whatever it strips the patches from the image and make it a standard png image, which does not tell the os the information it needs.
B. Now that I know what .9s are (hopefully) how do i work with them?
-Well there are a few ways of going about this. For simplicity sake, I'm going to outline the method that I personally use. At some point if someone who does things the other way(s) wants to do a write up, I'll include that as an addendum.
1. Editing pre-existing pngs.
a. You've opened up your framework/apk and taken a look at the images in there...you see a bunch that you want to change the color of or edit in some manner but you release that many of them have the .9 honor. best way to deal with these suckers is to decompile the framework with the images.
-put the apk in apkmanager...decompile it (see my write up on using apkmanager..coming soon)...and go into projects...navigate to the folder with the images and you ll notice that they now have their 9 patches showing....
feel free to now edit these images accordingly while preserving the patches. however...depending on your image software changing transparency levels will change the black patches as well.
*example* here is an .9 image that was decompiled (notice the black patches already there). in this instance ive used the rectangle tool in gimp to select the area inside of the 9 patches to colorize/color change to fit my theme. this is one way to edit .9s without using draw9 patch.
C. Now that I've edited my .9 pngs (either cheating them or patching them) How Do I compile them?
1. The previously accepted method required using eclipse....but thanks to xeudoxus we have the awesome xUltimate Draw9Patch Compiler !
a. Download the program....and unpack it somewhere that you'll remember where it is (if you have adb/java in your PATH it doesn't have to be in the SDK-tools folder).
b. You will see examples (1, 2, and music) on how how to work with the program. Basically (after getting rid of the examples, but not the folders there in) put the .9s in one of the folders..(I use example1 generally, but it doesn't matter)..then run the program
3.12.11
Wait...So not everything I have to change in a theme is an image???
III. Editing the Framework(s) XML for text and progress bar *color* changes
*note, some edits can be made in multiple ways, ie both through service.jar and framework edits*
A. Why would I want to screw around with xml files at all? Looks complicated!
-I'll admit I put off working with the xml a lot longer than I should have when I got into this stuff. I think i released 2/3 themes without any edits whatsoever...and frankly theres no comparison between a theme that has been properly edited, and a theme that is just using the stock settings. This is especially true in touchwiz, as samsung went with that absolutely hideous aqua color as its secondary text.
B. How To Decompile Frameworks to Make Edits (APKM/APKTOOL). *3.12.11*
1. First things first: if you havent downloaded both APKMANAGER and APKTOOL...do so now, ya really need both....also, apktool 1.3.2 will not work right for everything (you will need it for working with gmail though if you theme that). Here is apktoo1 1.3.1 (replace apktool.jar in "other" folder in apkm).
-For apkmanager you can really unzip/set it up anywhere (I keep it on the desktop, and I have a 1.3.1 and 1.3.2 version set up)
-For apktool unzip "windows installer" and place apktool.jar in your /tools folder in the sdk
-by default an aosp framework-res.apk is installed in your directory...this is fine for *most* edits...however to work with certain apks that call on the system (contacts, dialer, etc)..this is a problem...so once everything is installed...we will want to then install our twframework-res.apk and framework-res.apk from a stock deodexed rom.
Code:
cd your tools folder
apktool if framework-res.apk
apktool if twframework-res.apk
***Tbc
IV. Ya know, I'd really like to have accurate battery and reboot options in my theme!
*tbc*
V. Working with the service.jar
A. Why would I want to mod the services.jar?
-Well theres a few reasons: remapping the status bar images and removing the status bar clock are big....and changing carrier/date/notifications title colors
B. How would i do it?
1. Well you can *cheat* and use our friend apkmanager *2.25.11*
a. rename the service.jar to service.apk
b. insert the renamed file into your "for modding" folder in apkmanager
c. open the script and select 9 to decompile
d. navigate to your "projects" folder and find the file to edit (again I use notepad ++)
e. when done, reopen the apkm script and compile with 11 (if any errors come up, you did something wrong)
-yes to system.apk, no to copy over
f. in your "for modding" folder you now have a file named "unsignedservice.apk"
g. rename this to service.jar and you are gtg
2. you can smali/backsmali it (my prefered method for dealing with classes.dex) *2.25.11*
***Thatdudebutch put together a zip with instructions for using smali (and the commands) as well as the most up to date backsmali/smali (download an unzip to see example..ill post another example below)
a. How to backsmali (decompile) the service.jar
*(i rename smali-1.2.6.jar and backsmali-1.2.6.jar to just smali.jar and backsmali.jar for simplicity in terminal use):
-use 7zip/winzip to extract the classes.dex file from the .jar...and extract it to the folder where smali/backsmali is (again i assume you would want to put it in your sdk-tools folder)
-cd your sdk-tools folder (or wherever smali/backsmali is located, but ideally thats where you put it) then:
Code:
java -Xmx512M -jar baksmali.jar -o classes/ classes.dex
-you now will have created a "classes" folder inside your sdk-tools (might as well leave your terminal open and set to your tools folder for the later steps)
-navigate inside this folder to whatever file you want to edit (i use notepad ++ to edit)
-once those edits and saved and done:
b. How to smali (compile)
Code:
java -Xmx512M -jar smali.jar -o classes.dex classes/
-you now have a new classes.dex file
-use 7zip to open up your service.jar and delete the old classes.dex in there and copy the new one in. close 7zip
-you now have a new service.jar....insert it into your theme and you *should* be good to go (assuming something didnt go wrong )
3. if you just want to change colors (not remove clock or anything..or for that matter change clock color on touchwiz {sammy fail on clock location}), then you can use the super awesome clockchanger program I mentioned above.
*info originally from this wonderful post on androidforums)
*2.22.11*
1. locate the services.jar you are planning to edit (pull with adb from your phone or rip out of a rom)
2. make a folder called framework and move services.jar into that folder
3. create a zip file of the framework folder and call it theme.zip
4. move your "theme.zip" file into your android sdk tools folder
5. open up a terminal (cmd/powershell/whatever)
6. navigate to your tools directory
6a.*example*
Code:
cd c:\android-sdk-windows\tools
7. what needs to be entered to edit the service.jar: (plus whatever you want to edit) (aarrggbb color code)
Code:
java -Xmx512M -jar colorChangev3.jar theme.zip
7a. example of changing date color, carrier color, notificatons, etc
Code:
java -Xmx512M -jar colorChangev3.jar theme.zip date=FF000000 ongoing=FF00000000 network=FF000000 latest=FF000000 none=FF000000 roam=FF000000 clear=FF000000
8. hit enter and let program run (see below)
9. you will now have a "theme-new.zip" file in your tools folder
10. use 7zip to extract the service.jar from it and and insert it into your theme
3.4.11
FAQs
Q: Is theming AOSP-based roms different than TW-based roms?
A: Significantly different in some aspects...The same in others. Obviously many images are going to have different names, and certain images/features are different. Biggest difference is one framework, versus two in TW. Many of the xml edits are different as well.
Q: Is there any etiquette to theming?
A. Umm, yeah there really is .
1. for porting themes: always credit the original creator of the theme in your op, preferably with a link to their post (or donate link if they have one). its cool if you check with the original themer ahead of time before porting, but generally speaking (unless specified by the themer) as long as you aren't claiming it as your own or they now own the device you have (and could possibly be bringing it over on their own) its cool. IMO, simply saying its a port isn't good enough, a link to the original or the website of the creator must be included.
-also credit everything else you don't do on your own (apps/mods) to the people responsible
-example of a themer who *doesn't want anyone working on/porting his themes*: http://www.droidforums.net/forum/928droid/69199-theme-928droid-black-glass-x-droid-x.html#post723150
2. for making your own themes: if you use anything at all from someone else, you have to credit it. and BE HONEST about it (big problem in the android world imo)
-example: if you are using 5 lockscreen mod/reboot options/accurate battery for an EB01 theme you plan to release, credit that to sbrissen. even if you used someone else's theme as a "base" (ie kanged their framework with those built in) you can't simply credit the themer you got it from, you must credit those behind the mods they use.
-example 2: if you are using dialers/apps/images from someone else's theme, credit them for specifically what you are using (best practice would be: google search widget and dialer from bendbowden for example)
Q: What about donations?!?!
A: Yeah this is a tricky one...but let me share *my personal* thoughts on it: let me start out by saying I dont accept donations for porting themes or even making quasi-original ones (gb themes). i dont feel right accepting money from people ...that being said i probably wouldnt accept donations even for a completely original work i did from scratch. anyway....i think that themers that make an original theme from scratch or do something almost completely original are entitled to have a donate button...and if someone wants to donate a few bucks, then have at it ....
i think soliciting donations for straight theme ports (even if they take a lot of time) or just modifying/merging/doing mashups of others themes isn't really kosher so to speak. again this is my *own* opinion and not gospel obviously, but i think that far too many people feel the need to release slightly modified themes with a rebranded name and then accept money for it. really, unless you are changing a significant portion of a theme (imo at least a few hundred pngs) then it really doesnt warrant its own thread and name. if (for example) you modified JAMT's status bar, then best practice would be just to post it in the original thread as a post like "heres my own modification to jamt with an alternate status bar and icons, that i thought some might like"...not "Phoenix Unleashed" or something.
again just *my* take
***tbc***
Useful Links
Finding Colors for a Theme
How to Black Menus
Quickpanel Text Colors (credit andmer) *new 2.17.11*
How to Theme the Android Market *4.12.11
I think this will open up a lot of ideas for people to try it! Nice post nit. I was gonna ask how you get started themeing.
Sent from my SCH-I500 using XDA App
Bob-o said:
I think this will open up a lot of ideas for people to try it! Nice post nit. I was gonna ask how you get started themeing.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Indeed. I have been trying to learn a bit through reading and whatnot. I have all the tools and am teaching myself how to use them. This guide will be EXTREMELY helpful compared to bouncing between all the pages I currently have bookmarked.
nitsuj17 said:
I. Working with regular images in your framework-res (and in a TW Rom, tw-framework-res)
A. Where do I get a stock framework-res.apk and twframework-res.apk?
Click to expand...
Click to collapse
Such an important point. You must work from a stock (or as close to stock as possible) deodexed framework-res.apk and twframework-res.apk when making xml edits (although I realize this section is dealing with image editing). You can't use one already themed because when you recompile stupid **** will happen. I had to figure this out the hard way (and had to dig to do so).
BTW: awesome guide, nitsuj17! If the ***tbc*** 's are as detailed as what you have already done, this guide will be one of the best and most comprehensive/non-technical guides out there. Keep up the good work!
You sir, are the man! Been looking for exactly this!
sorry ive been neglecting this the last few days...its gonna be a wip/add as i go thing for awhile
I liked you for porting matted blue.. now I love you for making this lol. Was looking for a guide and stumbled on this.
THANK YOU for starting this guide!
I realize I could have searched endlessly to learn this stuff, but in reality I have more skills than time and learning yet another thing the hard way isn't in the cards.
I'm impatiently waiting for more on the TW framework specific section, as I have no idea what edits work for what in each.
Also, some real work examples would be excellent.
e.g.: The required xml file edits for changing all text to #5555FF.
An image reference would be awesome, as well.
e.g.: The most commonly themed images and what their framework.res names are.
I find myself trying to make a theme and giving up simply because 50% of the images look very similar, and I don't have the time to edit an image, flash it, boot the phone, figure out what changed, then move to the next random-looking image.
Also, is there a faster method to test theme changes?
Booting the phone, copying the theme over, rebooting to CWM, flashing the theme, then booting to see the changes is extremely time consuming, especially when you're not even sure where the change will occur and find yourself randomly pulling up menus and dropdowns trying to see what your change affected.
Cheers for the help.
You really did fill a deep void and I thank you bunches for the help. You will also see a beer or two coming your way for the effort. Community support like this really does get rewarded, in more than just new themers making themes.
Ill be getting to more and more in depth answers and faqs as I go along....dl30 kinda dropped in the middle of my work on this and theres a lot of themes to do. ....but thank you for specific questions id like to see more from everyone so I know what are some more commonly asked questions and what people are looking to do.
lowkee said:
An image reference would be awesome, as well.
e.g.: The most commonly themed images and what their framework.res names are.
I find myself trying to make a theme and giving up simply because 50% of the images look very similar, and I don't have the time to edit an image, flash it, boot the phone, figure out what changed, then move to the next random-looking image..
Click to expand...
Click to collapse
This is a really good idea, I talked about making one a while back but never really got around to it. Maybe I can talk to some of the guys and we can throw something together.
lowkee said:
Also, is there a faster method to test theme changes?
Booting the phone, copying the theme over, rebooting to CWM, flashing the theme, then booting to see the changes is extremely time consuming, especially when you're not even sure where the change will occur and find yourself randomly pulling up menus and dropdowns trying to see what your change affected.
Click to expand...
Click to collapse
ADB is probably the quickest and least painful way to test a theme. When you have completed it adb push <path/to/file/locally> <destination/on/phone>. Then adb reboot.
e.g.: adb push framework-res.apk /system/framework/
N00b here with theme question for Fascinate
I apologize if I am posting in the wrong place also if this has been asked before. I have searched the web and also the forum and I was looking for step by step instructions on how to install a theme ( like myst v3.3) because prior to downloading DL30 I was running supah clean and tried installing dark-myst ( on DL09- Samsung Fascinate) and I placed it on the SD card ( yes clockword is installed) and I went to update.zip then to install zip from sd card and loacted it. it installed, cleared the cache and then it went to the SAMSUNG screen and I had to restore the phone in order to get it functioning again. I am hoping that someone can provide step by step instructions on installing a theme onto Samsung Fascinate with DL30? Thank you !!!!!
tennisjunkie said:
I apologize if I am posting in the wrong place also if this has been asked before. I have searched the web and also the forum and I was looking for step by step instructions on how to install a theme ( like myst v3.3) because prior to downloading DL30 I was running supah clean and tried installing dark-myst ( on DL09- Samsung Fascinate) and I placed it on the SD card ( yes clockword is installed) and I went to update.zip then to install zip from sd card and loacted it. it installed, cleared the cache and then it went to the SAMSUNG screen and I had to restore the phone in order to get it functioning again. I am hoping that someone can provide step by step instructions on installing a theme onto Samsung Fascinate with DL30? Thank you !!!!!
Click to expand...
Click to collapse
Are you saying it got stuck on the "SAMSUNG" screen? If you used a DJ05 theme on a DL09 rom, you have to apply the DL09 theme fix otherwise your phone will get stuck on "SAMSUNG".
DL09 Theme Fix: http://dl.dropbox.com/u/17566514/DL09 Theme Fix.zip
Edit:
Install DL30: http://forum.xda-developers.com/showthread.php?t=937499
Flash only DL30 themes after installing DL30! Here's a list: http://forum.xda-developers.com/showthread.php?t=922455
Installing a DL30 theme is the same as on a DL09 but you need the new CWM to do it.
Sorry for all the info. I hope somewhere in there you got an answer to your question.
DtatchD said:
This is a really good idea, I talked about making one a while back but never really got around to it. Maybe I can talk to some of the guys and we can throw something together.
Click to expand...
Click to collapse
I'm a totally new at this but if I can help do some legwork on it I'd be willing to try. I was just thinking about looking for a list like this...
Samsung Fascinate DL30 and installing themes
letmehearucaw said:
Are you saying it got stuck on the "SAMSUNG" screen? If you used a DJ05 theme on a DL09 rom, you have to apply the DL09 theme fix otherwise your phone will get stuck on "SAMSUNG".
DL09 Theme Fix: http://dl.dropbox.com/u/17566514/DL09 Theme Fix.zip
Edit:
Install DL30: http://forum.xda-developers.com/showthread.php?t=937499
Flash only DL30 themes after installing DL30! Here's a list: http://forum.xda-developers.com/showthread.php?t=922455
Installing a DL30 theme is the same as on a DL09 but you need the new CWM to do it.
Sorry for all the info. I hope somewhere in there you got an answer to your question.
Click to expand...
Click to collapse
Thank you so much for taking the time to respond to all my scattered questions. So to install a theme I put it on my SD card then flash through ROM Manager, then boot into recovery and apply theme from SD card? DO I need to backup and clear data? I dont want to uninstall the ROM. I ended up installing Rubiks DL30 ROM. It is pretty nice looking.
tennisjunkie said:
Thank you so much for taking the time to respond to all my scattered questions. So to install a theme I put it on my SD card then flash through ROM Manager, then boot into recovery and apply theme from SD card? DO I need to backup and clear data? I dont want to uninstall the ROM. I ended up installing Rubiks DL30 ROM. It is pretty nice looking.
Click to expand...
Click to collapse
Correct. Place the theme you want (should be .zip file) onto your SD card. So if you already have the rom installed, then you reboot into CWM recovery (when I upgraded to DL30, I never even used Rom Manager).
I've read on a couple of forum that its good to clear data and wipe caches (I've done it and not done it without noticing any difference). From there, you flash the theme ("apply .zip from SD card" is the actual command in CWM) and then reboot the phone (this is an option in CWM).
Personal preference, I always make a backup (I use Titanium Backup, but I hear nandroid is good too) before I re-theme.
Samsung Fascinate DL30 and installing themes
Ok. I apologize for all the questions. I tried to do exactly as you described above and it places me at the "Samsung" screen where it has installed the package then looks as if it is going to boot up but does not boot so I have to start back at stock again. I am trying to use DL30 Midnight V1.1 - (midnight for 2.2) as my theme and my ROM is 2.2 Roms
RubikS 0.3 DL30
Is it possible it is not compatible, any suggestions will be appreciated. Thanks again.

[Q] Port Gingerbread Animations to CyanogenMod 7

Hey Guys,
I have been running CyanogenMod 7 on my Milestone for a while now, and I love it! But I do think it could do with a little bit more of eye candy. So I was wondering, is there anyway to port the gingerbread window animations to CyanogenMod?
I have tried a few Metamorph tricks, but wasn't successful. I also heard about an app called AnimMod which is supposed to do this, but I cant try it out as I am not allowed to buy paid apps in my country. So, I would be glad if anyone posted a link to a working procedure for changing the window animations.
All windows animations are in the framework-res.apk under the res/anim folder.
You can replace those with the GB animation files and apply again. Please note that you need to replace only those that are there in both the framework files.
[email protected]
Thanks for the answer.
Where can I find the gingerbread animation files? I dont have the gingerbread ROM, so would it be possible to download the files from some place.
Also, I am curious to know, why weren't these animations implemented in the CyanogenMod in the first place. I would have thought most people would appreciate the better animations of Gingerbread.
Edit: I just watched a walkthrough, and it seems that the animations in CyanogenMod are the same as those in Gingerbread. Still, it would be nice to know where I can find some new animation files
Wow I forgot that I put this together.
I named it FlyIn_FlipOut because I combined the Flying animation with the Flip Animation.
I actually spent alot of time on it pinpointing specific things which was a pain in the ass.
Anyway, it's attached.
I hope that somebody thinks that it's neat
I have attached the animation xml files for the following animation effects.
Flip
Fold
Flying
Bounce
Blur
FroyoMOD ( animations found in Luca's FroyoMOD )
All you need to do is to copy it into the folder that i mentioned in the previous post and apply it again.
Thanks Guys.
I need some more info on how to do this thing properly:
1. Where is the framework-res.apk located? I found one in the system/ framework folder but it is named as framerwork-res-mot.apk.
2. How do i change the files? and finally how do i install the apk.
In short, it would be great if you could post the steps to modify CyanogenMod to incorporate the new animations.
@zeppelinrox: Good thing you came across this post then.
Anim mod is an easy way, i use it all the time
note\ require root and busy box installed
Goodluck
Good app. Does what I wanted.
I wud still like to try out zeppelinrox's version of the animation. So could someone pls post how I could do that.
hearts king101 said:
Anim mod is an easy way, i use it all the time
note\ require root and busy box installed
Goodluck
Click to expand...
Click to collapse
Isn't anim mod a paid app? Please don't post download links of paid apps.
uptheironsrafi said:
Good app. Does what I wanted.
I wud still like to try out zeppelinrox's version of the animation. So could someone pls post how I could do that.
Click to expand...
Click to collapse
Download the theme updater flashable template zip file from here.
Download and extract the contents of the zip file provided by Zeppe to your desktop.
Your framework-res.apk is in your /system/framework folder. Using 7zip or winzip, open framework-res.apk and replace the animation files in the /res/anim folder.
Copy the framework-res.apk into the /system/framework folder of the theme updater template zip file. Copy the template zip file into openrecovery/updates folder and apply in AOR after wiping dalvik/cache.
sileshn said:
Isn't anim mod a paid app? Please don't post download links of paid apps.
Click to expand...
Click to collapse
I'm sorry
By the way, Can I get CM7 screen on and off animation work on stock rom ?????
Thanks, but you have not removed the app link.
Regarding screen on/off animation, not possible. Its a feature of GB and not easy to port to froyo.
[email protected]
sileshn said:
Thanks, but you have not removed the app link.
Regarding screen on/off animation, not possible. Its a feature of GB and not easy to port to froyo.
[email protected]
Click to expand...
Click to collapse
Thanx for the answer
Regarding app > Removed
Sorry Again
Thanks for all the help man. Appreciate it a lot...

[Q] Can someone make a Tiamat boot animation?

I would love to have a custom boot animation made from one of the Tiamat wallpapers shown here. If some one could take the these and simply add a spinner I would really appreciate it.
My artistic capabilities are pretty basic and even then I do not understand how to create these bootanimation.zip files. I tried modifying an existing one and it did not work, so something went wrong.
If someone can help me with the creation of the zip file I have come up with some art work that is passable. I have tried creating the zip file, but the Xoom does not like it.
I've converted a few videos to bootamimations and have a few working desc.txt files. Also fixed a few phone animations to work on the xoom. What do you need help with?
Working on a few right now for others but I can see if I can help in any way
Thanks for the offer to help. Basically I think I understand the desc.txt file and the required folder structure but when I push the file over the animation does not work. Now I just took the wallpaper and added a progress indicator as simply as I could, so it is not very artistic. If you could take a look I would really appreciate it.
I am using WinZip and I have it set to no compression.
i'll give it a quick look today and let you know.
edit: it looks like you may need to just put part0 and the desc.txt file in the zip file, not put them in a folder first, then in the zip file. good idea for the loading, you could get some crazy designs with it if you wanted to take it further. i'll try and modify the zip file and update again.
edit 2: works now bro. it runs a little fast, so if you want to reduce the frame rate a bit from 20 to maybe about 15 or so, it could help (just a thought). anyway here is the updated zip.
Thank you very much. The version you posted works fine. Could you tell me what program you are using to create the zip file? I am using WinZip and whenever I create the file or edit it, the resulting file does not work for me. I checked the folder structure and it should be fine. I edited the text file to reduce the frame rate but then when I recreated the zip file it would not work.
no problem. i used 7zip to zip it, just make sure you have the compression set to STORE. ive tried with winzip before and had no luck.
HuckFinn - Try this one out and let me know what you think.
http://www.multiupload.com/K97WHV8T9U
Credit: phokusone
Nusince said:
HuckFinn - Try this one out and let me know what you think.
http://www.multiupload.com/K97WHV8T9U
Credit: phokusone
Click to expand...
Click to collapse
Very nice, much better than anything I could come up with. This should be included with any Tiamat ROMs.
Thank you very much!
Hi guys.
Before rooting/flashing my Xoom, it had a nice Motorola animation with the red Motorola logo and some kind of circle waves going out from it.
Can anyone point me in the right direction to install that animation? I did a CWR backup before flashing, so it might be in there ¿?
Or is it available in the forum?
Thanks
Rodrigo
As far as I know, the default boot animation on the Xoom was the blue Honeycomb animation. I've never seen anything resembling the one you mention, although I wouldn't mind seeing it as a sort of collector.
Not sure how you would get that one little part out of CWM, so short of finding a copy somewhere online, you might be out of luck.
rsilves said:
Hi guys.
Before rooting/flashing my Xoom, it had a nice Motorola animation with the red Motorola logo and some kind of circle waves going out from it.
Can anyone point me in the right direction to install that animation? I did a CWR backup before flashing, so it might be in there ¿?
Or is it available in the forum?
Thanks
Rodrigo
Click to expand...
Click to collapse
This is the Moto Atrix bootanimation, maybe you can find it in atrix forum, but it needs to be adapted to Xoom resolution
Nusince said:
HuckFinn - Try this one out and let me know what you think.
Credit: phokusone
Click to expand...
Click to collapse
That looks great, nice job Nusince. HuckFinn, thanks for posting the question.
Any chance of additional colours? I'm partial to the blue one myself.
Nusince said:
HuckFinn - Try this one out and let me know what you think.
http://www.multiupload.com/K97WHV8T9U
Credit: phokusone
Click to expand...
Click to collapse
I like it alot
looks good
Nice animation. I uploaded it and it worked great. Thanks
Nice animation. Now, with the Tiamat Dragon Head Logo, someone should do a full Dragon theme for the Xoom. With dragon icons and graphics I think it would be great. Just wish I had a little talent as an artist and themer.

[Bootanimation] NERV Android Boot Animation v2 (re-generated)

(cant post links yet)
Preview:
youtu.be/6L901BwlO6o
DL:
$www$.badongo.com/file/27091993
no sound, should compatible on most devices. Enjoy!
File not found
His site is a bit malware happy. I ripped the frames and remade it. Set to 30fps so go in and change the settings if you're not happy with the scroll speed.
Either Vista or Winzip were causing me issues so I would appreciate if someone gets the chance to redo this as a functional mtz.
http://dl.dropbox.com/u/42016407/bootanimation.ZIP
kirkla79 said:
File not found
Click to expand...
Click to collapse
$www$.badongo.com/file/27091993
Remove the "$"
Hope it works on Wildfire
hope it works for galaxy ace. )
Great. I am porting it to the Samsung Galaxy i5800 (240*400)
Neat Work!
Looks very good, but seems that is too much compressed, with blocking, blurring and ringing.
Can u, or someone other, regenerate it with lossless encoding?
Hi everybody, i contacted edwardgtxy cause i guessed he was the original author of this awesome bootanimation, and he gave me the link to the mtz (theme for miui) that now i share with you, with the link to the bootanimation.zip if you prefer it to just copy&paste in /system/media
It is pretty perfect, without any blurring nor any other problem, exactly as you can see in the video posted by him in youtube, the one that is in #1.
mtz link: edwardxwu.com and... -> /file/theme.mtz
zip link: mediafire /?1mkwbcwmcwx3q08
(yes, im a noob and i cant post links XD)
Hope you like it as i do, and again, all thanks to edwardgtxy.
Hello,
I have installed suceffully on my phone, problem, it's only centered on the screen (because my phone need 1280X720P or 1080p annimation)
I have tried to resize the picture (720X1200, Also tried to 720X1280) (and set in the desc.txt file the resolution) but it isnt working, i have no boot screen when it loading (i have Zip with Win rar with "Storage" compression setting as i see on the Tutorial)
EDIT: The best thing for do it and make it working, is resize them with the Bootanimation app on the android
On my phone, the correct bootanimation file is named "bootanimation_hd720.zip" in this case, The Bootanimation app cannot set it automatic. I need to add with the App, resize with the app, and use EZ file explorer (root) and change the filename "bootanimation.zip" to "bootanimation_hd720.zip"
What's wrong?
Hello all. Does anyone still have this file and would be willing to share? All of the links no longer work.
Thanks.

[UPDATED 04/01/12] [OFFICIAL] Team EOS Boot Animations

As promised, I will be releasing animations regularly. Here are links to each:
1. Draw-On Graffiti Style Animation (The original from this post)
2. Team EOS Silver 3D Text Animation (A <2mb Replacement Quick Render)
3. Team EOS New Logo Design Animation! A first look at our new logo! (Full Animation) [NEW 04/01/12]
Artists! Design your own styled EOS themed animations. We have a skilled community and I'm sure you guys could come up with some great ones! They should be no larger than 12mb (at the most) and be verified working. Post them to this thread and I will add them here. Who knows, yours may end up in a later release!
To replace the stock zip use a market app like BAC orrr:
(this assumes that you are running a rooted aosp-sourced build and understand how to manipulate the filesystem in r/w)
Make backups of your bootanimation.zip file(s):
Check both /data/local and /system/media
1. Rename the downloaded animation file to bootanimation.zip
2. Check /data/local and delete bootanimation.zip if it exists.
3. Enter /system/media, delete bootanimation.zip, and move the new zip into its place.
4. Reboot the system.
If it borks it will either revert back to the shiny android text sequence and boot fine
OR
loop endlessly (could look fine could look crazy distorted, no matter) and still boot fine...with the exception that nothing will work.
If this happens, connect to the adb shell as superuser, list processes, and kill the bootanimation process. Revert your animation, report it to the designer and live happily ever after.
Click to expand...
Click to collapse
one love-
phokus
[team eos]
phokusone said:
I present to you the first in a series of alternative boot animations coming for the Team EOS Rom.
If you do not know how to replace the stock bootanimation.zip, please research the proper method or alternatively use one of the available market apps design?e for this purpose.
Enjoy!
db.tt/BoQFJsOC
Click to expand...
Click to collapse
what is this no link or attachment or pic?
Sent from my Xoom using Tapatalk
the db.tt string is a link. Just put it into the browser. The file is a little over 10mb compressed and:
A. xda doesnt allow over 8mb
B. xda doesnt allow new accounts to post links
so i had to use ingenuity.
far out
thanks for the boot animations. d/ling now. t
alternative boot animations for the Team EOS Rom
phokusone said:
I present to you the first in a series of alternative boot animations coming for the Team EOS Rom.
If you do not know how to replace the stock bootanimation.zip, please research the proper method or alternatively use one of the available market apps design?e for this purpose.
Enjoy!
db.tt/BoQFJsOC
Click to expand...
Click to collapse
That is a SWEEEET Boot Animation! It has that Underground/Graffiti thing going on. Very nice, keep 'em come'n!
for some reason I get stuck at the "for science!"... am I doing something wrong??? I put the zip in /data/local...
Could someone provide a screen shot or something of the sort ? Thanks !
OP: Inventive way to insert a link. Sneaky ... I like it !
DaMyth said:
for some reason I get stuck at the "for science!"... am I doing something wrong??? I put the zip in /data/local...
Click to expand...
Click to collapse
I did the same thing and ran into the same problem. I had to reboot into recovery and restore a previous nandroid. The boot animation looked cool, just not sure what the issue is. I sat there for 5+ minutes looking at "for science!".
to be honest guys there's two things I changed - firstly, we're running our build of ICS. Secondly, I'm using jpegs to reduce size. Nothing else has changed, and to be honest I've had this animation as well as others act unpredictably and work sometimes and loop others after copying over the *exact* same animation. I will do more research also, and any trials and error data would be helpful.
Quick side question: are you guys who are having loops using titanium backup, using the setup initiated google backup/restore, and/or running a security app such as Webroot on your tablets?
Also, are you copying these manually or using an app and to which location?
one love-
phokus
[team eos]
I'm using root explorer to push the bootanimation.zip to data/local directory... I do have titanium backup, but I only use it for user apps, not system, and I'm not using the google backup service or any kind of security app... Hope you get this working soon, really like this bootanimation. and thanks for taking the time to look into it...
OK everyone, turns out I made a mistake with my finalized formatting that I use. Here is the link to a proper working boot animation with the proper format. I will also update the link in the first post.
I will also render an ICS stock animation in this format and get it out today.
one love -
phokus
http://db.tt/7qVsNSps
phokusone said:
OK everyone, turns out I made a mistake with my finalized formatting that I use. Here is the link to a proper working boot animation with the proper format. I will also update the link in the first post.
I will also render an ICS stock animation in this format and get it out today.
one love -
phokus
http://db.tt/7qVsNSps
Click to expand...
Click to collapse
Awesome - downloading ....
Tried it out... and on my screen the bootanimation is squeezed together... can't make out what it says..
Having trouble pushing a Boot Animation ... use this
For folks having problems installing this awesome animation ... here is a solution.
I used it with not problems and it backs up your original. Follow this thread.
If you find it to be helpful give thanks!
http://forum.xda-developers.com/showthread.php?t=1108215
Oh, and for submitted animations, the specifications are:
-PNG or JPG Sequences
-704 x 440 size
-desc.txt should be 1408 880 24
also - the images must all have a border of deadspace static pixels.
You may use the template I posted here
..just make sure to half the rez and leave out the layers from the template
one love-
phokus
[team eos]
Nice work bro......many thx from Greece
Great work
Sent from my Xoom using Tapatalk
new animation added. enjoy!
one love -
phokus
[team eos]
quick noob question
I have recently FLASHED your cyberdine terminator bootanimation (brought me back to my younger years) and it was awsome by the way, thanks for that mate..
My question is, how can i replace a flashed bootanimation with one of your latest awesomenesses..thanks again mate!
All good!!! My question is solved..thanks again for the wicked animations phokus..
Whoops, didn't see parameters.

Categories

Resources