Homemade Bootanimations Collection + How To Install/make + Enable/Disable - Galaxy S III Themes and Apps

Hello my fellow S3 mates!
I’ve made this thread for one purpose: To have all, or almost all, information about bootanimations for stock Samsung ROMs in one thread.
I’m planning to make some bootanimations in the near future, both for ICS and JB. I haven’t made many lately though, because I’ve used almost all my spare time on the bootanimation for the Omega JB rom. I will make some animations now and then, and they will all be posted in this thread
This thread also contains my enable and disables cwm flashable zip-files, and a quick "How-To" guide for making them work.
And finally there are some things to notice before making your own bootanimations, which i of course also have written in this thread. So it’s easy for you to get started.
If you have any questions, need help, or just want to share your custom/homemade bootanimations, feel free to contact me. If it’s because you have a bootanimation to share, I prefer it sended to me as a pm, instead of posting in this thread, as I would like it as clean as possible. Then I can post it in the correct post in this thread, with credits of course. The bootanimation has to be made by you, otherwise it won’t be posted. If it’s made by another creator than you, and you just have modified it to work with S3, you have to get the permission from the original creator.
I’m thinking this would be ideal for a bootanimation collection thread, so it’s easy for other people to find animations, without the need to search through lots of different threads. But this can only be done with your help.
If you have found a bootanimation that you havent made and would like to share it, may i refer to the thread by pkoper here: [Bootanimations] The Bootanimation Repository
as my thread here is more technical based about the subject, and if you make your own, please contact me if you would like it posted in this thread.
If you have any suggestions to this thread, then feel free to pm me, thanks in advance.
---
As you probably noticed, there isn’t much here yet, but in time there will be (hopefully…)

ICS and JB boot animations
This is the collection of bootanimations for both ICS and JB roms. (Not looped)
(Set number of loops till phone starts, which is calculated by the creator)
Droid RazR M BootAnimation Original and Blue
Preview Original
Download both here
Credits to the original creator Matt Groff and therazrguy
Credits to Kryten2k35 for modifying and making it work​

