[Q] How to change Bootanimation in Kyrillo's ROM v10.4 - Galaxy 3 Q&A, Help & Troubleshooting

Hey, I'd like to know how to change the bootanimation in Kyrillo's ROM as ive already tried BootAni and some other apps and even tried manually changing the Bootanimation in "data" and "system/media"...didnt work.... it'd be great if i could get some help and if possible in a step by step manner...

1. Find a suitable replacement in bootanimation.zip format.
2.check to make sure this isnt an update zip. (do this by exploring the file, it should consist of only files names "part0" and "desc.txt" and maybe "part1")
3.If it is a update zip, unzip it and extract the bootanimationzip inside it.
4. place this onto sd card
5. use root explorer or similar to move the file to system/media, making sure it is named "bootanimation.zip" it should say something like "file exists, replace it?". say yes.
6. now long press the new file and open up permissions in the menu. set these as rw-r--r--
7. reboot phone and enjoy!
bear in mind that kyrillos 10.4 is based on open fimg, so you may have white patched in the boot animation, just like the one preloaded onto it.

In 10.4, Kyrillos has fixed the white patches in SOME bootanimation, like the stock one.

ak700 said:
In 10.4, Kyrillos has fixed the white patches in SOME bootanimation, like the stock one.
Click to expand...
Click to collapse
I did ..
On an extra note:
If you want to avoid having white flashes in your bootanimations on any rom with openFIMG you should look for one with less than 75 frames in the part1 folder. Any frames past that turn white...

Tried didnt work!!....
Ava.tar said:
1. Find a suitable replacement in bootanimation.zip format.
2.check to make sure this isnt an update zip. (do this by exploring the file, it should consist of only files names "part0" and "desc.txt" and maybe "part1")
3.If it is a update zip, unzip it and extract the bootanimationzip inside it.
4. place this onto sd card
5. use root explorer or similar to move the file to system/media, making sure it is named "bootanimation.zip" it should say something like "file exists, replace it?". say yes.
6. now long press the new file and open up permissions in the menu. set these as rw-r--r--
7. reboot phone and enjoy!
bear in mind that kyrillos 10.4 is based on open fimg, so you may have white patched in the boot animation, just like the one preloaded onto it.
Click to expand...
Click to collapse
i tried it .... didnt work .... idk why.... just to change the bootanimation i bymistake flashed a motorola Xoom bootanimation please help...plzplzplzplz.... im stuck here with nothing but "A)" out of the whole bootanimation plz help im tired of trying to change my bootanimation!!!!!

Related

Question about modifying signed Rom zip files

