SpaceBalls Custom Boot Animations
Greetings all.
I was helping a friend of mine develop a custom boot animation for his SGS3, which has led to creating these SpaceBalls custom boot animations.
Thus, I bring you:
Vespa's Vengeance
(a.k.a. "He shot my hair...").
NOTE: If you're using stock kernel and do not have custom boot animation support, download the CWM_CustomBootAnimation_Enable.zip file found in this thread (it's the fourth post in the thread). It will allow you to use the custom boot animation files.
ALSO NOTE: I am not responsible for anything that happens to your device, if your SD card goes dead, and everything else!
There are two versions of the file: a "cleaned-up" version for those who need to have a "non-swearing" version, and an uncut version that has uses the original script. Both are flashable zip files. All of these files have been tested with a stock variant ROM.
Clean Version: https://dl.db/Vespas_Vengeance_Clean_Boot_Anim.zip
Uncut Version: https://dl.db/Vespas_Vengeance_Boot_Animation.zip
INSTALLATION INSTRUCTIONS
NANDROID BACKUP!!! I always recommend a Nandroid backup first.
If your kernel does not support custom boot animations, download the Custom Boot Animation Enable zip file and flash via CWM.
Download the appropriate boot animation and flash using CWM.
--UPDATE 1/22/2013--
And now, may I present:
The Combination Is 1-2-3-4-5
(a.k.a. "...the stupidest combination I've ever heard...").
Full-length Boot Animation: https://dl.db.com/SpaceBalls_12345_BootAnimation.zip
MD5: 5A4409BDADEF79A5818FF5D87F032C34
Shorter Version (for ROMs that may not play the full version): https://dl.db.com/SpaceBalls_12345_Short.zip
MD5: 8091EFDFD93A25E002322C090A249027
Others to be coming...
Reserved.
How about one for when MegaMaid goes from suck to blow?
Classic
Sent from my SGH-T999 using xda app-developers app
I see your Schwartz is as big as mine
Sent from my SGH-I747 using xda premium
Woodrube said:
How about one for when MegaMaid goes from suck to blow?
Click to expand...
Click to collapse
I should have one ready soon.
Just out of interest, have you tried any of the ones above? If so, does the timing of the sound to the visuals work? Only reason I ask is that my ROM's developer came out with a new version and it's throwing my boot sound/animation timing off. If the ones above work, then I can build the new BA with the same timing.
Thanks.
BaconStep said:
I see your Schwartz is as big as mine
Sent from my SGH-I747 using xda premium
Click to expand...
Click to collapse
I'm working on this one as well.
Related
This thread will be a little different.
I would like to make one thing very clear. Even tho I'm posting new repacked kernel with a recovery compiled from source I can't claim this as my work.
A lot of talented devs were involved in the process and they were kind enough to guide me every step of the way and not claiming any credit for that. I would like to extend my thanks to (not in any particular order):
Chris41g
Sfhub
garwynn
Mr. Sumrall
Entropy
And many more who helped along the way.
First let us understand what is "safe" recovery.
Here is direct quote from sfhub's PM to me:
"Just think of it this way. You build your own recovery executable and have examined your source tree confirming wipe.c doesn't exist, so the operations that are handled *by your recovery* are safe. That is wipe data/factory reset and nandroid backup/restore.
When you choose to install a rom from *your recovery*, it uses a "helper app" that is in the ROMs update.zip called update-binary.
This update-binary is also compiled against libext4_utils.a, except in this case (except for your own ROM), you cannot examine the source tree update-binary was compiled against, so you can't be sure wipe.c wasn't used.
Now if that ROM update.zip were to use a "known" update-binary, like the one included with the EL29 OTA, then you would know that it was "safe" update-binary, even without the source code."
End quote.
You can read more about this In this thread if you haven't done it yet.
In other words. The bug was present in GB as well but it was missing the command to trigger it. That command has been introduced (added) in ICS code.
So:
1. As long as recovery is build against GB code it is safe.
2. If any update zip is build based on GB source code it is safe.
3. If any rom has GB updater-binary in META-INF it is safe.
4. If rom is build with ICS update-binary but doesn't have format() for data in updater-script it is safe.
As we can see here the problem is with format() command in ICS source.
There is a line (command) in ICS that wasn't present in GB and it triggers the bug. It's hiding in format() and has a wipe() syntax or something like that.
GB source code doesn't have it thus we never had any bricks in GB.
When any filename_rom_theme_whatever.zip is applied in recovery it will use updater-binary that is packed into zip and located in META-INF folder.
All GB binaries are safe since they didn't have that wipe() command in them.
We have safely used Calk's format_all.zip because it has been created in GB days and has GB updater-binary in it.
If rom devs will use GB update-binary the rom zip will be safe to flash.
Any update.zip with GB binaries is safe.
Now about the update and repack I'm about to post.
Recovery has been compiled from source provided by Chris41g and with his help against CM7 (GB) source code and all menu items in recovery are safe to use.
It has been repacked into ICS zImage but since binaries are from GB there is nothing to worry about.
tFE22_v0.1.1 has GB binary in it (as all my roms did) and it's safe to flash.
FE22_Repack_AGAT.zip has GB binaries and it's safe to use.
Whenever you wanna flash a zip file in recovery you would worry only if zip has ICS binaries packed into it. I that case even simplest zip flashing can cause a brick. It doesn't mean it would but the possibility is there.
I'm using this newly repacked kernel for couple of days now and I did apply wipe data/factory reset menu option 8 times. No problems so far.
I hope you would have same experience.
Now to my update.
tFE22_v0.1.1:
1. Fixed SystemUI.apk
2. 4G icons have been replaced with ones I had in my previous roms.
3. Added S-Voice (thanks to scarmon25 for help)
4. Small revisions all over the place.
5. Bluetooth works and reconnects as soon as device is in range
FE22_Repack_AGAT:
1. Recovery compiled from source (I can't thank enough Chris41g for his help and guidance)
2. Wipe data/factory reset is back into recovery menu (use it with caution).
3. Small changes and edits in init.rc
4. Changes and edits in recovery.rc.
5. Renamed recovery to AGAT_Recovery version tREC_0.0.1. Thanks to Chris41g for being so kind and generous because it is his recovery, source and help that make all this possible.
6. Added my logo and name to recovery background.
Here are links:
tFE22_v0.1.1
1. tFE22_v0.1.1.zip
Mirror at dev-host.
2. Deodexed version coming soon.
Repacked Kernel:
1. FE22_Repack_AGAT.tar Flash with ODIN
2. FE22_Repack_AGAT.zip Flash in recovery.
If anyone wants to use this repack for a rom feel free to do so.
One more time it's not my work but rather a combined effort of many talented devs that helped me wile staying in background and didn't want/ask for any credit for this.
But they deserve more credit than I do. They could of do it without me in a heart bit. I couldn't do it without them in a year.
reserved
I'm on this bad boy!! Thanks bro!
Sounds likes you guys have got everything under control niiiiice and thanks for being brave enough to do this....
Sent from my Xoom using Tapatalk
U r the man downloading now
Sent from my SPH-D710 using XDA Premium App
Niceee
Sent from my SPH-D710 using Tapatalk
Nice work, I'm surely gonna try .Keep up.
agat63 said:
reserved
Click to expand...
Click to collapse
Awesome. Great work agat., question, I know this is your recovery, what is it based on, ACS5, rogue, CM? And just to clarify, you can wipe using this in ics? Providing that the update script in the zip isn't ics? Did i get that right? Lol. Is there any way to tell if the update meta file script uses ICS or GB? Also does this kernel come with s some of the standard goodies, initd, bootanimation support etc? Also, 1st page again!. Shout out to rwilco for putting all these kernels I'm one place.. Its in the stickies you can't miss it. Get the NEW kick ace boot animations WITH SOUND RIGHT HERE!! Again thanks for having the extremely huge round spherical objects about a foot below the waste to do this. You are the man thank you and you are appreciated.(don't want to offend anyone this time lol)
Sweet man does the rom include the new kernel was gonna be asked may as well get it out of the way
Sent from my SPH-D710 using xda premium
timmetal6669 said:
Awesome. Great work agat., question, I know this is your recovery, what is it based on, ACS5, rogue, CM? And just to clarify, you can wipe using this in ics? Providing that the update script in the zip isn't ics? Did i get that right? Lol. Is there any way to tell if the update meta file script uses ICS or GB? Also does this kernel come with s some of the standard goodies, initd, bootanimation support etc? Also, 1st page again!. Shout out to rwilco for putting all these kernels I'm one place.. Its in the stickies you can't miss it. Get the NEW kick ace boot animations WITH SOUND RIGHT HERE!! Again thanks for having the extremely huge round spherical objects about a foot below the waste to do this. You are the man thank you and you are appreciated.(don't want to offend anyone this time lol)
Click to expand...
Click to collapse
Edit: just flashed and checked out the recovery, effing awesome!!!Excellent!!!
Looks like you pulled an all-nighter...no slacker, you.
Problem: Firefox and Opera do not play well with JumboFiles for the ROM. OpenDNS blocks it and other red flags pop-up. Any mirror or other source planned? If I'm alone, c'est la vie.
Thanks and great work, agat. Without question you're putting the greatest effort into development now and it's terrific to be a beneficiary of your going up the learning curve.
EDIT: Found a work-around to download ROM, but JumboFiles.com has a bad rep. Downloading Agat's repacked was never a problem.
FYI, Did you notice when flashing the new FE22 repack, screen indicates it is "Flashing FE16 Repacked Kernel?" I assume that's a typo.
Agat, I'm currently on rooted stock FE22 ROM with your repacked FE22 kernel, including modified ACS recovery.
Can I flash your new ROM from FE22/ACS recovery or should I mobile odin back to EL26/CWM and flash from there?
I've never tried any of your ROMs but I'm surely gonna try this one haha
ejlmd said:
Agat, I'm currently on rooted stock FE22 ROM with your repacked FE22 kernel, including modified ACS recovery.
Can I flash your new ROM from FE22/ACS recovery or should I mobile odin back to EL26/CWM and flash from there?
Click to expand...
Click to collapse
FWIW, I just flashed through the "old" FE22 repack (same set-up as you) recovery without a problem.
Agat! Very nice progress made by you and all that helped in the community along the way.
Great Job!
Sent from my " Victoria Secrets is having a 50% off bra sale Too bad.. I like bras 100% off" using xda premium
Why is it an hour+ to download the ROM o.o
Can you flash back and forth from gb to ics with this?
AshyKnuttz said:
Why is it an hour+ to download the ROM o.o
Click to expand...
Click to collapse
It's always around 25 mins for me on agats server downloads. Just how it is. Never 1 hour though... Lol
Sent from my " Victoria Secrets is having a 50% off bra sale Too bad.. I like bras 100% off" using xda premium
timmetal6669 said:
Can you flash back and forth from gb to ics with this?
Click to expand...
Click to collapse
The way I read it, that depends on the update script that's in the ROM your flashing. So if you are using this kernel plus a ROM that has an update script based on the GB script then yes. Agat, please correct me if I'm wrong...
Sent from my SPH-D710 using xda premium
CyberpodS2 said:
The way I read it, that depends on the update script that's in the ROM your flashing. So if you are using this kernel plus a ROM that has an update script based on the GB script then yes. Agat, please correct me if I'm wrong...
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
That is exactly correct! So all devs technically should be building roms with updater scripts from GB base now, if they weren't already.
Sent from my " Victoria Secrets is having a 50% off bra sale Too bad.. I like bras 100% off" using xda premium
Pretty cool app I just found - it's called "Aniboot".
Free install:
https://play.google.com/store/apps/...1bGwsMSwyLDEsImNvbS5zb2NhbGRldnMuYW5pYm9vdCJd
Just install it. Select your resolution (1280x720 for me) and it shows you dozens of boot animations. Just click the one that sounds interesting, then click on "preview" to see what it looks like. Then click "install" if you like that animation.
The app is fast & easy to use.
If you guys find any boot animations it doesn't have already, then just send the developer an email to ask him to add it!
EDIT 12/29/12:
The Aniboot app requires root.
EDIT 12/29/12:
If you're on the new 4.1.1 JB official release, you might be having trouble using this app again? If so, then just flash the attached zip in CWM or TWRP and after doing so, the custom boot animations should start working again. Thanks go to user "Anbech" for the zip on his thread here:
http://forum.xda-developers.com/showpost.php?p=31833122&postcount=4
I'll give this a shot. Rom toolbox is what I've always used.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Tried this just now on stock rooted bell and it won't work for me , says its installed but always the factory boot animation , any ideas how to fix that ? I tried a few from the list on the resolution you suggested
NM!
Disclaimer: It is highly recommended that you are running a custom ROM with this app due to unusual manufacturer or carrier modifications and lockdown. This app might not work for certain phones with obscure boot locations and or manufacturer modifications. We are not responsible if anything goes wrong with your phone.
Known unsupported devices (due to manufacturer irregularities):
Samsung Galaxy SII
Skyrocket
Nexus S
Sorry, I should have said it's only for root users. I just assume everyone at XDA is rooted, since it is a "developmental" forum. :laugh:
Fantastic app. Some great choices in there, and it's free!
this also doesn't work for the S3 if the ROM you use has touchwiz.
Great app. Provides great ba's. Great for those that are sucks of the gay unicorn on aokp
Sent from my SGH-I747 using xda premium
Cool, nice find! :highfive:
Updated OP to include:
If you're on the new 4.1.1 JB official release, you might be having trouble using this app again? If so, then just flash the attached zip (see OP) in CWM or TWRP and after doing so, the custom boot animations should start working again. Thanks go to user "Anbech" for the zip on his thread here: (see OP)
Click to expand...
Click to collapse
IF YOU HAVE A REQUEST PLEASE ASK:
(By priority, higher 1 gets checked 1st "ie. EMAIL")
EMAIL: [email protected] (Send your xda name and your request)
XDA: (Message me with your xda name and request)
MIRC: CLICK HERE, SIGN IN WITH YOUR XDA NAME AND TYPE OUT THE DESCRIPTION OF WHAT YOUR WANTING WITH THE LOCATION TO THE IMAGE, ANIMATION OR VIDEO.. ALSO MAKE SURE YOU MENTION KEVINROCKSMAN IN THE IRC CHANNEL)
TXT: (I used to put my phone # out there but there are to many immature people out there)
If anyone is interested in a boot animation please let me know, just send me a link to the animation you want. It can be a movie, gif or any other type of moving object lol and I can convert it in less than 30 min to a hour (most of the time)
(proof of concept, nothing to special yet)
V5 Aroma Boot Ani Flasher | V5 Aroma Boot Ani Flasher Torrent
(Nov 6 2012)
CHANGELOG
let me know what you think of the layout and everything so far
There is something BIG coming in the next couple...weeks!
I am going to port all my animations over from the lte, one x, and rezound to the NOTE 2.
Tried transformer ani and just got android logo.
Sent from my SGH-T999 using xda app-developers app
seshaz said:
Tried transformer ani and just got android logo.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
android logo?
kevinrocksman said:
android logo?
Click to expand...
Click to collapse
Just says "android"
Sent from my SGH-T999 using xda app-developers app
Fix file permissions
rw
r
r
Sent from my SGH-T999 using Tapatalk 2
this was made for the note 2 but should work on the sgs3. So far Ive had about 30 people download it from the sgs3 area and no ones said it didnt work except 1. I dont have a device to test. If fixing file permissions doesnt fix it not sure what to do.
kevinrocksman said:
this was made for the note 2 but should work on the sgs3. So far Ive had about 30 people download it from the sgs3 area and no ones said it didnt work except 1. I dont have a device to test. If fixing file permissions doesnt fix it not sure what to do.
Click to expand...
Click to collapse
No problem, sure it was user error
Sent from my SGH-T999 using XDA Premium HD app
can this work on tw roms? i tried the black ops 2 ani but got the regular samsung one.
and i cant locate the bootanimation file under /system/media
should i be looking somewhere else?
seshaz said:
No problem, sure it was user error
Sent from my SGH-T999 using XDA Premium HD app
Click to expand...
Click to collapse
do custom roms differ in boot ani location than stock?
location should be the same, difference is in TW roms the boot ani is saved under a .qmg file, in aosp or cm10 its a .zip file
All stock ROMs and most custom ROMs do not have custom boot built into their kernels. Just placing a bootanimation.zip into the system/media folder will not make the phone display the custom boot versus Sammie's stock one. This is why I posted my hack and a how-to as well as make a flasable zip for everyone to use. Check out my mods thread in development for more information on this.
Flashed boot ani enabler and still cant get to work. Rom toolbox works fine though
Sent from my SGH-T999 using xda app-developers app
Rom toolbox puts the animations if
Data/local I believe (check the settings). If that works for you, then just put the animation you want there instead of system/media
Sent from my SGH-T999 using xda premium
have a update done but needs 1 change, hopefully by tommorw itll be up
will it work ?
will this work for the Wicked ROM ? anyone has test it ? thanks
iSeven77 said:
will this work for the Wicked ROM ? anyone has test it ? thanks
Click to expand...
Click to collapse
just do a nandroid and see if it works on wicked... if it doesnt just wipe an restore
I was curious if it is possible to duel boot sprint s3 running aokp now but want to finish my theme on miui. If anyone knows the anser would be fantastic htank you for your time. PS I see you can duel boot international just not sure abut sprint
Sent from my Amazon Kindle Fire using xda app-developers app
There is a dude in the CM threads, for Sprint, that talk about dual boot all the time. I think it is jsmcmahon or something.
D
***EDIT***
jsmcmahon89
Sent from my SPH-L710 using xda premium
Start with downloading the multiboot set up from this post: http://forum.xda-developers.com/showthread.php?p=28969737#post28969737
Here's official instructions on how to dual boot CM9: http://forum.xda-developers.com/showpost.php?p=28906564&postcount=49
This is really meant only for CyanogenMod based roms.
If you want to dual boot CM10 you'll want the set up from my first link. And boot CM10 v4 zip from the 2nd link
For Cm9 follow all instructions posted in the 2nd link.
Either way after you install the setup zip in CWM then go to the multiboot folder on CWM and flash fake cwm. From there you have to install your dual boot rom (You have to modify the updater script of the ROM you want to dual boot first.. these steps are also in the official instructions thread) after installing also flash gapps in red (fake) cwm.. lastly flash boot cm10v4.zip (or cm9) from either recovery at any time to get to your 2nd ROM....
Typing this all from my phone. hope it helps
The boot cm10 v4.zip works on CM10 but not 10.1, this works on AOKP ROMs based on 4.1 as well, not the ones based on android 4.2
Sent from my SPH-L710 using xda app-developers app
There is an app in the market called boot manager or something along those lines that may be what you are looking for
Sent from the nexus of the Android world, the SGS3.
Download pimp my ROM in the play store. There is an option to get dual boot animations along with several other options to fully customize your ROM.greatest app ever.
piizzadude said:
There is an app in the market called boot manager or something along those lines that may be what you are looking for
Sent from the nexus of the Android world, the SGS3.
Click to expand...
Click to collapse
I used to use Boot Manager Light and it was pretty buggy on my OG Evo. I think support has been dropped and it never made it to ICS support.
Here is my initial attempt to upload a slightly updated version of CM10 for the HTC EVO 4G. This is based on JMZs version and updated to the latest CM10.
CyanogenMod 10 is a free, community built distribution of Android 4.1.2 (Jellybean) which greatly extends the capabilities of your phone.
This is an Unofficial release.
Rom Installation:
1. Download ROM Updated Mar 12, 2013
2. Download Gapps
3. Download A2SD
4. Wipe Data, Cache
5. Flash the ROM
6. Flash GApps
7. Reboot into the system (first boot will take several minutes)
A2SD Installation:
You MUST have an EXT2, EXT3, or EXT4 partition on your sdcard first
1. Flash Rom
2. Flash Gapps
3. Flash Apps2SD
4. Enjoy your new ROM
MazWoz SBC Kernel - If anyone wants SBC
Most things are working but I know the following are broken.
-Video playback may cause a hot reboot
-Camcorder
-4G
-FFC
Additionally, making a phonecall will cause the cpu to max at 614Mhz usually and I recommend going in to performance and bumping it up to 998.
I personally use Boot Manager in the play store to boot to CM7 whenever I need any of these features.
BBQLog Changelog
or
Changelog
Thanks:
CyanogenMod Team their GITHUB - for the basic features
Evervolv their GITHUB - for their device folder and continued support
JMZTaylor his GITHUB - for the inital port
MazWoz his GITHUB - for his work on the kernel and helping me work out some bugs.
My GITHUB
I will be posting CM10.1 once/if I get it working.
My GITHUB for CM10.1 with the understanding that it will not work at this time.
Sweet! More CM10! how stable is it? Any random reboots aside from playback?
Sent from my SPH-L710 using xda premium
Thanks dude ima try this out
Sent from my PC36100 using xda app-developers app
Its pretty stable. Playback is the only thing I get hot reboots on but let me know if you have other problems. It does take it a little while to settle in after booting but that is true for any ROM. I'll post updates as I build them.
Look good man!! Let me know if you need any help and I'll be more the willing dude!!
Oh, rated your thread 5 stars before the trolls start their crap again! :good:
Also if this ROM takes off, it may be in your best interest to find a host site, such as Dev-host or goo.im. dropbox will suspend your account if it gets hammered.
Sent from my SPH-L710 using xda premium
Thanks Mazda, and I'm just waiting till my goo account gets approved and then I will move everything over to their servers.
First page. Sweet. I'll try this one while I wait for 50. lol. Looks great, man!
def will try this
Thanks for this. Checking out now. Thumbs up pal.
Sent from my X10 using xda premium
On the bright side, I never use what never works, so I'm going to try this one out. I digs me some CM10. Thanks.
Sent from my PC36100 using xda premium
boot loops for me even tried just flashing the rom alone still the same outcome
bnasty06 said:
boot loops for me even tried just flashing the rom alone still the same outcome
Click to expand...
Click to collapse
Same here, tried a couple times & each time would get to the boot animation, look good for about 5 seconds then reboot itself. Tried flashing without the a2sd, same exact thing, boot loop city.
Sent from my GT-P7310 using Xparent Blue Tapatalk 2
I've updated the file. Does it actually bootloop or do you get one reboot and then it work? Sometimes the first boot will reboot and then work fine.
Kasual52e said:
I've updated the file. Does it actually bootloop or do you get one reboot and then it work? Sometimes the first boot will reboot and then work fine.
Click to expand...
Click to collapse
boot loop every time
bnasty06 said:
boot loop every time
Click to expand...
Click to collapse
Can you post a logcat?
Try flashing thishttp://db.tt/i2mvtlhb after the Rom and let me know if it works for you
Kasual52e said:
Can you post a logcat?
Click to expand...
Click to collapse
to be honest I'm not sure how to, never have had to
I've updated the file again. Try it and let me know if you still have problems with it.
http://dl.dropbox.com/u/46797032/cm-10-20130114-UNOFFICIAL-supersonic.zip
Kasual52e said:
I've updated the file again. Try it and let me know if you still have problems with it.
http://dl.dropbox.com/u/46797032/cm-10-20130114-UNOFFICIAL-supersonic.zip
Click to expand...
Click to collapse
thanks updated file is working great