JB ONLY boot animations
This is the collection of bootanimations for ONLY JB roms.
(Don't use on ICS ROMs or the phone will infinitely loop)
S3 Logo - Vortex
{
"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"
}
Preview
Download for S3
Made by Anbech​
S3 Logo - 01
Preview
Download for S3
Made by Anbech​
S3 Logo - Smoke
Preview
Download for S3
Made by Anbech​
Droid RazR M BootAnimation Original and Blue
Preview Original
Preview Blue
Download both here
Credits to the original creator Matt Groff and therazrguy
Credits to Kryten2k35 for modifying and making it work​

How to install
1. If you haven’t already, you should check whether or not your phone is able to play custom bootanimations.
2. Download this bootanimation.zip, I’ve made only for testing, and place it in /data/local or /system/media folder. Or flash this with CWM: CWM_CustomBootanimation_Test.zip
3. Reboot, and if it’s still Samsung original booting sequence, it’s not enabled.
4. If you have a Samsung (touchwiz) based rom (stock), you can easily enable it with my cwm flashable zip, attached to this post.
5. Download both CWM_CustomBootanimation_Enable.zip and CWM_CustomBootanimation_Disable.zip, and place them at your internal sdcard. The reason I say you should get both, is because when trying out different animations, it can easily mess up the boot. If that happens it’s quite simple to just reboot into cwm, flash the disable zip, reboot, replace the animation with a working one, and reboot into cwm again and flash the enable zip. Should be easy for beginners.
**The test animation works for both ICS and JB**
Minimum requirements:
- CF-root with CWM
- Busybox
This has been reported working on:
[ICS]4.0.4 --> [JB]4.2.1 --> [JB]4.2.2 --> [JB]4.3
i9300, i9305, Sprint, Verizon and i747m devices.
Galaxy Note II - N7100
Galaxy Grand - i9082
And should in theory work on all other samsung android devices.
UPDATE:
made two new flashable zip files, that should work for 4.2.1.. it uses the AOSP "bootanimation"-file, that already has the "bootanimation.zip"-method implemented..
EDIT: it has been confirmed that this works for the 4.2.2 as well..​
UPDATE2:
if anyone is having issues having the Anbech-folder on internal sdcard, and cant remove it, then try flash the "CWM_RemoveAnbechFolder.zip"-file from the attachments..​
UPDATE3:
made 2 new flashzips:
Code:
CWM_CustomBootanimation_43_Enable.zip
CWM_CustomBootanimation_43_Disable.zip
they should work for any 4.3 sammy rom. make sure to get both files, as the disable-flashzip is handy if anything gets messed up ​
UPDATE4:
2 new flashzips:
Code:
CWM_CustomBootanimation_44_Enable.zip
CWM_CustomBootanimation_44_Disable.zip
let me know how they work out, as i cant test them myself ​
if just half of those who uses my work, would hit the thanks-button, i would be very happy

Making your own
This is what you need to know for making your own bootanimations.
The bootanimation.zip contains at least one folder, typically named "Part0", and a file named: "desc.txt".
There can be more folders, depends on how many parts there is. This is actually quite smart, as if you want the first part to be showed one time, the second part three times, and the last part untill the phone shows the UI. Then the bootanimation.zip would look something like this:
..
Part0
Part1
Part2
desc.txt
Click to expand...
Click to collapse
and the desc.txt file like this:
720 1280 20
p 1 0 Part0
p 3 0 Part1
p 0 0 Part2
Click to expand...
Click to collapse
The first digit - is how many times that part should be played (0 means infinite/forever)
The last digit - is the delay before the animation begins to play, in milliseconds
PartX - is the folder with the animation(Part0, Part1, Part2... PartX)
Click to expand...
Click to collapse
That was just an example to explain it. you can be as creative as you like, only your imagination sets the limit.
Inside each PartX-folder is there an animation, showed as images, one image per frame.
Supported images, from what ive tried myself, is JPEG, JPG and PNG. BMP might work as well, but this would make the zip file large in size.
The framerate (fps) is set in the desc.txt file, right to the resolution setting:
720 1280 20
Click to expand...
Click to collapse
An example of a desc.txt which is set to 20 fps.
I recommend not to set this to high, as the phone is quite loaded at the bootup process, so its a heavy process it to make a animation of images too. I usually set it somewhere between 20 and 25, that is by my own experience, the most smoothly rate.
When youve made your animation, you should keep in mind if it should be for ICS or JB, or both.
If its for ICS you should NOT make it looped, otherwise the phone will not show the UI after bootup. Looped animations can ONLY be used with JB.
The desc.txt file should be created/edited with notepad++ or something similar, as the regular notepad might mess with the structure.
To pack down the Part-folders and desc.txt file, its just by using winrar, 7zip or something similar. Just set it to save the files only, not compressing it.
I hope this will come someone handy, and if anyone has something that might be added, corrected, or even deleted, just let me know by a pm.

looking forward to them mate. omega rom bootanimation is cool so keep it up.

Thx mate..
Sent from my iphone rapist..

anbech is the master. I've got a couple for him to post

Here you can find some for the galaxy nexus,which work great for the sg3 as well
http://rootzwiki.com/topic/12938-boot-animations-for-galaxy-nexus-updated-071912/
Gesendet von meinem GT-I9300 mit Tapatalk 2

mate can u make the omega bootanimation with black background
Sent from my GT-I9300 using xda premium

maddes1402 said:
Here you can find some for the galaxy nexus,which work great for the sg3 as well
http://rootzwiki.com/topic/12938-boot-animations-for-galaxy-nexus-updated-071912/
Gesendet von meinem GT-I9300 mit Tapatalk 2
Click to expand...
Click to collapse
well, to quote my self in the first post: "The bootanimation has to be made by you, otherwise it won’t be posted. If it’s made by another creator than you, and you just have modified it to work with S3, you have to get the permission from the original creator."
kind of self-explanatory, but since its from another site you are referring to, i just think its good enough with the link in your post
i see no reason to add them all here too, but thanks for sharing
kp.nikhil said:
mate can u make the omega bootanimation with black background
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
i made it with black background at first, but when its that dark the glass effect kinda losses some details.. but you are not the first who asks about that, so i might make a black version in the near future..
this thread will not list the exclusive omega animations, so it wont be posted here..
and to your others, thanks for the support

Well... Usually I am the one who is always mad when ppl don't read the starting post of a thread.
But since I use your great method when you shared it in the boot animation help thread I thought you just explain the right installation
My apologies
Gesendet von meinem GT-I9300 mit Tapatalk 2

maddes1402 said:
Well... Usually I am the one who is always mad when ppl don't read the starting post of a thread.
But since I use your great method when you shared it in the boot animation help thread I thought you just explain the right installation
My apologies
Gesendet von meinem GT-I9300 mit Tapatalk 2
Click to expand...
Click to collapse
no problems mate, and thanks

Work great on omega v26 JB.. Thanks..
Sent from my GT-I9300 using Tapatalk 2

nicesoni_ash said:
Work great on omega v26 JB.. Thanks..
Click to expand...
Click to collapse
Can you tell me step-by-step how you did it?
Read the OP, all done, but have only animated "android" sign.

That means its enabled.. Thats how I did.. I just put my fav bootanimation.zip to data/local folder and that's it..
Sent from my GT-I9300 using Tapatalk 2

nicesoni_ash said:
That means its enabled.. Thats how I did.. I just put my fav bootanimation.zip to data/local folder and that's it..
Click to expand...
Click to collapse
Yes, I did the same thing.
EDIT: Problem solved - I just had to change permissions on bootanimation.zip file to rw- r-- r--
Thanks anyway.

great you guys can help each other out while im away.. thanks

anbech said:
great you guys can help each other out while im away.. thanks
Click to expand...
Click to collapse
Thanks to you we have a subject for helping
I think you could add in description of installation process one thing that if it doesn't work, you should check the file permissions of booatinmation file.

Yeah, still need to write a lot in this thread, but that will be some of it.. Thanks for pointing it out mate
Sent from my GT-I9300 using xda app-developers app

Related

[Theme] LithiumMod Blueberry port (v.8)

First off I need to give credit where credit is due. Fisha21 blazed the trail with the first themed Uruk framework and did the hardwork of figuring out the steps to make it happen. Secondly, the themed pieces in this framework came mostly from JRummy16's blueberry LithiumMod so I claim absolutely no credit for that. There are other pieces picked up here and there, but I apologize for not knowing where they all came from.
This is mostly a complete work, but there is always room for improvement so I don't want to call it a 1.0. See the screenshots below for a small sample of what has been done, but there are many other tweaked images (something like 200-ish).
This is my first release to the public - normally I'd tweak things for my own personal use and never spread it around, but since there isn't a huge theme library for the Archos I thought I'd share for anybody that's interested. Constructive criticism is appreciated; if you find something that needs fixing please let me know and I can adjust it. I in no way think this work is perfect, but it's not too shabby in my opinion.
{
"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"
}
This will work on Uruk running off the SD or from the internal storage. Follow Fisha21's install steps:
"How to install
Needless to say, only attempt this if you are comfortable modifying system files. As we are using the SDE for this, the potential risk of bricking/ irreversible damage is low, but you should still have some idea what you're doing!
Just to clarify, I am using this on an UrukDroid 0.5 rooted Archos 101. I don't see any reason why it shouldn't work on any previous UrukDroid version, or other device sizes, but I haven't tested on any other configuration.
I know there are other (semi-permanent) root methods out there, and I know some people have UrukDroid running from their internal SD. I don't know how/if this will work with those setups, and I can't offer any advice/help for anyone wanting to try it in those setups. PROCEED CAREFULLY if you decide to try!
There are probably lots of other (neater) ways of doing this but this is the way I've found to work consistently for me.
All file manipulation on the device was done with Root Explorer.
1. Unzip the attached [bluep0rkframework-res.zip] to your SD card (the largest partition). Can be done directly on device, or over USB.
2. Find your original framework-res.apk (/system/framework) and back it up. I stored the backup in /system/framework.old, but its up to you - keep it safe! I would suggest keeping a copy on your computer also - you'll see why later!
3. Navigate to where you saved the new framework-res.apk, and change permissions to those shown in the screenshot below. I used the Root Explorer context menu, but those who prefer terminal commands, thats chmod 644.
4. Now MOVE (not copy) that .apk into the /system/framework folder. It will ask if you want to replace the existing file, just hit ok.
[p0rk burn: I'm not sure if my files will change color like Fisha's, but once you move it into the folder it should sit there for a while in RootExplorer - you will be able to scroll up and down but using the home key or any other buttons will not do anything - that means the new framework is loading, The rest of the setup should be like Fisha21 described: the screen will go black after a few minutes and sit for a little bit, before the homescreen loads back up.]
Now reboot the system.
The black screen after the UrukDroid screen may last a minute longer than normal, but just be patient. When it all comes back, you should see your new notification icons!
Once again, only do this if you are comfortable with editing system files. Though the risk of bricking is low, I can't offer any help if you do manage to kill your Archos!"
View attachment bluep0rkframework-res.zip
bluep0rk for Uruk .6 - View attachment bluep0rkframework-uruk6.zip
Reserved for the pants party
Nice work, looks good! I can't seem to resize the tickbox icons without them looking very untidy, so may have to borrow yours...
I love this theme so much. but it not work on my device (Archos-101).
My device root with this method http://forum.xda-developers.com/showthread.php?t=930197
every time that I had tried to replace /system/framework, after reboot my device I have found Loop Reboot problem.
jakkrith said:
I love this theme so much. but it not work on my device (Archos-101).
My device root with this method http://forum.xda-developers.com/showthread.php?t=930197
every time that I had tried to replace /system/framework, after reboot my device I have found Loop Reboot problem.
Click to expand...
Click to collapse
Out of curiosity, which firmware version are you on?
fisha21 said:
Out of curiosity, which firmware version are you on?
Click to expand...
Click to collapse
- Archos Firmware 2.1.04
- Archos SDE
- chulri's custom initramfs+kernel 2.1.04 (+rw)
jakkrith said:
- Archos Firmware 2.1.04
- Archos SDE
- chulri's custom initramfs+kernel 2.1.04 (+rw)
Click to expand...
Click to collapse
I had problems installing my own framework after updating to Uruk 0.6, which is also based in part on 2.1.04. Not sure if there was some change in the other contents of framework-res in the newer firmwares, but when I installed mine, I got into this loop where the soft buttons would appear on a black screen for a few seconds, disappear then reappear again. Is that what you experienced? I fixed mine by repacking my custom icons into a new framework-res extracted from the newest firmware.
Would you try installing my latest version from the theme forum, and see if that will work on your setup? I have also found a (hopefully) easier method, but it does require ADB.
Just to be clear, I'm not trying to hijack p0rn burn's thread or encourage people to use my framework over his. It would just be interesting to see if changing the base framework-res did make a difference, or if I unknowingly did something else to fix things. I have PM'd p0rk burn about my findings as well, so hopefully we can get both versions working!
The more help the better. Ill try to get a new framework up on monday for the new fw. Im on uruk .6 now so i need it too.
As promised, I have uploaded the blue themed framework for Uruk .6. It is attached to the first post for those of you that are interested. Please make sure you use the proper one, otherwise you will have to fix it before being able to boot back into Uruk.
This one has the modified progress_horizontal.xml so the volume bar and other progress indicators are properly themed.
If I feel motivated (or think people would actually care) I'll see about tweaking this a bit more and/or doing some more ports.
p0rk burn said:
As promised, I have uploaded the blue themed framework for Uruk .6. It is attached to the first post for those of you that are interested. Please make sure you use the proper one, otherwise you will have to fix it before being able to boot back into Uruk.
This one has the modified progress_horizontal.xml so the volume bar and other progress indicators are properly themed.
If I feel motivated (or think people would actually care) I'll see about tweaking this a bit more and/or doing some more ports.
Click to expand...
Click to collapse
runs for me (0.6 uruk and zImage from ardatdat, running on sd)
nitpicks:
- beautiful widgets take a long time to load
- power off/reboot ... menu from powerbutton sometimes not responsible (could be another reason too i guess)
will try it a few days to see if its stable
like the theme, thanks for your work
woti23 said:
runs for me (0.6 uruk and zImage from ardatdat, running on sd)
nitpicks:
- beautiful widgets take a long time to load
- power off/reboot ... menu from powerbutton sometimes not responsible (could be another reason too i guess)
will try it a few days to see if its stable
like the theme, thanks for your work
Click to expand...
Click to collapse
I'll try the widgets on my end but I haven't had any of those issues. My guess is it has to do with the zImage because I don't think changing out .pngs would cause those issues, but definitely something worth looking at.
Thanks for the feedback.
p0rk burn said:
I'll try the widgets on my end but I haven't had any of those issues. My guess is it has to do with the zImage because I don't think changing out .pngs would cause those issues, but definitely something worth looking at.
Thanks for the feedback.
Click to expand...
Click to collapse
you know, the blue market hack would fit perfectly to your theme ;-)
I know, I thought about throwing it in when I first started this but wanted to get a proof of concept first and then sort of forgot about it. With all the problems people have had with market installs on Uruk I was a little afraid to mess with it.
I'll see what I can do though.
p0rk burn said:
I know, I thought about throwing it in when I first started this but wanted to get a proof of concept first and then sort of forgot about it. With all the problems people have had with market installs on Uruk I was a little afraid to mess with it.
I'll see what I can do though.
Click to expand...
Click to collapse
hehe, i have the blue market (vs 2.3.3 from the xda thread) on the archos 101 now
i like the blue and its working
gonna see if it the blue and transparent market works too
Once again Fisha21 came through for the scene. If you want the blue market follow these steps. Should work with the other 2.3.3 markets, but I can't vouch for it personally. On the other hand, if you reached this point in tweaking your Archos fixing a botched vending mod probably doesn't scare you.
fisha21 said:
I just use Root Explorer to drop the modified Vending.apk into the /system/app folder (extract the apk from the zip installer file)
Can also confirm the blue neon/black market works well - and looks awesome! (A101, Uruk 0.7)
Got the modded market here:
http://forum.xda-developers.com/showthread.php?t=813946
Click to expand...
Click to collapse
i shrinked your originally 9MB framework-res.apk by simply making all included archos-backgrounds unicolor (mostly about 250k -> 4k).
and making 2 times default wallpaper unicolor. (blue)
now its 6MB. i dont get why archos did this black pattern backgrounds anyway.
p0rk burn I'v been trying to mod the framework-res.apk myself. but just out of curiosity what tools do you use and how do do the modifications.
i shrinked your originally 9MB framework-res.apk by simply making all included archos-backgrounds unicolor (mostly about 250k -> 4k).
and making 2 times default wallpaper unicolor. (blue)
now its 6MB. i dont get why archos did this black pattern backgrounds anyway.
Click to expand...
Click to collapse
would you be able to upload those modified wallpapers? wouldn't mind reducing the size of my own apk, seems a shame to duplicate your work!
fisha21 said:
would you be able to upload those modified wallpapers? wouldn't mind reducing the size of my own apk, seems a shame to duplicate your work!
Click to expand...
Click to collapse
im sorry if it was missleading but i altered p0rk burn's framwork-res.
anyway i mailed you the download link, should be useful for you mod too.
woti23 said:
im sorry if it was missleading but i altered p0rk burn's framwork-res.
anyway i mailed you the download link, should be useful for you mod too.
Click to expand...
Click to collapse
no, not misleading - I understood! Just got so many other pngs to edit, thought I'd benefit from your efforts on reducing the wallpaper file size.
Your files are already sitting in my framework version! Thanks