Can I modify an existing one by simply dropping in updated bootscreen files, rosie.apk, etc.. and signing the existing rom zip?
Any good guides on how to do one if not, and/or how to use Flipz kitchen tool to create a rom?
Ceger
I am pretty sure if you sign the file and you modify it after that you will have to resign it. At least thats how it goes for other things that are similar that I deal with.
Kcarpenter said:
I am pretty sure if you sign the file and you modify it after that you will have to resign it. At least thats how it goes for other things that are similar that I deal with.
Click to expand...
Click to collapse
I understand that, just wondering if I can add new files and they will move or does some master script need to be updated to know to move the files. In other words, is it done by directory or by file?
For example, if I add some apps to /data/app in the zip will they be there on the phone when I install the ROM zip, etc.. More specifically, I have added an alternate boot sequence. The rom does not have a boot1.gif. If I add the new sequence with XML, will the boot1.gif be installed as well or do I need to update something that directs the install of the ROM to move that file or is it automatic as the folder is moved over?
Ceger
Ceger said:
I understand that, just wondering if I can add new files and they will move or does some master script need to be updated to know to move the files. In other words, is it done by directory or by file?
For example, if I add some apps to /data/app in the zip will they be there on the phone when I install the ROM zip, etc.. More specifically, I have added an alternate boot sequence. The rom does not have a boot1.gif. If I add the new sequence with XML, will the boot1.gif be installed as well or do I need to update something that directs the install of the ROM to move that file or is it automatic as the folder is moved over?
Ceger
Click to expand...
Click to collapse
I have found that the easiest thing to do is just put the files that you want to use to replace the old ones into a signed zip and then flash just those files I have tried altering a rom file with no success
wtphoto said:
I have found that the easiest thing to do is just put the files that you want to use to replace the old ones into a signed zip and then flash just those files I have tried altering a rom file with no success
Click to expand...
Click to collapse
Oh well, was trying to have a one step zip. I guess I can make at least have a 2 step process which is better than 4-5.
Thanks,
Ceger
Yes you can modify just about anything in the rom and flash your zip as long as it is signed and the update script is correct. I always make all my changes to a rom before flashing it so i do not have to flash several different things etc.
The update script is located in RomName\META-INF\com\google\android\
Lets look at a very simple update script to show you what i mean.
In this update script it is to write something to /system
example:
show_progress 0.1 0
copy_dir PACKAGE:system SYSTEM:
show_progress 0.1 10
We see here that whatever is in the system folder within the signed zip will be written to the phone
in this case i am writing /system/app/mobiledefense.apk
That will be the only file written to the phone and will be written to /system/app
The update script is not specific to every file so you can have 1 thing in the system folder or 100 and it will write everything in there.
One thing that many people mess up on is not using a update-script file when they sign a .zip file. The recovery has to know what to flash or it will not flash anything.
So the answer is yes you can change many things and then flash the signed update.zip file.
Not everything can be done this way but most things will work.
But for example changing the boot sceen can be done even if the file names are different as long as the folder structure stays the same and the .XML file is the correct one for the boot screen. I opened the .zip of a rom deleted everything out of the boot screen folder and dropped in all the files from the nexus one hero hybrid boot screen re signed the zip and everything flashed perfect. I changed many other things as well in the .zip like rosie.apk, sound files, lockscreen files, busybox files, added apps to /system/app and just resigned the zip and everything flashed the way i wanted it to and works perfect.
The way to correctly zip a file is to extract the zip modify what you want then select everything inside the zip right after you open the folder and the highlight everything select add to archive and then zip it up now sign that .zip
so say you extract the ROM and it is named Rom123 now you will have a folder named Rom123 open that folder and select everything file or folder in there and then hit add to archive that will make another zip right there called Rom123.zip pull that zip out to the desktop and sign that zip file and thats it.
I Know that is confusing as it is late as hell and i am tired but wanted to answer this real quick.
zippy-man said:
Yes you can modify just about anything in the rom and flash your zip as long as it is signed and the update script is correct. I always make all my changes to a rom before flashing it so i do not have to flash several different things etc.
The update script is located in RomName\META-INF\com\google\android\
Lets look at a very simple update script to show you what i mean.
In this update script it is to write something to /system
example:
show_progress 0.1 0
copy_dir PACKAGE:system SYSTEM:
show_progress 0.1 10
We see here that whatever is in the system folder within the signed zip will be written to the phone
in this case i am writing /system/app/mobiledefense.apk
That will be the only file written to the phone and will be written to /system/app
The update script is not specific to every file so you can have 1 thing in the system folder or 100 and it will write everything in there.
One thing that many people mess up on is not using a update-script file when they sign a .zip file. The recovery has to know what to flash or it will not flash anything.
So the answer is yes you can change many things and then flash the signed update.zip file.
Not everything can be done this way but most things will work.
But for example changing the boot sceen can be done even if the file names are different as long as the folder structure stays the same and the .XML file is the correct one for the boot screen. I opened the .zip of a rom deleted everything out of the boot screen folder and dropped in all the files from the nexus one hero hybrid boot screen re signed the zip and everything flashed perfect. I changed many other things as well in the .zip like rosie.apk, sound files, lockscreen files, busybox files, added apps to /system/app and just resigned the zip and everything flashed the way i wanted it to and works perfect.
The way to correctly zip a file is to extract the zip modify what you want then select everything inside the zip right after you open the folder and the highlight everything select add to archive and then zip it up now sign that .zip
so say you extract the ROM and it is named Rom123 now you will have a folder named Rom123 open that folder and select everything file or folder in there and then hit add to archive that will make another zip right there called Rom123.zip pull that zip out to the desktop and sign that zip file and thats it.
I Know that is confusing as it is late as hell and i am tired but wanted to answer this real quick.
Click to expand...
Click to collapse
Perfect, just what I was looking for.
Thank you, just made my day!
Ceger

