Alright, so I've enabled the "Powered by Android" splash screen AND replaced the obnoxious Verizon boot animation with the stock HTC (One) boot animation, but I can't figure out how to enable the sound.
I have the HTC_Sense5_Boot.mp3 in system/customize/resource, but I get nothing when I reboot even if the sound on the device is on.
I've also checked the default.xml in /system/customize/cid/ and added audio="/system/customize/resourceHTC_Sense5_Boot.mp3" to the Boot Configuration section, but when I reboot all I get is the old Android boot.
Help?
ethan.r.besbris said:
Alright, so I've enabled the "Powered by Android" splash screen AND replaced the obnoxious Verizon boot animation with the stock HTC (One) boot animation, but I can't figure out how to enable the sound.
I have the HTC_Sense5_Boot.mp3 in system/customize/resource, but I get nothing when I reboot even if the sound on the device is on.
I've also checked the default.xml in /system/customize/cid/ and added audio="/system/customize/resourceHTC_Sense5_Boot.mp3" to the Boot Configuration section, but when I reboot all I get is the old Android boot.
Help?
Click to expand...
Click to collapse
Not sure if you copied and pasted, but there's a "/" missing after "customize" and before filename.
Precise language is:
Code:
audio="/system/customize/resource/HTC_Sense5_Boot.mp3"
and should be immediately after the animation; which should be renamed to vzw_bootup.zip. (Rename your old one vzw_bootup.old or *.bak). I have an audio file playing with my boot animation on my M8. I've read elsewhere that it will only play an animation called vzw_bootup.zip (although I suppose if you edit it in default.xml it should pick up the new name).
hgoldner said:
Not sure if you copied and pasted, but there's a "/" missing after "customize" and before filename.
Precise language is:
Code:
audio="/system/customize/resource/HTC_Sense5_Boot.mp3"
and should be immediately after the animation; which should be renamed to vzw_bootup.zip. (Rename your old one vzw_bootup.old or *.bak). I have an audio file playing with my boot animation on my M8. I've read elsewhere that it will only play an animation called vzw_bootup.zip (although I suppose if you edit it in default.xml it should pick up the new name).
Click to expand...
Click to collapse
It seems as though I was missing the " on the end of *.mp3. Hopefully this addresses my issue. I will reply back once I test.
hgoldner said:
Not sure if you copied and pasted, but there's a "/" missing after "customize" and before filename.
Precise language is:
Code:
audio="/system/customize/resource/HTC_Sense5_Boot.mp3"
and should be immediately after the animation; which should be renamed to vzw_bootup.zip. (Rename your old one vzw_bootup.old or *.bak). I have an audio file playing with my boot animation on my M8. I've read elsewhere that it will only play an animation called vzw_bootup.zip (although I suppose if you edit it in default.xml it should pick up the new name).
Click to expand...
Click to collapse
{
"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"
}
Same deal. Adding that line breaks the boot animation... Sigh...
Sent from my HTC6525LVW using Tapatalk
ethan.r.besbris said:
View attachment 2704322
Same deal. Adding that line breaks the boot animation... Sigh...
Sent from my HTC6525LVW using Tapatalk
Click to expand...
Click to collapse
No, you have it as a new line, that's why. The boot animation info should all be together as follows:
Code:
<BootAnimation animation="/system/customize/resource/vzw_bootup.zip audio="/system/customize/resource/HTC_Sense5_Boot.mp3" />
Don't break the command like you did. Don't worry about word-wrap, the issue is what's between the < and the >
hgoldner said:
No, you have it as a new line, that's why. The boot animation info should all be together as follows:
Code:
<BootAnimation animation="/system/customize/resource/vzw_bootup.zip audio="/system/customize/resource/HTC_Sense5_Boot.mp3" />
Don't break the command like you did. Don't worry about word-wrap, the issue is what's between the < and the >
Click to expand...
Click to collapse
LOL! I'm an idiot! That's what I get for doing this at work!
hgoldner said:
No, you have it as a new line, that's why. The boot animation info should all be together as follows:
Code:
<BootAnimation animation="/system/customize/resource/vzw_bootup.zip audio="/system/customize/resource/HTC_Sense5_Boot.mp3" />
Don't break the command like you did. Don't worry about word-wrap, the issue is what's between the < and the >
Click to expand...
Click to collapse
Tried what you suggested, broke it again! Dammit!
<BootConfiguration>
<BootAnimation animation="/system/customize/resource/vzw_bootup.zip audio="/system/customize/resource/HTC_Sense5_Boot.mp3" />
</BootConfiguration>
<ShutdownConfiguration>
<ShutdownAnimation image_png="/system/customize/resource/hTC_downanimation.zip" image="" fps="10" />
ethan.r.besbris said:
Tried what you suggested, broke it again! Dammit!
<BootConfiguration>
<BootAnimation animation="/system/customize/resource/vzw_bootup.zip audio="/system/customize/resource/HTC_Sense5_Boot.mp3" />
</BootConfiguration>
<ShutdownConfiguration>
<ShutdownAnimation image_png="/system/customize/resource/hTC_downanimation.zip" image="" fps="10" />
Click to expand...
Click to collapse
Is there at least a space between ".zip" and "audio?" It's not clear whether you have a line break, space or not. Also, are you sure everything's named the way you want it?
hgoldner said:
Is there at least a space between ".zip" and "audio?" It's not clear whether you have a line break, space or not. Also, are you sure everything's named the way you want it?
Click to expand...
Click to collapse
There is a space between .zip and audio, yes. Everything is named correctly. I just double-checked.
ethan.r.besbris said:
There is a space between .zip and audio, yes. Everything is named correctly. I just double-checked.
Click to expand...
Click to collapse
Resolved. Please close.
Related
Basic explanation of this bootanimation. Part0, first part of boot animation starts with N E X U S O N E being spelled out top and bottom, then flying multiple N E X U S O N E letters move from outside to inside being consumed by the "fire" in the middle. Then NEXUS ONE is morphed and twisted into the Image you see below. Second part is Red Flame edition of standard bootanimation. Refined this quite a bit to get the colors to really pop off on the N1 screen.
Enjoy.
bootanimation.zip push to /system/media and reboot
{
"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"
}
[/URL][/IMG]
Nice work!!
Thanks man, Now I'm looking for a guide to make it into live wallpaper.
Hi,
I get the following message when trying to adb push:
"c:\android\tools>adb push bootanimation.zip /system/media
failed to copy 'bootanimation.zip' to '/system/media/bootanimation.zip': Read-on
ly file system"
Anything to do about that so i have write permissions to /system/media??
Cheers,
donnie
d0nnie said:
Hi,
I get the following message when trying to adb push:
"c:\android\tools>adb push bootanimation.zip /system/media
failed to copy 'bootanimation.zip' to '/system/media/bootanimation.zip': Read-on
ly file system"
Anything to do about that so i have write permissions to /system/media??
Cheers,
donnie
Click to expand...
Click to collapse
Code:
Adb remount
mounts system as rw
kaotikking said:
Code:
Adb remount
mounts system as rw
Click to expand...
Click to collapse
Thanks! That did it
d0nnie said:
Hi,
I get the following message when trying to adb push:
"c:\android\tools>adb push bootanimation.zip /system/media
failed to copy 'bootanimation.zip' to '/system/media/bootanimation.zip': Read-on
ly file system"
Anything to do about that so i have write permissions to /system/media??
Cheers,
donnie
Click to expand...
Click to collapse
Why not just put it in /data/local the boot animation binary looks there first and you don't have to remove your old boot animation.
either/or good point.
digging on this. cheers!
just pushed file WOW!!!!!!!! didnt think it would be that cool but tried it and its BADASS> thanks man
TheDudeOfLife said:
Why not just put it in /data/local the boot animation binary looks there first and you don't have to remove your old boot animation.
Click to expand...
Click to collapse
Cause i didnt knew about it ofc
But the push worked as well...
kamikazimonky said:
just pushed file WOW!!!!!!!! didnt think it would be that cool but tried it and its BADASS> thanks man
Click to expand...
Click to collapse
Much appreciated. I'm thinking of making the same thing..but with a deep blue instead of the red...
This is cool looking and for me blue would be even cooler
power boot!
this is one powerful boot dude... thumbs up!!! +1
limkoksoon said:
this is one powerful boot dude... thumbs up!!! +1
Click to expand...
Click to collapse
Thanks. Going to finish up the Blue version in next few days...will update first post when its done.
How would I go about pushing the file? I have the option to unzip but it saves it on the SD card. Am I doing something wrong?
TheDudeOfLife said:
Why not just put it in /data/local the boot animation binary looks there first and you don't have to remove your old boot animation.
Click to expand...
Click to collapse
I second this as I referred to this forum as to where to delete my custom boot animation from and ended up deleting the original one, (and the entire media folder.... i was drunk) but pushed it all back with the latest update (unzip vanilla update.zip and extract /system/media then in the same folder in cmd go: adb push media /system/media)
What`s with the blue version?
Is there anyway to create a ZIP file that will work as upgrade to add the bootanimation? I'm at work, without my microsd cable... Would like to just download from dropbox.
honestly.. when i saw the screenshot i just thought "ugly...".. then i installed it cause my current boot animation is worse lol
now.. i think: Awesome! Great work, really, looks perfect.
so, some fine work being done up the android theme thread...
i saw this , and thought i would share it, and tell you guys how i finally managed to get it to work.... i got his copy of the nexus one boot animation, because it's the same resolution as our phones. i unzipped the download, and put the bootanimation.zip (NOT extracted) into my sdk tools folder.
if you even want to consider putting the old one back on, it would be wise to pull it first, then rename it something. the original sprint splash is located at /system/customize/resource/bootanimation.zip
adb reboot recovery
*run custom recovery utility*
adb shell
# mount /dev/block/mtdblock4 /system
# rm /system/customize/resource/bootanimation.zip
# exit
adb push bootanimation.zip /system/media
adb reboot
yes, you have to get rid of the copy in /system/customize/resource first, and if you just put the new one there, for some reason it doesn't work.
probably the same instructions for any boot animation you want. only in the future you could probably just do the adb push to /system/media, since you will have already have erased the interfering sprint splash.
timothydonohue said:
so, some fine work being done up the android theme thread...
i saw this , and thought i would share it, and tell you guys how i finally managed to get it to work.... i got his copy of the nexus one boot animation, because it's the same resolution as our phones. i unzipped the download, and put the bootanimation.zip (NOT extracted) into my sdk tools folder.
if you even want to consider putting the old one back on, it would be wise to pull it first, then rename it something. the original sprint splash is located at /system/customize/resource/bootanimation.zip
adb reboot recovery
*run custom recovery utility*
adb shell
# mount /dev/block/mtdblock4 /system
# rm /system/customize/resource/bootanimation.zip
# exit
adb push bootanimation.zip /system/media
adb reboot
yes, you have to get rid of the copy in /system/customize/resource first, and if you just put the new one there, for some reason it doesn't work.
probably the same instructions for any boot animation you want. only in the future you could probably just do the adb push to /system/media, since you will have already have erased the interfering sprint splash.
Click to expand...
Click to collapse
I am probably missing something because i read so carefully but my boot is in a windowed mode
The nexus one version does not play on my EVO
Shadow591 said:
I am probably missing something because i read so carefully but my boot is in a windowed mode
The nexus one version does not play on my EVO
Click to expand...
Click to collapse
what do you mean you're in a windowed mode? if you got any version other than the nexus version, the resolution is too small, and it probably won't fill the screen.
the nexus version should work just fine. just make sure you pull the bootanimation.zip out of the the download.
if it doesn't work, try downloading again. i had a problem originally, and i think that it may have just been a bad download or something
btw, i guess i missed this thread which details the whole process. my bad.
http://forum.xda-developers.com/showthread.php?t=697527&page=2
and...i got this to work as well
http://www.youtube.com/watch?v=fezcpSb5xoQ
here it is bootanimation.zip and android_audio.mp3 are zipped up in here
http://rapidshare.com/files/38811717..._wEye.zip.html
this one looks like this
{
"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"
}
here's the bootanimation.zip
timothydonohue said:
and...i got this to work as well
http://www.youtube.com/watch?v=fezcpSb5xoQ
here it is bootanimation.zip and android_audio.mp3 are zipped up in here
http://rapidshare.com/files/38811717..._wEye.zip.html
Click to expand...
Click to collapse
Rapidshare gives me a "file could not be found" error.
watzone69 said:
Rapidshare gives me a "file could not be found" error.
Click to expand...
Click to collapse
Same here Tim, repost? I've actually been looking for this one.
Btw my custom boots have been working by just replacing the bootanimation.zip in /system/customize/resource. But mine didn't have sound I don't think, I wonder if that has anything to do with it
watzone69 said:
Rapidshare gives me a "file could not be found" error.
Click to expand...
Click to collapse
Found the files from the broken link after doing some hunting
Here are the files for this custom boot animation from the DI
http://www.youtube.com/watch?v=fezcpSb5xoQ
http://dl.dropbox.com/u/1692834/bootanimation_di.zip - rename to bootanimation.zip
http://dl.dropbox.com/u/1692834/android_audio.mp3 - rename to SPC_animation_final.mp3
I put them both in /system/customize/resource and they worked fine...
itmustbejj said:
Found the files from the broken link after doing some hunting
Here are the files for this custom boot animation from the DI
http://www.youtube.com/watch?v=fezcpSb5xoQ
http://dl.dropbox.com/u/1692834/bootanimation_di.zip - rename to bootanimation.zip
http://dl.dropbox.com/u/1692834/android_audio.mp3 - rename to SPC_animation_final.mp3
I put them both in /system/customize/resource and they worked fine...
Click to expand...
Click to collapse
Nice find. Thanks!
Anyone with a batch image re-sizer feel like scaling this to 480x800? It looks OK at this resolution but would look much nicer at EVO size.
here is my version of the incredible boot animation.
i made it "HTC Evo 4G" instead of "incredible" and made a green version of it also.
i attached the files.
aamikam said:
here is my version of the incredible boot animation.
i made it "HTC Evo 4G" instead of "incredible" and made a green version of it also.
i attached the files.
Click to expand...
Click to collapse
I tried the red one, but it just shows from Droid. Doesn't show the little green robot with your modified HTC EVO 4G. =[ Just starts from Droid.
[BOOT ANIMATION]
Super Smooth 30FPS!
It has to be one of the best Boot Animations I've seen.
Can someone make this into a live wallpaper?
If you want to use the CyanogenMod version remove the CM in the name of the file before you push!
PREVIEW: Let the .gif load to preview!
{
"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"
}
ADB Command
adb push bootanimation.zip /data/local
Does this have the "DROIIIID" sound too?
Eskimo_Joe said:
Does this have the "DROIIIID" sound too?
Click to expand...
Click to collapse
No but I can post the audio file when I get home. Or you can look it up.
I'd like to try out this boot animation (with sound) as well. where did you find it?
trombone dixie said:
I'd like to try out this boot animation (with sound) as well. where did you find it?
Click to expand...
Click to collapse
Sky Raider froyo rom.
Added DROID audio
Added Cyanogen Mod Version
EDIT:
I cannot get the Droid Audio to work. Tried editing Desc file but no success. If anyone can help?!
opengeo said:
Sky Raider froyo rom.
Click to expand...
Click to collapse
It was actually First seen in Nexus Froyo ROM and CM6 before it was put in Sky Raider Rom. I just found this out myself. lol
i'm not going to root my phone until after the 2.2 OTA is released at the end of the month. any way i can get a zip with the bootanimation and mp3 to push to my phone?
NEVERMIND... i see the update. thanks!
It's not letting me unzip the .mp3, saying unknown format.
trombone dixie said:
i'm not going to root my phone until after the 2.2 OTA is released at the end of the month. any way i can get a zip with the bootanimation and mp3 to push to my phone?
Click to expand...
Click to collapse
well you don't need root to push to your phone. so you can always push it afterwards.
the .mp3 zip won't uncompress. it keeps telling me that it's an unknown format.
trombone dixie said:
the .mp3 zip won't uncompress. it keeps telling me that it's an unknown format.
Click to expand...
Click to collapse
you don't uncompress it. you just remove the .zip extension.
but as of now I can't get the audio to work correctly so its useless. i am going to pull the file now.
And also, the original is better than the CM version. the transitions are better.
Any way we can get it to show just red like the cyan version?
I'm running PMF v1.2 OTA version and can't seem to get this working. I've adb push'd the bootanimation.zip to /data/local with no luck and also to /system/media where PMF keeps it to no luck as well. Every boot I get a black screen till the OS is loaded. Anyone have any suggestions?
The only difference I can think of is that I did apply the OTA but that's lower level than the bootsplash...
Don't know if this helps or not, but here is the image as an animation. I have no idea how to make it where it can be used as live wallpaper.
(Rename .zip to .gif)
i hope someone will make a live WP with this.
Can this be used on EVO?
x1208x said:
Added DROID audio
Added Cyanogen Mod Version
EDIT:
I cannot get the Droid Audio to work. Tried editing Desc file but no success. If anyone can help?!
Click to expand...
Click to collapse
The reason why audio will not work is that the first folder (or only folder if not more than one) holding the images for the boot animation needs to be named android. and the Desc.txt should reflect the folder name android. So basically, part0 folder needs to be renamed to android. And in desc.txt part0 also needs to be renamed to android
zalez said:
The reason why audio will not work is that the first folder (or only folder if not more than one) holding the images for the boot animation needs to be named android. and the Desc.txt should reflect the folder name android. So basically, part0 folder needs to be renamed to android. And in desc.txt part0 also needs to be renamed to android
Click to expand...
Click to collapse
I could have sworn I tried that. But I will try again later tonight if I remember. Or if you can get working, we'd all much appreciate it!
Try these with whatever audio file you have/want.
Nexus One Retail Boot Animation - (ICS) Revised
What is it?
This is a modified CM5 boot animation, which itself is a modified version of the stock boot animation that the retail Nexus One devices have been shipped with.
What i changed?
To match my idea of an ICS version of the stock animation, i removed the CM Logo from the CM5 boot animation and made slightly changes to the base color to match the correct blue used in ICS.
{
"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"
}
How does it look?
Basically this is a stock Nexus One boot animation - with a touch of Ice Cream Sandwich.
Part0 of Boot animation:
Part1 of Boot animation (actual loop):
How to use?
To use it, use ADB to push the attached ZIP onto your device as follows:
Backup original
Code:
adb pull /system/media/bootanimation.zip
Push new
Code:
adb remount
adb push /local/path/to/bootanimation_passion_ics.zip /system/media/bootanimation.zip
adb reboot
NOTE:
If you use a file explorer to copy files, or type in the commands (instead of c+p), make sure you change the name of the ZIP from bootanimation_passion_ics.zip to bootanimation.zip! The boot script is looking for /system/media/bootanimation.zip. If you have /system/media/bootanimation_passion_ics.zip (or anything else) it won't work!
UPDATE / MIUI MTZ VERSION
At request i created a mtz version of the boot animation. I've never used MIUI and never came accross this mtz file format before. All i did was following the suggestion i found here on XDA; Open an existing mtz file with 7zip and replacing the zip. I did not tested that version. Please let me know if it works.
Very cool! How long did that take you?
JoshX said:
Very cool! How long did that take you?
Click to expand...
Click to collapse
all together, round about half an hour
Very nice thanks.
I tried this last night and it didn't work
I downloaded the file, I used RootExplorer to removed the stock boot animation from the folder you suggested (running ICS ROM) and then I placed the new zip you created into the said folder.
When I reboot, my new boot animation (it did change) is a simple "Android" that has a silver "flash" look as if its shimmering.
Any suggestions?
uoY_redruM said:
I tried this last night and it didn't work
I downloaded the file, I used RootExplorer to removed the stock boot animation from the folder you suggested (running ICS ROM) and then I placed the new zip you created into the said folder.
When I reboot, my new boot animation (it did change) is a simple "Android" that has a silver "flash" look as if its shimmering.
Any suggestions?
Click to expand...
Click to collapse
First idea: Have you changed the name of the ZIP from bootanimation_passion_ics.zip to bootanimation.zip (maybe you forgot it, as you used a root explorer rather than copy the commands)? The boot script is looking for /system/media/bootanimation.zip. If you have /system/media/bootanimation_passion_ics.zip (or anything else) it won't work.
Bexton said:
First idea: Have you changed the name of the ZIP from bootanimation_passion_ics.zip to bootanimation.zip (maybe you forgot it, as you used a root explorer rather than copy the commands)? The boot script is looking for /system/media/bootanimation.zip. If you have /system/media/bootanimation_passion_ics.zip (or anything else) it won't work.
Click to expand...
Click to collapse
...aaaaand I feel stupid, lol. That's what it was.
@ Bexton.
Hi. Jus downloaded ur bootanimation and renamed it using ES file explorer as u sed.in my phone I didnt find bootanimation in /system/media, instead was in /system/bin. So i removed that and placed ur bootanimation in that place. Nw when i rebooted i jus see X and no animation while booting.
Wat am i doing wrong.
Sent from my Nexus One using Tapatalk
n1newbie said:
@ Bexton.
Hi. Jus downloaded ur bootanimation and renamed it using ES file explorer as u sed.in my phone I didnt find bootanimation in /system/media, instead was in /system/bin. So i removed that and placed ur bootanimation in that place. Nw when i rebooted i jus see X and no animation while booting.
Wat am i doing wrong.
Click to expand...
Click to collapse
A) What phone model is it?
B) Have you tried to place the zip into /system/media anyway? And if not, what happens when you try that?
Bexton said:
A) What phone model is it?
B) Have you tried to place the zip into /system/media anyway? And if not, what happens when you try that?
Click to expand...
Click to collapse
A. Nexus one (ch3ky's oxygen1mod)
B. Yea i placed it /system/media . Still its the same. No animations.
I tried it in /system/bin. No change again.
PS: The default bootanimation that i removed from /system/bin had no extension. I even tried to place it back as it was originally. Still the same mate
Sent from my Nexus One using Tapatalk
n1newbie said:
A. Nexus one (ch3ky's oxygen1mod)
B. Yea i placed it /system/media . Still its the same. No animations.
I tried it in /system/bin. No change again.
PS: The default bootanimation that i removed from /system/bin had no extension. I even tried to place it back as it was originally. Still the same mate
Sent from my Nexus One using Tapatalk
Click to expand...
Click to collapse
I can't find the oxygen1mod sources right away. but some roms will need the file in /local/data/bootanimation So you could try:
Code:
adb shell mkdir /data/local/bootanimation
adb push bootanimation_passion_ics.zip /data/local/bootanimation
adb reboot
Alternatively i found this thread, that might help (your ROM needs init.d support for that solution!) http://forum.xda-developers.com/showthread.php?t=641189
Tried as u sed. But still the same.
Dev asked to jus place it in /system/media. No effect for that aswell.
While trying for this i once removed the bootanimation file from /system/bin and placed it later. Could that be the issue???
Sent from my Nexus One using Tapatalk
Thnx looks awesome with my ICS
Sent from my Frosty Ice Cream Sandwiched Mesmerize
Looks awesome! Any chance you can make a .mtz version of it?
DeathlySpectator said:
Looks awesome! Any chance you can make a .mtz version of it?
Click to expand...
Click to collapse
I've updated 1st post: http://forum.xda-developers.com/showpost.php?p=21054340&postcount=1
Works perfectly for me, thank you !
That's exactly what I was looking for!! Thanks! ... I dont like the boot animation that comes with my actual ROM....
@Bexton: Thank you for the animation file. I did hit the Thanks button . I assume that I will have to push the revised bootanimation every time I flashed a new ROM, right?
Very very nice thank u
Sent from my Nexus One using XDA App
taodan said:
I assume that I will have to push the revised bootanimation every time I flashed a new ROM, right?
Click to expand...
Click to collapse
Right......
{
"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"
}
Tutorials by Team MagioROM
All mods are specifically made for MagioROM but can easily be adapted to fit other sense5 roms with minimal changes. I will
continue to add more tutorials as I find the time and as I learn more.
Tutorial #1: Flashable boot animations.
What you will need to complete this tutorial:
1. 7zip or any file compression tool that is able to zip files without compressing them. I use 7zip.
2.Download this file to use as a template.Bootanimation.zip
Download the bootanimation.zip posted above. Extract this zip into whatever directory you like. There should be two folders: one called META-INF and another called "system". You do not want to touch the meta-inf folder. The files you are interested in editing are in system/customize/rescource and system/customize/CID.
Firstly we will edit the files in "rescource" folder. THere are two files in the rescoures folder one called "hTC_bootup_one.zip" and "hTC_downanimation.zip" Extract the "bootup" file into whatever directory you want. Inside you will find a file called desc.txt and a folder called android. Again dont touch the desc.txt file. The boot animaition images are in the android folder and are named in sequence: bootup_htc_one_00000.png,bootup_htc_one_00001.png,bootup_htc_one_00002.png........and so on.
You can then delete all images in the android folder and then copy whatever images (they must be in png format) you want to be your bootanimation into the folder. Rename your sequence of images, beginning with the first one in the exact naming sequence they were in before: bootup_htc_one_00000.png, bootup_htc_one_00001.png,bootup_htc_one_00002.png........and so on.
After all the images are renamed and everything is how you want it open 7zip and navigate to the folder where you extracted the boot animation. Select both the desc.txt file and android folder and click "add" in the 7zip toolbar. In the menu that pops up select compression level and choose "store". You can rename the file whatever you like and then hit "OK" After it is done rezipping you can copy the file file back to the bootanimation/system/customize/rescource folder overwriting the orginal "hTC_bootup_one.zip" with your new one, or if you changed the name, be sure to delete the original bootup.zip. IF you decided to change the name( most developers do and don't overwrite the original "hTC_bootup_one.zip") then navigate to the system/customize/CID folder. Open the "default.xml" file and scroll down till you find this line:
<BootConfiguration>
<BootAnimation animation="/system/customize/resource/hTC_bootup_one.zip" audio="/system/customize/resource/Startup_3_Sekunden_4.mp3" audiostart="TMO" />
</BootConfiguration>
Change the "hTC_bootup_one.zip" to whatever name you decided to name you zip or if you didn't change the name you can leave it like it is. After making your edits you can save the file and close it. Afterwards you may rezip system and META-INF folders with 7zip and remember to change the compression level back to normal. Copy the bootanimation.zip to your phone and flash through twrp.
Congratulations you have made your very first flashable bootanimation!!
Click to expand...
Click to collapse
Click to expand...
Click to collapse
If any of my directions aren't clear just post your question in thread and Ill try my best to clear your confusion up. I dont consider myself to good at giving directions but Ill do my best LOL
Very much appreciated......:thumbup:
Swyped from T3DRO1CS RedHoXence
Just installed the new sense 5 toolbox and checked all the cleanbeam icons by vomer and all icons changed except the Bluetooth and the mobile data icons! Still the normal 4g icon appears! Is there a fix for this?
Sent from my HTC One XL using Tapatalk 4
spyrobiskinis said:
Just installed the new sense 5 toolbox and checked all the cleanbeam icons by vomer and all icons changed except the Bluetooth and the mobile data icons! Still the normal 4g icon appears! Is there a fix for this?
Sent from my HTC One XL using Tapatalk 4
Click to expand...
Click to collapse
I think you might have your threads confused, the q&a thread is here. That's something you'd have to take up with the Sense 5 Toolbox dev anyway.
Sent from my Evita
ted77usa said:
Very much appreciated......:thumbup:
Swyped from T3DRO1CS RedHoXence
Click to expand...
Click to collapse
bro your signature literally fills my browser window
timmaaa said:
I think you might have your threads confused, the q&a thread is here. That's something you'd have to take up with the Sense 5 Toolbox dev anyway.
Sent from my Evita
Click to expand...
Click to collapse
You are right! I actually wanted to post this in the tweaks and mods thread!
Sent from my HTC One XL using Tapatalk 4
mistertim said:
bro your signature literally fills my browser window
Click to expand...
Click to collapse
Sorry that's was more than one year ago.....don't have computer access to change it yet......two of my laptops kinda messed up .....
Swyped from T3DRO1CS RedHoXence
I was intending to write a lot more of these but my phone broke down and I got busy with a lot of other things not related to android. I hope to have some more soon though.