[Bootanimation] StarWars // Great Bootanimation! NOW With Sound! :eek: [ALL ROMS!]

{
"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"
}
* Added CWM flashable zips. (No need to read all I wrote if you want to install through cwm just download the ones with the CWM tag! =D The sound works on all roms now! Give it a shot and try it! The bootanimation runs in the same order with the GIF Files
First the Star Wars Title then Droid and R2D2 Pops up in the end
Download link on the bottom of the post under Attached Files
This is the first thing I share on XDA so forgive me if anything is wrong. The bootanim is so cool, just give it a shot =)
Steps on how to install:
Your device must be rooted
Transfer the bootanimation.zip to your phone
Copy it to system/media with a root explorer (Replace the old one)
It runs very smoothly and if you're a StarWars fan just like me, you'll like it a lot =D
The same animation is now available with PowerOn sound! So if you want the bootanimation with the sound, you have to flash the sounded file under attached files via CWM this time. (The normal (without sound) bootanimation.zip was supposed to be installed via a root explorer!)
There you go!
Thanks,
Berk.
Edit: I just played with the folders. Better now.
There's also another edition of the bootanimation which doesnt include the first two parts, only the gif with the R2D2 plays: http://db.tt/10IqtCii (Credits go to sgs2.5 for uploading and sharing this one =) )
Alternative mediafire download link for the whole animation: http://www.mediafire.com/?1micez0zgnmz2dc
2) Another way to install the bootanimation!
CWM Flashable zips added! :
Here we go,
I made some CWM5 packages for the Samsung Galaxy S2 (flashable with ROM
Manager) with the original R2D2 bootanimations in them. I can't test the one
with sound because my rom doesn't support it.
Flash at own risk. Make a full backup first, do whatever you must do not to loose whatever is on your phone! Don't complain to me if you mess up your phone! You rooted it
The animations are copied to /data/local/ which overrules the one you might have in
/system/data/ . A logo in /system/data/ (for instance a pink aokp pony
remains untouched.
The bootsound (where applicable) is copied to /system/etc/ and overwrites an
old one if it's there. If you wanna loose the sound. simply delete PowerOn.wav from /system/etc/.
The ´no sound´ versions don´t remove or overwrite PowerOn.wav if it´s already present.
Oh,, flash them 'certificate verification' OFF. Inserting a valid certificate scks blls, so I didn't.
R2D2 animation only, CWM (no sound): http://dl.dropbox.com/u/36551347/XD...SGS2 CWM5 Bootanimation R2D2 no sound TVW.zip
R2D2 animation only, CWM (R2 sound): http://dl.dropbox.com/u/36551347/XD...S2 CWM5 Bootanimation R2D2 with sound TVW.zip
StarWars logo+Droid logo+R2D2 animation, CWM (no sound): http://dl.dropbox.com/u/36551347/XD...mation Android StarWars R2D2 no sound TVW.zip
Credits go to sgs2.5 for his great contribution!
Please click the Thanks button if you like it
Sound and the bootanim works for most of the devices now thanks to sgs2.5! Hydrogen-Ics and the AOKP ROMs are supported now as well. CWM Flashable link in the 1st post.
If you're on a rooted stocklike ICS rom (e.g. NEAT Rom) Just rename the system/etc/PowerOn.wav to PowerOn.ogg after flashing "Flash this one with CWM Bootanimation Complete with sound TVW.zip"! Feel free to ask away if you encounter any problems!
VOLUME FIX for BOOTANIMATION(sound) ;-)
According to me its just fine but if you want to crank up the volume a little during boot do the following;
edit the file "build.prop" in /system/ (set system to r/w before editing)
add or alter the following setting/line ;
persist.sys.boot_volume=100
save the file and reboot your phone
berq219, sgs2.5
where is the file. no attachment!!!
pissyhun said:
where is the file. no attachment!!!
Click to expand...
Click to collapse
Umm its in the 1st post?
I was editing maybe thats why?
Hi, where is the file ? I can not find the file in the link site :/
ryadboss said:
Hi, where is the file ? I can not find the file in the link site :/
Click to expand...
Click to collapse
See the file in the first post under attachments? Its on the bottom of the first post
berq219 said:
See the file in the first post under attachments? Its on the bottom of the first post
Click to expand...
Click to collapse
Oh Now I see the link! you've changed the link or it's me who's crazy? : D
Thank you, I'm testing now
ryadboss said:
Oh Now I see the link! you've changed the link or it's me who's crazy? : D
Thank you, I'm testing now
Click to expand...
Click to collapse
The File was always attached there Waiting for the feedback dude
Im not able to download it...its downloading @1kbps or even less x(
Sent from my GT-I9100 using Tapatalk 2
fatjivi said:
Im not able to download it...its downloading @1kbps or even less x(
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Just tried from different PC guest account. Worked fine for me And its the xda-host. Maybe retry now? Since it worked for me on other computer, shud work for you as well =) I'll upload it to some site if doesnt work for you. Keep me informed please ^^
Edit: Added an alternative mediafire link :O
Needs sound to match
Sent from my GT-I9100 using Tapatalk 2
berq219 said:
Just tried from different PC guest account. Worked fine for me And its the xda-host. Maybe retry now? Since it worked for me on other computer, shud work for you as well =) I'll upload it to some site if doesnt work for you. Keep me informed please ^^
Edit: Added an alternative mediafire link :O
Click to expand...
Click to collapse
Sorry my mistake..some problem with my isp...downloaded it but its not working for me...i copied the zip to system/media via root explorer but no go ...im using hydrogen akop rom...i had disabled the boot anim earlier but enabled it again before copying the zip but im not getting the anim
Edit: never mind this tapatalk seems to be the root of all problems..i checked file size and it was just 4mb :/...tapatalk doesnt seem to be downloading files properly...had the same problem when i downloaded in another thread where it showed successful download even though it had just downloaded 70% of the file
Sent from my GT-I9100 using Tapatalk 2
fatjivi said:
Sorry my mistake..some problem with my isp...downloaded it but its not working for me...i copied the zip to system/media via root explorer but no go ...im using hydrogen akop rom...i had disabled the boot anim earlier but enabled it again before copying the zip but im not getting the anim
Edit: never mind this tapatalk seems to be the root of all problems..i checked file size and it was just 4mb :/...tapatalk doesnt seem to be downloading files properly...had the same problem when i downloaded in another thread where it showed successful download even though it had just downloaded 70% of the file
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Added a mediafire link if that works for you.
I use AOKP as well with bootanim sound disabled
berq219 said:
Added a mediafire link if that works for you.
I use AOKP as well with bootanim sound disabled
Click to expand...
Click to collapse
Yes it works great thank you...boot anim sound is disabled like u mentioned..is that the rom feature?
Sent from my GT-I9100 using Tapatalk 2
fatjivi said:
Yes it works great thank you...boot anim sound is disabled like u mentioned..is that the rom feature?
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
I think our ROM doesnt have a default boot animation sound. So unless you add one to system files there wont be a sound.
Great Job
alvin.durant said:
Great Job
Click to expand...
Click to collapse
Thanks
Sent from my GT-I9100 using XDA
Thanks for sharing. Nice job.
I already had this bootlogo without the "Star Wars" and "Android" logo's, which I like better. So I switched back to the plain R2.
If anyone wants it, shout out, i'll try to include a link (forum rules don't allow me to include links yet ;-(
April 17, 2012
berq219's animation is better looking than the original after all. Just had to get used to it.
I made it cwm flashable and added sound to it.
StarWars+Droid+R2D2 is here to stay !
sgs2.5 said:
Thanks for sharing. Nice job.
I already had this bootlogo without the "Star Wars" and "Android" logo's, which I like better. So I switched back to the plain R2.
If anyone wants it, shout out, i'll try to include a link (forum rules don't allow me to include links yet ;-(
Click to expand...
Click to collapse
Yepp, Ive seen that one on the forums as well, but couldnt see this one so decided to share. If you want, I can include that one in the first post with your link. (Give me a pm) I'll include your name there of course
Added preview =) Those GIFs run in row in the animation!

[LOCKRINGS] OVER 150 DESIGNS and SHORTCUTS ft. CID, AOKP, SuperHeroes AND MORE!!

Hey guys this is just a report of my GALAXY NEXUS thread
PLEASE CHECK FAQ IN POST 2.
Requests are closed at the moment, other people may fulfil your requests but i will not atm as i'm crazy busy. see post #2 for other notes.
they are metamorph/zipthemer (for JB) zips so please download the app and then open the zip and apply with metamorph!
please nandroid if you don't know 100% what you're doing or how to recover otherwise.
the other option is to pull your framework-res.apk in /system/framework/ to your computer and then if you get a bootloop you can always adb push it back.
Please don't steal my work, if you want to share it in another forum, ask me or just send them to this thread. please and thanks!
Special thanks to GideonX for hosting and giving me my site, @Stericson for his tutorials and teaching me how to do metamorph, @morfic for his awesome kernel, @rascarlo for his awesome rom and @SamsungClay for being such an inspiration to me.
EVERYTHING IN MY FOLDER IS XHDPI AND HDPI COMPATIBLE.
Whats available thus far:
{
"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"
}
Please hit me up with a thanks for all the time i invest into fufilling as many requests as i can! All downloads can be found HERE at MY SITE MADE AVAILABLE BY GIDEONX!
check out spunks3's (american) FOOTBALL pack here and some of his other stuff here.
Let me know if i derped up anything in the files! ;P
Cheers!
FAQ's
Commonly asked Questions or reoccuring comments
- USE THE SEARCH FUNCTION.
- ALWAYS MAKE A NANDROID or have one on hand to fall back. I cannot stress this enough, especially if you are a newb and this is your first time flashing a theme / using metamorph
- alternatively, if you know what you're doing, just pull the framework-res.apk from /system/framework/ BEFORE you apply the theme and if you get a bootloop just push it back from recovery.
now.
HOW DO I INSTALL THIS???
- First, USE ZIPTHEMER
- download the file to /sdcard/Zipthemer
- go open Zipthemer
- BEFORE ADDING THEMES UPDATE EDIFY
-> hit menu
-> update edify
-> browse...
-> browse to your rom's zip and click on it
-> it will return to the previous menu and then hit configure
-> EDIFY IS NOW CONFIGURED
- then it +Theme and navigate to the folder with the ring
- then change the name of the output if you like
- then click "Build It" and then make a back up.
- reboot into recovery and flash
- reboot
- ?????
- PROFIT!
OMG THESE ARE AWESOME WHAT ROMS DOES IT WORK ON?
anything AOSP based, that being cm10.1, aokp, rasbean, etcetc.
it will NOT work with the sony roms, or sense roms, or touchwiz roms so dont blame me if you try doing it with those roms.
i'm on paranoid and thats based of CM10 so it'll work right?!
YES IS WORKS NOW THANK YOU MOLES.
Will this theme work on any other phone?
YES! It will work on any phone as long as it is XHDPI (Gnex, SGS3, One X), or HDPI (SGS2, Desire, MyTouch4g, etcetc) if you're not sure just google your screen resolution. sorry MDPI isn't supported!
ONLY the files on my site or the ones that i post are supported. anything posted by anyone else may not support both xhdpi and hdpi.
i totally borked my phone and its in a bootloop QQ what do i do?
if you're running the proper rom and you followed all the instructions properly then pull the battery and reboot. it is normal for a random reboot to happen when you first apply it. metamorph talks all about it in its warning to you.
I did what you said but it still bootlooping... the world is over.
either nandroid or restore your framework from recovery. and then try redownloading the zip and reapplying. sometimes people get bad downloads... so dont fret.
i have followed all the previous steps and my lockring isn't applying... YOUR LOCKRINGS ARE BROKEN!
probably not, as 99% of them have been tried and tested. make sure you don't have a theme applied, if you do, use zipthemer to apply the lockring isntead.
ZOMG i've tried everything you said and it still wont work...my life is over
stop lying. all the rings work provided you've followed the instructions. otherwise send me your framework-res.apk and i'll look at it.
can i have this lockring design?
well first you need to provide a picture, and then even then its stillup to me whether or not i'm going to make it.
can i haz a weed one?
simple answer, no. I don't endorse drugs that are illegal in my country (Canada). But if you want a benadryl one, then sure.
if weed was legal in my current place of living, then i would, but until then. ;P
ZOMG YOU ARE SO SLOW AT FULFILLING REQUESTS AND YOU SHOULD BOW DOWN TO ME AND DO AS I SAY!! I CANT WAIT FOR YOU TO HAVE A LIFE AND DO IT ON YOUR TIME, LET ME MAKE MY RINGS MYSELF!
i'm not responsible if you eff up your phone cause you dont know what you're doing. but here is a brief but pretty concise explanation of how to do it.
if you download any of my zips, and unzip it, you'll find a folder with files, and an .xml file.
if you want to change the pics of the lockrings
- unzip with winrar or 7z or whatever
- go to framework-res/res/drawable-hdpi (or xhdpi if youre on a gs3)
- change your lockring .png's. They can be anything, but just make sure they are 162x162 px for hdpi and 216x216 px for xhdpi
- ic_lockscreen_handle_normal.png is the lockring when it is not pressed
- ic_lockscreen_handle_pressed.png is when you put your finger to drag it to your designated target.
- MAKE SURE YOU RENAME YOUR EDITED PNG's TO EXACTLY WHAT IS ABOVE OR ELSE IT WONT WORK (unless you want to play with xml)
- once you have fixed up all your images go back to the root folder where you unzipped the original zipfile.
- then open the xml and change accordingly to what it says.. pretty straightfoward
- now this is important for it to work with meta! : you can rename the xml to (your name here).xml, but it is IMPERATIVE that when you ZIP the file back together, you name the zip the EXACT same as the xml except ending in .zip
- so select your xml and your folder (framework-res) and then right click, and zip it with winrar or 7z. make SURE it is a ZIP file and that it is the EXACT SAME NAME AS THE XML and DO NOT COMPRESS IT!
- then when you have your zip, drag and drop it into your AndroidThemes folder on your internal SD or SD (assuming you're using metamorph) and then apply with MM or Zipthemer or ninjamorph etcetc!
**it will soft reboot or freeze or whatever, just pull the battery and boot normal. or use
Code:
adb reboot
and voila! there you have it, you've made your very own custom lockrings!
cheers! :highfive:
thats all for now, but this post will be updated when popular questions arise.
Reserved.
Thanks for sharing!
Sent from my Galaxy Nexus using Tapatalk 2
Glad you opened a separate thread.
Sent from my Galaxy Nexus running Rascream ROM and the one and only Trinity kernel.
Love the chrome!
Sent from my Galaxy Nexus using Xparent ICS Blue Tapatalk 2
Blue cid normal thank you
G NEXUS
reserved.
Check the first post.
@faithcry
Its a kang from fitsnugly, with the weather images changed.
G NEXUS
fcisco13 said:
@faithcry
Its a kang from fitsnugly, with the weather images changed.
G NEXUS
Click to expand...
Click to collapse
can you send me a link to the weather images? or a pm.
FaithCry said:
can you send me a link to the weather images? or a pm.
Click to expand...
Click to collapse
Its from a good fella here at xda, use the zipthemer ones cause u don't think he updates it anymore, don't forget to thank him.
http://forum.xda-developers.com/showthread.php?t=1679758
G NEXUS
Thank you so much for lfc lockring YNWA
Sent from my Galaxy Nexus using xda premium
leelaa said:
Thank you so much for lfc lockring YNWA
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
YNWA!
FaithCry said:
YNWA!
Click to expand...
Click to collapse
You know this!
Sent from my Galaxy Nexus using xda premium
Chrome matte is a rar lol
I'm So Meta, Even This Acronym
upstandingcitizen said:
Chrome matte is a rar lol
I'm So Meta, Even This Acronym
Click to expand...
Click to collapse
fixed now. thanks for pointing it out!
Tried it on paranoid android but didn't change nothing
Sent from my Galaxy Nexus using Tapatalk 2
How about white unicorn in a Google circle like lfc? thanks for these!
kang bang
First of all thx!!! Second how about the nexus "X"???
Sent from my Sprint Galaxy Nexus CDMA using Tapatalk 2

[bootanimation] Galaxy SIII boot animations

I own the Verizon GSIII but thought I would share these around with everyone...
These boot animations will only work with custom Roms/kernels that allow for the use of bootanimation.zip
All flashable .zip's place the bootanimation.zip in data/local
I hope you guys like them...
If you do, give me a "Thanks"
Jelly Beans
{
"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"
}
This boot animation was made for a Verizon Rom called Jelly Beans -(the name came from the developer BeansTown106)
But I thought someone else might like it...
Download for manual install
Galaxy SIII
Here is a little piece of candy that I found... Enjoy
Download Flashable .zip
Manual install
The New AOKP
I finally had some time today and put a new bootanimation together...
Go and thank ThaPHLASH for the imagery. He did a nice job.
Download
Flashable .zip
manual install
Here is my first boot animation designed specifically for the Galaxy S III
The intro was originally created by Jaekar99 and the rest is mine.
Instructions
Download Flashable Zip (flashes bootanimation.zip to data/local)
download file and flash in CWM
Download bootanimation.zip for manual install
Copy bootanimation.zip to data/local
Reboot
:beer:
Hey why is the first bootanimation flickering white everytime it loops?
Sent from my SGH-T999 using Tapatalk 2
hucesar1017 said:
Hey why is the first bootanimation flickering white everytime it loops?
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
I have been chasing this ghost... it only pops up on certain ROMs and I don't know why... I'm sorry. I'll keep trying to find a fix
Sent from my GS³
Looks pretty cool to me..
Yeah I tried to fix it. I even changed the boot cycle loops and created a part0 with some images but still occurs. I wonder if its because they are in jpg format and not PNG?
Sent from my SGH-T999 using xda app-developers app
Here is another one to add the list.
It is the R2D2 boot with the sound file.
The Bootanimation.zip goes into the system/media folder
The audio goes into system/media/audio/ui
BootAnimation
https://dl.dropbox.com/u/95890953/bootanimation.zip
PowerON.ogg
https://dl.dropbox.com/u/95890953/PowerOn.ogg
IF YOU LIKE PLEASE HIT THANKS
---------- Post added at 06:23 PM ---------- Previous post was at 06:18 PM ----------
OP.... I hope you don't mind that I added to this post, I did not want to have multiple threads for bootanimations. If is a problem let me know and I will take it down.
The animation is cool but too small. We need to resize the images to fit the s3. If your not already working on this I can tonight. Cheers! :beer:
saldebot said:
Here is another one to add the list.
It is the R2D2 boot with the sound file.
The Bootanimation.zip goes into the system/media folder
The audio goes into system/media/audio/ui
BootAnimation
https://dl.dropbox.com/u/95890953/bootanimation.zip
PowerON.ogg
https://dl.dropbox.com/u/95890953/PowerOn.ogg
IF YOU LIKE PLEASE HIT THANKS
---------- Post added at 06:23 PM ---------- Previous post was at 06:18 PM ----------
OP.... I hope you don't mind that I added to this post, I did not want to have multiple threads for bootanimations. If is a problem let me know and I will take it down.
Click to expand...
Click to collapse
I resized the bootani but it got me thinking... who deserves the credit for this? Im not thanking Moto, but I think someone edited out the logos.
Any way, Here it is...R2D2 boot animation for GSIII
schu9120 said:
I resized the bootani but it got me thinking... who deserves the credit for this? Im not thanking Moto, but I think someone edited out the logos.
Any way, Here it is...R2D2 boot animation for GSIII
Click to expand...
Click to collapse
Hey dude I noticed you had changed the size in the desc.txt file and resized images to 400x800 (S2 resolution).
I went ahead and resized the boot animation to 720x1280(Galaxy S3).
I thought we would give the user the option to select the resolution they wanted.
Im sure there are many other Star Wars Fans!
Here's a link dude.
r2d2 Galaxy S3 (720x1280)
feel free to add this to the OP. :highfive:
Let me know if I've helped by hitting the THANKS!
And if there is anything else I can help with let me know, I love doing this!
hucesar1017 said:
Hey dude I noticed you had changed the size in the desc.txt file and resized images to 400x800 (S2 resolution).
I went ahead and resized the boot animation to 720x1280(Galaxy S3).
I thought we would give the user the option to select the resolution they wanted.
Im sure there are many other Star Wars Fans!
Here's a link dude.
r2d2 Galaxy S3 (720x1280)
feel free to add this to the OP. :highfive:
Let me know if I've helped by hitting the THANKS!
And if there is anything else I can help with let me know, I love doing this!
Click to expand...
Click to collapse
Did my version not work correctly for you?
Yeah all I did to make that previously posted bootani fit our phones is change the desc.txt file. The images themselves don't have to be 720x1280 because the desc.txt controls the size that they are displayed. Does that make sense?
I have to admit, I started to download your version but noticed that it is 43 megabytes. This is quite big for a bootanimation. The smaller the better. I personally use .jpeg format instead of .png for most of my personal bootanis because .jpeg generally creates a smaller image file size.
I have to ask how you went about to re-sizing the images?
schu9120 said:
Did my version not work correctly for you?
Yeah all I did to make that previously posted bootani fit our phones is change the desc.txt file. The images themselves don't have to be 720x1280 because the desc.txt controls the size that they are displayed. Does that make sense?
I have to admit, I started to download your version but noticed that it is 43 megabytes. This is quite big for a bootanimation. The smaller the better. I personally use .jpeg format instead of .png for most of my personal bootanis because .jpeg generally creates a smaller image file size.
I have to ask how you went about to re-sizing the images?
Click to expand...
Click to collapse
Photoshop!
hucesar1017 said:
Photoshop!
Click to expand...
Click to collapse
Try using save for mobile devices. Shift +Ctrl + alt + s
:beer:
Sent from my GS³
Are you creating these on a Mac or Windows? I created mine on a Mac and the white flicker is caused from the hidden .ds_store file that Mac creates in every file folder.
schu9120 said:
I have been chasing this ghost... it only pops up on certain ROMs and I don't know why... I'm sorry. I'll keep trying to find a fix
Sent from my GS³
Click to expand...
Click to collapse
Definitely getting the white flashing. Looks decent other than that.
I did it with root explorer. Just placed the file in data/local and put the permission to rw--r--r and rebooted. Make sure you mount system as r/w, and it's as simple as that.
GreenMnM588 said:
Are you creating these on a Mac or Windows? I created mine on a Mac and the white flicker is caused from the hidden .ds_store file that Mac creates in every file folder.
Click to expand...
Click to collapse
I'm using windows. I have found some little random files in my stuff before but I can't think of what they were off the top if my head.
Thanks for your idea
Sent from my GS³
thechocowarrior said:
how would u reverse it?
Click to expand...
Click to collapse
Use root explorer or root browser and navigate to data/ local. Long press "bootanimation.zip" and delete it. Reboot and your old boring boot animation should return
Sent from my GS³
Hi mate, is it possible to get this on qmg file formate
schu9120 said:
I
Here is my first boot animation designed specifically for the Galaxy S III
The intro was originally created by Jaekar99 and the rest is mine.
Instructions
Download Flashable Zip (flashes bootanimation.zip to data/local)
download file and flash in CWM
Download bootanimation.zip for manual install
Copy bootanimation.zip to data/local
Reboot
:beer:
Click to expand...
Click to collapse
Flashed the count down using cmw, im on wicked rom V5 with no luck.
Will this work on FrostyJB 4.1.1 v1?

[BOOTANIMATION][ROOT]Collection Of Bootanimations ;)

Knight Rider
Hello everyone, I stumbled upon these boot animations a while ago, but didn't know how to use it until recently. So I decided to make one compatible with our S3 Mini + I've added KITT's scanner sound to make it more appealing
IMPORTANT : This is NOT created by me. I just resized the images and edited the animation to be able to play on 480x800 screened devices!
ALL CREDITS FOR IDEA, RESOURCES AND DEVELOPMENT GO TO @OptimusADDiCT
I don't plan to port all of his other KR boot animations, but if I get some more free time and lots of requests , I might do them as well
Installation:
1. Enable Custom Boot Animations
2. Download K.I.T.T. Car & Voice Box (Android Version).rar from attachments
3. Unrar it
4. Copy/Paste bootanimation.zip into system/media folder with Root Browser (or similar tool)
5. [OPTIONAL] Copy/Paste PowerOn.ogg into system/media/audio/ui overwriting the original file (make backup first)
:laugh: Enjoy your Knight Rider styled S3 Mini
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Supernatural
Hello everyone, I stumbled upon these boot animations a while ago so I decided to make one compatible with our S3 Mini + I've added Supernatural's theme (first 15secs) to make it more appealing
IMPORTANT : This is NOT created by me. I just resized the images and edited the animation to be able to play on 480x800 screened devices!
ALL CREDITS FOR IDEA, RESOURCES AND DEVELOPMENT GO TO @climhz
I don't plan to port all of his other Supernatural boot animations, but if I get some more free time and lots of requests , I might do them as well
Installation:
1. Enable Custom Boot Animations
2. Download Supernatural Season 10 + Theme.part1.rar & Supernatural Season 10 + Theme.part2.rar from attachments
3. Select both downloaded files, right click and choose extract
4. Copy/Paste bootanimation.zip into system/media folder with Root Browser (or similar tool)
5. [OPTIONAL] Copy/Paste PowerOn.ogg into system/media/audio/ui overwriting the original file (make backup first)
:laugh: Enjoy your Supernatural styled S3 Mini
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Monster Energy
Hello everyone, I stumbled upon this boot animation so I decided to make it compatible with our S3 Mini. I've also added Skillet - Monster's "Feel Like A Monster" phrase to make it more appealing
IMPORTANT : This is NOT created by me. I just resized the images and edited the animation to be able to play on 480x800 screened devices!
ALL CREDITS FOR IDEA, RESOURCES AND DEVELOPMENT GO TO @ogdobber
Installation:
1. Enable Custom Boot Animations
2. Download Monster Energy Bootanimation.rar from attachments
3. Extract it
4. Copy/Paste bootanimation.zip into system/media folder with Root Browser (or similar tool)
5. [OPTIONAL] Copy/Paste PowerOn.ogg into system/media/audio/ui overwriting the original file (make backup first)
:laugh: Enjoy your Monster Energy styled S3 Mini ​
GIFs
Knight Rider
{
"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"
}
Supernatural
Monster Energy
Photos please
Using the thank button it not
So herd gest press it
oldmen said:
Photos please
Using the thank button it not
So herd gest press it
Click to expand...
Click to collapse
Updated 2nd post with previews of the current bootanims
If you want other bootanims ported, just post link to .gif or an already existing animation that needs porting
How can I create a bootanimation from a gif?
Federico.Gasparini91 said:
How can I create a bootanimation from a gif?
Click to expand...
Click to collapse
First you go to www.online-convert.com and convert your .gif to .jpg images (they're going to be inside a .rar file, just extract it). Now that you've got your images follow these instructions http://www.droidbeans.com/how-to-create-your-own-boot-animation-rooted-devices/ .
First few tries are gonna be complete fails, but when you get the hang of it you will see how easy it actually is to make bootanims xD
Sent from my " Black Beauty " using XDA Premium 4 mobile app
Moved to the S5
So, I recently bought a S5 and I'm going to be more active in its forums, but I'm not abandoning this thread For more up to date info on ported bootanims, please check out THIS thread in the future and post HERE which bootanimations you want ported to the S3 Mini. Take care
koragg97 said:
So, I recently bought a S5 and I'm going to be more active in its forums, but I'm not abandoning this thread For more up to date info on ported bootanims, please check out THIS thread in the future and post HERE which bootanimations you want ported to the S3 Mini. Take care
Click to expand...
Click to collapse
Can u do a boot anim on Turrican preferably with this sound http://www.nemmelheim.de/turrican/files/welcometoturrican.mp3 plz
Thanks
savvy1968 said:
Can u do a boot anim on Turrican preferably with this sound http://www.nemmelheim.de/turrican/files/welcometoturrican.mp3 plz
Thanks
Click to expand...
Click to collapse
Sure thing. Sound is ready, now can you also post link to a .gif or short video which you want to be the bootanimation?
koragg97 said:
Sure thing. Sound is ready, now can you also post link to a .gif or short video which you want to be the bootanimation?
Click to expand...
Click to collapse
This is the pic i want but i cant resize it & make it look correct so im hoping you can do somethging with it,
and can you put the words "Glynns Phone" on it too please.
savvy1968 said:
This is the pic i want but i cant resize it & make it look correct so im hoping you can do somethging with it,
and can you put the words "Glynns Phone" on it too please.
Click to expand...
Click to collapse
Ok, but keep in mind that it won't be a moving animated picture as it's just a normal .jpg
In other words, it will just sit there on your screen until your phone boots up. It won't move or something like that [emoji14]
koragg97 said:
Ok, but keep in mind that it won't be a moving animated picture as it's just a normal .jpg
In other words, it will just sit there on your screen until your phone boots up. It won't move or something like that [emoji14]
Click to expand...
Click to collapse
Is there anyway you could animate the words?
savvy1968 said:
Is there anyway you could animate the words?
Click to expand...
Click to collapse
Mmmaybe.. I'll see if i can do it later today.
Thanks
Thanks so much for taking time out to do this for me.
koragg97 will DMOD v7 work with stock rom ANF3?
Or do you know of a better Modded Rom than DMOD v7?
savvy1968 said:
Thanks so much for taking time out to do this for me.
koragg97 will DMOD v7 work with stock rom ANF3?
Or do you know of a better Modded Rom than DMOD v7?
Click to expand...
Click to collapse
No problem. DMod should work fine on any firmware, because it overwtites the existing system with the modded one.
My S3 Mini is on this ROM and I love it
Btw, DMod v7 isn't released afaik, v6 is the latest and it's also gr8. Try both for a few days and choose which one you want.
It's ready
Installation:
1. Enable Custom Boot Animations
2. Download Turrican.part1.rar and Turrican.part2.rar from attachments
3. Extract them
4. Copy/Paste bootanimation.zip into system/media folder with Root Browser (or similar tool)
5. [OPTIONAL] Copy/Paste PowerOn.ogg into system/media/audio/ui overwriting the original file (make backup first)
:laugh: Enjoy your Turrican styled S3 Mini
Turrican
I'm not gonna add this bootanimation to the OP, because it's specifically made for you (the name). Hope you like it. ​
koragg97 said:
It's ready
Installation:
1. Enable Custom Boot Animations
2. Download Turrican.part1.rar and Turrican.part2.rar from attachments
3. Extract them
4. Copy/Paste bootanimation.zip into system/media folder with Root Browser (or similar tool)
5. [OPTIONAL] Copy/Paste PowerOn.ogg into system/media/audio/ui overwriting the original file (make backup first)
:laugh: Enjoy your Turrican styled S3 Mini
Turrican
I'm not gonna add this bootanimation to the OP, because it's specifically made for you (the name). Hope you like it. ​
Click to expand...
Click to collapse
Thanks so much it looks great on my phone...Cheers
http://www.droidbeans.com/how-to-create-your-own-boot-animation-rooted-devices/
The site is down is there any other sites that youknow that does the same thing please?
savvy1968 said:
http://www.droidbeans.com/how-to-create-your-own-boot-animation-rooted-devices/
The site is down is there any other sites that youknow that does the same thing please?
Click to expand...
Click to collapse
Sadly, no. I was just looking through my old topics and saw you posted
Seach around in Google and you'll probably find another tutorial for it. I was very busy with finishing my last year in high school lately and now have university exams so can't be bothered by pretty much anything :\ sorry, hope you understand. Cheers

Categories

Resources