Changing boot screens using root explorer

Hello. I am aware that I can use adb to change my boot animation but I also heard that you can use boot explorer as well but I am not sure how. Can anyone explain? Thanks.
Sent from my ADR6300 using XDA App
You should be able use Root Explorer to copy the VZW_bootanimation.zip and replace the old one in the \system\customize\resource\ folder then reboot.
May be a product of my Virtuous ROM, but my HW Rev 003 SLCD Dinc has it in /system/media/ Just rename the existing to bootanimation.old and copy a new one in using Root Explorer and it took and ran.
Uh, I have skyraider. In skyraider the old one was in the system/media folder but when I replaced it, nothing happened. Anyone with skyraider?
OhLikeSam said:
Uh, I have skyraider. In skyraider the old one was in the system/media folder but when I replaced it, nothing happened. Anyone with skyraider?
Click to expand...
Click to collapse
Ensure you select "mount as R/W" before you try to replace it.
Make sure your new zip file has the exact same name as the old one.
Extract your new zip contents and compare it to the old zip contents to ensure you have all the required files. It should have a text file labeled "desc.txt" and at least one folder labeled "part0".
The text file is basically instructions for how to display the folder contents (which are bunch of png's) so that they make up an animation.
Good luck my friend.
Well, I tried replacing both the shutdown and the boot one and neither worked. The shutdown one is just a blank screen while the boot is still the same. One thing to note though is that the boot screen isn't the Droid eye one but the one with the android dancing. I thought that was supposed to go away after the first boot so that may be a problem. Thanks for the help so far

[Android 4.0][GUIDE]Port ICS transition animations on EVERY ROM & EVERY PHONE

Because some people asked me, I wrote this tutorial that explains how to port ICS transition animations on EVERY ROM & especially on EVERY PHONE!!!.
1) First of all, you need to download and install APK MANAGER:
http://forum.xda-developers.com/showthread.php?t=695701
2) Extract with WinRAR, from the ROM you want to modify, the file framework-res.apk, that you can find in the directory \System\framework\.
3) Go to the apk manager folder and place the framework-res.apk file in the folder "place-apk-here-for-modding".
4) In the apk manager folder, double click on the file "Script". A cmd window will open.
5) Where it says "Please make your decision", write "22" (Set current project) and enter. Then enter "1" (to choose the first apk) and enter. Then enter "9" (Decompile apk) and enter.
The script will decompile the framework-res.apk.
6) Now go to your apk manager folder, go to Projects\framework-res.apk\res\anim\.
In this folder there are the animations of your rom. They consist in some .xml files decompiled.
7) Download this:
http://www.mediafire.com/?1qjwtotg1r8umm1
8) Copy the files from the folder "anims" of the zip downloaded into the anim folder and you are asked to replace the files; choose yes. Then copy also the files from the folder "other_files" to the anim folder.
9) Now go to your apk manager folder, go to Projects\framework-res.apk\res\values\. Edit the file integers.xml and put these two lines under the line of "shortAnimTime":
<integer name="config_activityShortDur">150</integer>
<integer name="config_activityDefaultDur">220</integer>
Save.
10) Return to Script. Enter "11" (Compile apk) and enter.
The script will rebuild the framework-res.apk.
11) You are asked if this is a system application. Enter "y" and enter. Then a second question appears. Enter newly "y".
12) Then after it processes, Don't press anything & DON'T CLOSE THIS WINDOW!!! A new folder "keep" is created in the apk manager folder. Go inside it and delete the file "resources.arsc". Now go inside keep\res\anim\ and delete every file with the same name as every file of the "anims" folder of the zip downloaded.
Then return to Script and press enter. It processes, then if everything went ok, in the folder "place-apk-here-for-modding" a file "unsignedframework-res.apk" is created. Copy it outside and rename it "framework_res.apk".
13) Now you can create a flashable zip or you can simply push it to your system (but you have to sign the apk).
CONGRATRULATIONS!!! YOU ARE DONE!!!
And if you think this tutorial is useful, CLICK THANKS!!!
Now I'm satisfied and i can continue studying phylosophy for tomorrow test...
P.S.: If you think that this post can help or interest people of other forums (with other devices), please share this post and also give credit to me!!!
Video of this mod working:
http://www.youtube.com/watch?v=vf1U_30Ngfk
capez said:
Work in progress
Click to expand...
Click to collapse
WHAAOOON, that's great, that's the post I was looking for mate !
This is what we should expect on this forum : knowledge sharing ! Work sharing and ROM/THEME/APPS sharing is great but knowledge is even better.
If I can test something ...
capez said:
Work in progress
Click to expand...
Click to collapse
Will this work with every devices ?? Wow... Cant wait to do this!!!
Sent from my Nexus One using Tapatalk
Finally DONE!!!
cool animations, thanks!!!
(Replaced)
got bootloops on my desire hd.. running glanet ics..
Rotation animations??
I already installed the CM7 transition animation zip from your other thread.. So, thank you in case I haven't appreciated your work
Does this one have screen rotation animation too?
digkong said:
got bootloops on my desire hd.. running glanet ics..
Click to expand...
Click to collapse
Did you pushed the modded framework-res.apk directly into the phone?
Do you think [Android 4.0 ICS] should be in the title in this form? It's a little misleading.
Hmm...It started FC. Removing my links for now. Gonna see why.
Works great
Great guide. It worked for me.
Oddly though, I replaced my framework-res.apk through root explorer, set all the correct permissions, and when I rebooted, my google accounts were deleted, along with my contacts and google music library.
Not a problem though, Ill just have to relogin to them.
Great, it works very well. I maybe found a more simple way to do it :
1. Dowload ApkTools package I've done here :
http://www.multiupload.com/Q6YSAF2MH3
2. Unzip it to your harddrive and put your FrameWork-res.apk in it,
3. Click on "decomp.bat"
4. A new "unpack" directory has been created, with decompiled files in it,
5. Download this:
http://www.mediafire.com/?1qjwtotg1r8umm1
6. Copy the files from the folder "anims" of the zip downloaded into the anim folder and you are asked to replace the files; choose yes. Then copy also the files from the folder "other_files" to the anim folder.
7. Now go to your apk manager folder, go to Projects\framework-res.apk\res\values\. Edit the file integers.xml and put these two lines under the line of "shortAnimTime":
<integer name="config_activityShortDur">150</integer>
<integer name="config_activityDefaultDur">220</integer>
Save.
8. Patch the anim files in it, and edit the xml,
9. When finished, just click "recomp.bat" to get a new compiled file "framework-res2.apk",
10. Juste rename the file and put it in a update zip file, you can use this one and replace the framework file in it by yours :
http://www.multiupload.com/PPMFV9Y316
Should work !!!
PS : If your framework-res.apk contains .9.png files, decompilation will fails. No problem with standard CM7 framework-res.apk, but some custom themed ROM can have the problem. Don't know how to fix that, maybe the 1st solution with APK MANAGER work better !?
capez said:
Did you pushed the modded framework-res.apk directly into the phone?
Click to expand...
Click to collapse
i used root explorer..
hmmm.. it maybe beacause i did not set permissions right...
great it worked after i set the permissions.. thanks for ur work will post this guide in dhd forum too..
nmeuret said:
Great, it works very well. I maybe found a more simple way to do it :
1. Dowload ApkTools package I've done here :
http://www.multiupload.com/Q6YSAF2MH3
2. Unzip it to your harddrive and put your FrameWork-res.apk in it,
3. Click on "decomp.bat"
4. A new "unpack" directory has been created, with decompiled files in it,
5. Patch the anim files in it, and edit the xml,
6. When finished, just click "recomp.bat" to get a new compiled file "framework-res2.apk",
7. Juste rename the file and put it in a update zip file, you can use this one and replace the framework file in it by yours :
http://www.multiupload.com/PPMFV9Y316
Should work !!!
PS : If your framework-res.apk contains .9.png files, decompilation will fails. No problem with standard CM7 framework-res.apk, but some custom themed ROM can have the problem. Don't know how to fix that, maybe the 1st solution with APK MANAGER work better !?
Click to expand...
Click to collapse
Maybe this is the problem someone is having...Someone must compare your version and mine, to see which one works and which not. (Obviously with a non-cyanogenmod rom )
Update done for CM7 Nightly 176 (latest) :
http://www.multiupload.com/J88VTO2SU6
---------- Post added at 07:01 PM ---------- Previous post was at 06:59 PM ----------
capez said:
Maybe this is the problem someone is having...Someone must compare your version and mine, to see which one works and which not. (Obviously with a non-cyanogenmod rom )
Click to expand...
Click to collapse
Well, in the APK MANAGER post they say :
>Optimize pngs (ignores .9.pngs)
So it should work better !! (but as I'm lazy, I still use APKTOOL one click solution )
I got instant bootloops! How? Can u patch for me??
Sent from my Nexus One using Tapatalk
nmeuret said:
Update done for CM7 Nightly 176 (latest) :
Click to expand...
Click to collapse
Just a heads up. I downloaded your file and you renamed your framework-res wrong. There's a space between "framework-res" and ".apk" so it won't overwrite the original.
this does not have the rotation animation..
anyway to get that..
dawgpound6985 said:
Just a heads up. I downloaded your file and you renamed your framework-res wrong. There's a space between "framework-res" and ".apk" so it won't overwrite the original.
Click to expand...
Click to collapse
OOpppsss, thanks, fixed here :
http://www.multiupload.com/J88VTO2SU6

[GUIDE] Change Bootanimation !

Credit goes to sakindia123 and this thread http://forum.xda-developers.com/showthread.php?t=1375547
Step 1 :
Place the files "samsungani" and "bootanimation" in /system/bin
Make sure these files have execute permission (-rwxr-xr-x)
Step 2 :
Place "sanim.zip" in /system/media
This file contains the boot animation. You can use bootanimation.zip file from other threads but they should be renamed to sanim.zip to work properly.
ex thread : http://forum.xda-developers.com/showthread.php?t=1053250
Step 3 :
Remove "bootsamsung.qmg" and "bootsamsungloop.qmg" from /system/media
As a standard good practice, you can keep a backup of these files somewhere on your sdcard/pc.
Step 4 :
Reboot and enjoy !
Note : This works on my Samsung Galaxy R with 2.3.5 stock rom.
was just going to post this
I took the jolly roger one, NICE!
The above method doesnt work in the Indian ROM. I get nothin in the bootup other than the bootup sound. Then directly the Homescreen
zerocool_rkl said:
The above method doesnt work in the Indian ROM. I get nothin in the bootup other than the bootup sound. Then directly the Homescreen
Click to expand...
Click to collapse
works well on my 2.3.5 indian rom..
did u check the file permissions ?
zerocool_rkl said:
The above method doesnt work in the Indian ROM. I get nothin in the bootup other than the bootup sound. Then directly the Homescreen
Click to expand...
Click to collapse
That's when you don't copy the right sanim.zip to your system/media/ folder.
First of all when you download the custom "bootanimationfile".zip it's not enough just to rename it! you must extract the package, find bootanimation.zip (not sure about location inside .zip but i guess it is /data/local or /system/data/local.) THIS file must be renamed to sanim.zip and copied to your /system/media. IT must work if you followed other steps above. I'm pretty sure it works on every FW!
In my phone there is no bootanimation.zip . There are some bootanimation.omg files. I googled them up an found that they r samsung's propitory format.
Sent from my GT-I9103 using XDA App
Dude...read tutorial and that what I wrote one more time. Nobody said you have bootanimation.zip on your phone. Guide works like a charm!
"find bootanimation.zip (not sure about location inside .zip but i guess it is /data/local or /system/data/local."
Told by you
Then you should cite the whole sentence
" First of all when you download the custom "bootanimationfile".zip it's not enough just to rename it! you must extract the package, find bootanimation.zip (not sure about location inside .zip but i guess it is /data/local or /system/data/local.) "
I was talking about one of the custom boot animations package ( that can be found e.g. here: http://forum.xda-developers.com/showthread.php?t=1053250 ) even localization I mentioned concerns the .zip file not the system folder of your device.
Of course we don't have bootanimation.zip in our stock, we have sanim.zip instead. Which is written in OP's tutorial above.
m.kochan10 said:
Then you should cite the whole sentence
" First of all when you download the custom "bootanimationfile".zip it's not enough just to rename it! you must extract the package, find bootanimation.zip (not sure about location inside .zip but i guess it is /data/local or /system/data/local.) "
I was talking about one of the custom boot animations package ( that can be found e.g. here: http://forum.xda-developers.com/showthread.php?t=1053250 ) even localization I mentioned concerns the .zip file not the system folder of your device.
Of course we don't have bootanimation.zip in our stock, we have sanim.zip instead. Which is written in OP's tutorial above.
Click to expand...
Click to collapse
LOL Kochan - this guy ain't getting it.... maybe he should just download 'ROM Toolbox' and change the boot anim's from there.....much simpler for the newbies
No offence meant at all, sometimes it's just easier to have a program do these things for you ^.^
Change boot animation ardatdat 1.6
Can't figure it out, it doesnt work - no way. Followed the Tutorial exactly and tried different things. Finally i tried the sanim.zip from the first post in this thread. Black bootscreen but with the crappy Samsung sound
Firmware is stock XWKJ4, with ardatdat kernel 1.6
Could the kernel be the problem??
Of course it works. I've used XWLA4 as well. Worked like a charm. It has nothing to do with kernel.
1) Have you downloaded packages, extracted (custom booting.zip )and replaced stock "samsungani" and "bootanimation" (in /system/bin) with those u got from package?
2)Have you removed "bootsamsung.qmg" and "bootsamsungloop.qmg" from /system/media?
3) Have you found a proper bootanimation.zip, renamed it to sanim.zip an placed in /system/media?
If you accomplished all steps above...your bootanimation.zip (sanim.zip) must be corrupted. Remember it's NOT a flashable package.! If you found somewhere a flashable version (it works only on AOSP/AOKP/CM roms) it must be extracted and then the right file must be copied to /system/media.
And one more thing. Bootanimation has nothing to do with bootsound. Wanna change bootsound, go to /system/etc and replace PowerOn.wav (this stands for bootsound), 1_Power_on.ogg (if you ignore this you won't be able to switch bootsound on/of together with setting you phone profile silent/normal) with your preferred ones.
You have to remove samsungani , then place bootanimation.zip
This was sent from a Galaxy Ace. Problem?
@m.kochan10
1. yes
2. yes, but there is also a file called "odeanim.qmg". Do you know what this is?
3. after fiddling around with my own files did`nt work i finally downloaded the sanim.zip from the first post here. I did not touch it and put it to system/media. No success! Of course my own animation also did not work. Tried to generate the animation with this Boot Animation Creator from here: http://forum.xda-developers.com/showthread.php?t=1234611. No success!
So there is no bootscreen now, i only see the Samsung GalaxyR letters then straight to homescreen. Thanks for the tip with the bootsound. Thats going to be the next i try. But first i need to change the animation.
Few questions:
a. does it matter if i take jpeg or png?
b. the pics of the animation need to have the resolution of my screen, right? 480x800
c. or do smaller pics just show up in the middle of the screen?
Thanks 4 helping!
2. Leave odeanim.qmg alone It won't help you by any means.
3. I attached a working sanim.zip just push it with root explorer to /system/media and reboot. We'll see if it work.
I'm sorry I cannot help you with your questions about creating bootanimation files. It's not my field (yet )
I give up!
-tried your sanim.zip - nothing.
-downloaded Custom Booting.zip again, unpacked it this time with Winrar instead of 7zip and copied them to system/bin (checked permissions-ok) - nothing.
There are not so many chances to f**ck this up but still it does`nt work.
Running out of ideas what to try out anyway.
So i just wait and hope for ICS, CM7, CM9 or whatsoever and give it another try then.
Where is the thread where i can ask for ETA of these roms?
(just joking...)
Sorry to hear that. Unfortunately I don't own the device so I cannot verify what goes wrong.
In worst case, since you've got nothing to lose, you may try to flash (sometimes you will have to flash several times - i don't know why, but I remember that sometimes I had to do it 8 times in a row before I managed to change a boot animation, you may even try wipe cache/dalvik cache) these zips:
a) Honeycomb - bumblebee 3D - Boot animation (I cannot promise it will work with first flash, but try few more times, it should work)
http://www.mediafire.com/?3kodfmmaxm1le3u
c) Stock One (If you totally give up and wish to revert to stock; same here)
http://www.mediafire.com/?jh76pi7fj6pmr2z
DO NOT EXTRACT: THEY ARE FLASHABLE via CWM!
Since Stock One was no option at all to me: Flashed the Honeycomb - bumblebee 3D once with with wiping cache and dalvik - works perfekt! Gonna try to change it to my own animation soon.
cheers man...
---------- Post added at 02:35 AM ---------- Previous post was at 02:14 AM ----------
Wanted to go to bed after last post but could`nt wait to try out. So i put my own sanim.zip instead of the one from Bumblebee 3D and IT WORKS!!!
GReat to hear that!

TronBike bootanimation for Droid Charge?

Anybody have or know where to get "Tron Bike" boot animation for droid Charge??
http://rootzwiki.com/index.php?app=core&module=search&do=search&fromMainBar=1
I love this.
Here is the instruction from cliMAKtic:
*To make this work you must be rooted, AND you must have a supporting kernel (i.e. PB&J by IMNUTS)
1. You need to go here: http://bit.ly/pJ1znp and download the zip file which will contain two other zip files, one animation for landscape and one animation for portrait.
**You can watch both previews here (they are only slightly different): http://rootzwiki.com/topic/7344-boot...-like-android/
2. Extract one of the inner zip files (or both) and put them on your sd card.
3. Rename the one you want to sanim.zip, and use a file explorer app (I use Root explorer -it's awesome), to copy the renamed "sanim.zip" from your sd-card to the /system/media folder on your phone.
4. Reboot and Ta Da
Thanks
You copy the image files into the bootanimation folder...
Sent from my SCH-I510 using xda premium
Haha, finally I got it to work on the Charge. It's awesome. I'm proud of myself.
Sweet
Haha, finally I got it to work on the Charge. It's awesome. I'm proud of myself.
Click to expand...
Click to collapse
Glad to hear you got it working, is it the animation with the four androids on their bikes? If so would you mind sending me the link to where you got it from? The one in the original post is broken.
cliMAKtic said:
Glad to hear you got it working, is it the animation with the four androids on their bikes? If so would you mind sending me the link to where you got it from? The one in the original post is broken.
Click to expand...
Click to collapse
I would be interested too.
Sent from my handheld Linux computer using electromagnetic radiation.
JihadSquad said:
I would be interested too.
Click to expand...
Click to collapse
So I found it in zip here:
http://gunnermike53.com/Themers/jaekar99/Galaxy-Nexus/TronBikeLr4-Nex.zip
I couldn't find a flash file so you'll have to rename it and push the file. I'm doin' it now..
Yes that's is correct.
They have 2 versions: one for vertical screen, which the video is kind of square and not fit the screen. The one that you posted is for the landscape version which fit the screen perfectly. Also the ending of the vertical screen is different than the landscape one. The vertical ending is with the word "galaxy nexus" goes from small to large and stay large. The landscape ending is the word "galaxy nexus" on top of a green android image and light shadow around it (very cool looking). So I combined both ending together. The landscape ending then ended with the vertical ending. By the time the vertical ending is done, my phone boot right into to OS. I don't think it's going to work straight out of the box. I have to recompile this thing to make it works.
What do I do with the ZIP file? Instal zip in recovery? then what?
khalilcr said:
What do I do with the ZIP file? Instal zip in recovery? then what?
Click to expand...
Click to collapse
download the zip to your PC, unzip it and in /system/media there is a file named bootanimation.zip. Take this file out and rename this to sanim.zip, then copy it to your phone under /system/media/
khalilcr said:
What do I do with the ZIP file? Instal zip in recovery? then what?
Click to expand...
Click to collapse
NO, it is not a flashable zip file, you clown you .
*To make this work you must be rooted, AND you must have a supporting kernel (i.e. PB&J by IMNUTS)
1. You need to go here: http://bit.ly/pJ1znp and download the zip file which will contain two other zip files, one animation for landscape and one animation for portrait.
**You can watch both previews here (they are only slightly different): http://rootzwiki.com/topic/7344-bootanimation-galaxy-nexustron-like-android/
2. Extract one of the inner zip files (or both) and put them on your sd card.
3. Rename the one you want to sanim.zip, and use a file explorer app (I use Root explorer -it's awesome), to copy the renamed "sanim.zip" from your sd-card to the /system/media folder on your phone.
4. Reboot and Ta Da
cliMAKtic said:
NO, it is not a flashable zip file, you clown you .
*To make this work you must be rooted, AND you must have a supporting kernel (i.e. PB&J by IMNUTS)
1. You need to go here: http://bit.ly/pJ1znp and download the zip file which will contain two other zip files, one animation for landscape and one animation for portrait.
**You can watch both previews here (they are only slightly different): http://rootzwiki.com/topic/7344-bootanimation-galaxy-nexustron-like-android/
2. Extract one of the inner zip files (or both) and put them on your sd card.
3. Rename the one you want to sanim.zip, and use a file explorer app (I use Root explorer -it's awesome), to copy the renamed "sanim.zip" from your sd-card to the /system/media folder on your phone.
4. Reboot and Ta Da
Click to expand...
Click to collapse
How can I add audio? (using the landscape version)
cliMAKtic said:
NO, it is not a flashable zip file, you clown you .
*To make this work you must be rooted, AND you must have a supporting kernel (i.e. PB&J by IMNUTS)
1. You need to go here: http://bit.ly/pJ1znp and download the zip file which will contain two other zip files, one animation for landscape and one animation for portrait.
**You can watch both previews here (they are only slightly different): http://rootzwiki.com/topic/7344-bootanimation-galaxy-nexustron-like-android/
2. Extract one of the inner zip files (or both) and put them on your sd card.
3. Rename the one you want to sanim.zip, and use a file explorer app (I use Root explorer -it's awesome), to copy the renamed "sanim.zip" from your sd-card to the /system/media folder on your phone.
4. Reboot and Ta Da
Click to expand...
Click to collapse
Hey, if u don't mind, I'm going to use your instruction for ppl.
Hmm..
khalilcr said:
How can I add audio? (using the landscape version)
Click to expand...
Click to collapse
To add sound on boot, you need a .wav file, you need to rename said .wav file to PowerOn.wav, and you need to put it in /System/Etc on your phone. I ripped the audio file that goes along with this boot animation and converted it/renamed it yadda yadda which I could give you if you really want, it is also available on that link I posted earlier in some format.
HOWEVER, there is still the problem of boot sounds getting cut off after about 9 seconds, leaving about 4-5 seconds of the animation without sound DEPENDING on what Rom you are running [I know Khali was able to get it working for the full length so if you are running TweakStock 1.4 you should be all set]. As for my InfinityRom I'm sure there is some xml editing that could be done to extend the sound for any given Rom but I am not sure what it is yet, I am looking into it..
If you wanted to put a shortened PowerOn.wav file on your phone that would only play for a portion of the animation that would work just fine (might look a little stupid though ).
**Again TweakStock 1.4 should NOT cut your sound short.
buhohitr said:
Hey, if u don't mind, I'm going to use your instruction for ppl.
Click to expand...
Click to collapse
No worries, just keep my nametag attached somewhere if ya dont mind
Thank cliMAKtic! Got it to work. Just replaced the poweron.wav. It plays during the entire animation. I am running TweakStock 1.4 (dont know if that matters)

Categories

Resources