[SOLVED] How to replace boot/shutdown animation? (building a ROM) - HTC EVO 3D

Hi. development n00b here. i'm building a custom ROM using Stock as base.
i've searched far and wide looking for a way to replace/remove boot/shutdown animations (and to get rid of that silly sound). i looked for /system/media/bootanimation.zip and while it shows up with other custom ROMs, it isn't there in Stock. i found bootanimation and shutdown in /system/bin/ as executable (i'm on Ubuntu) and i found hTC_bootanimation.zip and SPC_bootanimation.zip in /system/customize/resource/.
what do i do? how do i get these boot animations to be at /system/media/? and also how do i replace the shutdown animation with a custom one if possible.
.. i have a feeling i got to edit some sort of text file... i dont think im right, thats just an opinion.
anyways, Thanks in advance for guiding me the right direction!
EDIT: just discovered that its called downanimation... found mine at the same place as the boot one.
still haven't figured out how to move them though..

Bump...
Sent from my Evo V 4G using xda app-developers app

Kite-G said:
Bump...
Sent from my Evo V 4G using xda app-developers app
Click to expand...
Click to collapse
AFAIK they should be in system/customize/ resource. I change mine all the time by deleting old zips and just copiing new ones in same folder and it always works
Sent from my HTC EVO 3D X515m using Tapatalk 2

Thanks. I'll give it a shot
Sent from my Evo V 4G using xda app-developers app

Related

Boot animation /boot logo changing.

How to make a boot animation/boot image? Like replace the LG logo, and the Rom animation. A point to a guide or tut would be appreciated. Thank you
Sent from my VM670 using XDA App
To change the lg stuff is going to be pretty tough i link. Thats not part of the rom and might have to be done with like cdma tools or something.
But changing the goot animation is easy, just download the animation you want (make sure the resolution on its not to big) and paste it in the system/media folder on your phone with root explorer or something.
here is a link to the guide cyanogenmod wiki points to.
good luck with your project!
http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack,_Edit,_and_Re-Pack_Boot_Images
p.s. a forum search here will lead you to a lot more info on boot animations and some samples.
brooksyx said:
/system/media folder on your phone with root explorer or something.
Click to expand...
Click to collapse
Even easier to place it to /data/local without any root required.
I wonder about this too. The bootanimation.zip is just that, the boot animation and doesn't even require root access to change. however, the manufacturer animation that comes before it I would like to change. I am running CM7 and would like to change the static red LG logo for the 'electron beam' animated one used in virtually every other rom, including the stock firmware. Wonder if anyone could just make a flashable zip to do this. I'm looking at wiki article and while I feel confident I could do it, it looks like a brick waiting to happen!
Thanks guys I got a new boot another and just replaced the obedience. Data /local and it plays just fine:3
Sent from my VM670 using XDA App
the ROM animation is easy you can either get a existing animation zip and rename and replace the bootanimation.zip with root explorer depending on where it is stored in your ROM if you want to make your own the animation is not a video it is a series of png files so you can make one yourself im not sure about the order just take a existing bootanimation.zip and unzip it and take a look
Wow lol that last post made no sense.
Sent from my VM670 using XDA App
Mrheroinlol said:
Wow lol that last post made no sense.
Click to expand...
Click to collapse
Well, that post is actually entirely correct, except for the annoying lack of punctuation which makes it extremely hard to read.
Sorry I got bad gamer, what did you not understand
Sent from my LG-P500 using XDA Premium App
dislplin01 said:
Sorry I got bad gamer, what did you not understand
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
Lol the irony.
Thanks, couple of boot animations coming your way.
istoner said:
Lol the irony.
Thanks, couple of boot animations coming your way.
Click to expand...
Click to collapse
haha I'm glad someone got out thank you
Sent from my LG-P500 using XDA Premium App
there´s also a app that change the boot logo with prviews i have the lite version of it and i can change maybe 10 diferent boot anim. its more easy fast and simple to do and you could choose the resolution you want the panim to have
the app is BAC Litev3.1
What app...?
Sent from my VM670 using XDA App

[boot animation] helix animations from epic forums

Hey guys, new to the mytouch scene. Came back to tmobile after a brief stint at sprint. Miss my keyboard but this phone is REAL decent. Thanks to all who helped get this phone rooted!
Now then, for those who haven't seen them, these are the sickest boot animations ever. I had nothing to do with them, just thought you guys should check them out. Be sure to give props when you check em out...
http://forum.xda-developers.com/showthread.php?p=12276820
Sent from my HTC Glacier using Tapatalk
Thanks for sharing.
I can't get the boot animation to flash with cwm 5.0.2.0, any suggestions?
Extract from flashable zip, move to the sense directory. I think it is system/customize/something... File you move is bootanimation.zip
Works fine in cm7 or aosp. Miui allows you to pick em I think...
Sent from my HTC Glacier using Tapatalk
Hmmm i wonder if there is a way to get shutdown animations on cm7... Thanks for posting this by the way.
Should just flash the shutdown animations on cm7. Or copy to system/media
«{[etrickery]}»
huh it can't work on stock?? well thats no fun those animations look sick.
Shirokishi said:
huh it can't work on stock?? well thats no fun those animations look sick.
Click to expand...
Click to collapse
Stock, rooted
Sent from my HTC Glacier using Tapatalk

Rotating Roise (Homescreen landscape) for Virtuous Doubleshot

First off, Thanks to Google/Android, XDA Developers, Virtuous Doubleshot, other Android posts, which got me to this.
Virtuous Doubleshot released for Glacier & Vision, both support home screen landscape version. Rosie.apk is same for both the versions, but it is hardware keyboard driven, so it doesn't work on ur HTC Glacier/myTouch 4G.
Here is how U do it:
1. Take a backup of ur /system/app/Rosie.apk. Pull the Rosie.apk to ur host PC.
2. Using apktool, decompile** the Rosie.apk. (apktool d -f -t glacier Rosie.apk)
3. Open Rosie/AndroidManifest.xml & replace all "nosensor" to "sensor".
4. Using apktool, recompile the Rosie.apk. (apktool b Rosie Roise.apk)
5. After this, you need to sign the apk & zipalign it. Done, good to go...!!!
6. Mount ur /system read-write.
7. Push back the signed version of Rosie.apk to /system/app.
8. Reboot (probably not necessary. but it will be clean setup i thought).
**-> U might get some errors at step 2, to fix that,
1. pull com.htc.resources.apk & framework-res.apk from the device or ur Virtuous Doubleshot.
2. Add these resources to apktool base.
(apktool if com.htc.resources.apk glacier)
(apktool if framework-res.apk glacier)
3. Now continue with Step 3 & 4. It should work fine.
I was able to do this & it worked pretty well. Just remember, I tried this not to publish but to put it on my phone, so if you end up bricking(highly impossible i think), or losing data(again, i dint face this), I don't take any responsibility.
Moreover, you may not be able to do this on other ROM releases for myTouch 4G. This can only be done on the ROM ports which have landscape support, technically speaking, Rosie.apk must have landscape resources under Rosie/res/. Otherwise it will not work!
Hope its useful, Im posting this bcoz I googled a lot for myTouch 4G/Glacier HomeScreen rotation/landscape support etc & there wasn't even a single post yet.
*** one last thing, my original Rosie.apk was ~21MB, but the recompiled version is 3.2MB. I don't know why, please let me know if you know why. But the 3.2MB recompiled version seem to work fine!!!
** best, after reading developer.android.com, found tat u can rather use "user" instead of "sensor", this will b more user friendly. if u disable auto rotation in settings -> display, home screen will not rotate for "user", but for "sensor", its forced.. ur phone, ur call..
Tried the same procedure for Phone.apk/HTCContacts.apk/HTCDialer.apk, but not much of use. Dialer wont rotate landscape. Contacts also, only if u select a contact, it will rotate for tat contact. I wish Contacts/Dialer rotated landscape, especially if u r connected using headset, u dont need to rotate phone portrait to answer/make calls, right! Help me, if u figure out a way to make those apps landscape.
Would you be willing to post a working version? I'm willing to try it, I just don't have access to those tools.
Sent from my mytouch 4G using XDA Premium
Absolutely!! Try this upload. (pull your original Rosie.apk, to revert if u have to).
I changed to Virtuous Unity 2.35 yesterday.. Tough to make tat landscape.
phanirvcse said:
Absolutely!! Try this upload. (pull your original Rosie.apk, to revert if u have to).
I changed to Virtuous Unity 2.35 yesterday.. Tough to make tat landscape.
Click to expand...
Click to collapse
Thanks. Will try this out.
Sent from my HTC Glacier using xda premium
phanirvcse said:
Absolutely!! Try this upload. (pull your original Rosie.apk, to revert if u have to).
I changed to Virtuous Unity 2.35 yesterday.. Tough to make tat landscape.
Click to expand...
Click to collapse
The uploded rosie.apk just fc's the device when device is rebooted.
Sent from my HTC Glacier using xda premium
coupetastic-droid said:
The uploded rosie.apk just fc's the device when device is rebooted.
Sent from my HTC Glacier using xda premium
Click to expand...
Click to collapse
Mmm...are you running the double shot ROM?
Sent from my HTC Glacier using xda premium
I used your apk. It worked perfectly! Thanks.
Sent from my myTouch_4G_Slide using xda premium
Yup. It is working beautifully on mine as well. Btw, I am running the eng bootloader.
Sent from my myTouch_4G_Slide using xda premium
Hey. You should pass this info on to evil d. Maybe he can make it part of the ROM, either an updated ROM or just a patch.
Sent from my myTouch_4G_Slide using xda premium
coupetastic-droid said:
The uploded rosie.apk just fc's the device when device is rebooted.
Sent from my HTC Glacier using xda premium
Click to expand...
Click to collapse
Do you have the stock hboot or eng hboot? I have the engineering hboot.
Sent from my myTouch_4G_Slide using xda premium
sorry. I quoted my response instead of editing it. This is me fixing it.
Sent from my myTouch_4G_Slide using xda premium
bigwillyg said:
Hey. You should pass this info on to evil d. Maybe he can make it part of the ROM, either an updated ROM or just a patch.
Sent from my myTouch_4G_Slide using xda premium
Click to expand...
Click to collapse
Thanks a lot. I'm new to xda & this is my first post, so no idea ow to pass this info to evil D. If U know ow to pass this info to Virtuous Doubleshot dev team, plz lemme know.
Thanx.
coupetastic-droid said:
The uploded rosie.apk just fc's the device when device is rebooted.
Sent from my HTC Glacier using xda premium
Click to expand...
Click to collapse
Is it? Sorry!
Can u share ur stock Rosie.apk? Also, share ur com.htc.resources.apk, framework-res.apk, u can find them under /system/framework. Or try this, open ur stock Rosie.apk using winzip/winrar & check if u av "assets/land" or "asset/land" folder, if u don't, u probably cant use this mod.
phanirvcse said:
Thanks a lot. I'm new to xda & this is my first post, so no idea ow to pass this info to evil D. If U know ow to pass this info to Virtuous Doubleshot dev team, plz lemme know.
Thanx.
Click to expand...
Click to collapse
I just posted a link to this thread in the virtuous Doubleshot thread telling them about it. You can try that and maybe offer up the same file you posted here.
Sent from my myTouch_4G_Slide using xda premium
Sorry guys I thought it was for any rom. I'm not running doubleshot sorry.
Sent from my HTC Glacier using xda premium
coupetastic-droid said:
Sorry guys I thought it was for any rom. I'm not running doubleshot sorry.
Sent from my HTC Glacier using xda premium
Click to expand...
Click to collapse
Nyway U shud try Virtuous Doubleshot...
bigwillyg said:
I just posted a link to this thread in the virtuous Doubleshot thread telling them about it. You can try that and maybe offer up the same file you posted here.
Sent from my myTouch_4G_Slide using xda premium
Click to expand...
Click to collapse
Thank U. Just did. Hope to c it included in d next release. lol. (Damn.. Y m i limited to only 5 "Thanks" hits per day.. )
phanirvcse said:
Nyway U shud try Virtuous Doubleshot...
Click to expand...
Click to collapse
I did. Was running it for a week. Didn't like the mysense look that much and that it didn't have shortcuts in the lockscreen. So I stuck with vu.
Sent from my HTC Glacier using xda premium
coupetastic-droid said:
I did. Was running it for a week. Didn't like the mysense look that much and that it didn't have shortcuts in the lockscreen. So I stuck with vu.
Sent from my HTC Glacier using xda premium
Click to expand...
Click to collapse
Makes sense. But rest of the UI is just mind blowing. Nobody released a lockscreen UI to allow shortcuts??? VU is awesome too. Thanks to all these Great ppl bringing out new ROMs each day & porting them all to Glacier.

Rascarlo Bootanimations

Rascarlo from Rasdroid.com has a nice set of bootanimations he created, that I would like to share. As of now, I believe all of his bootanimations are 440 x 800. I have spoken with him about converting them to qhd resolution for our Evo 3ds. He asked that I make a thread and if anyone would like one of his bootanimations, he will convert it for us. He has already converted one for me and I love it!
This one is already converted, just follow the link
Like A Boss http://www.rasdroid.com/wp-content/...lo_like_a_boss_portrait_540_bootanimation.zip
Like A Boss preview http://www.youtube.com/watch?v=HLDLRQ_czBw
From here down are just previews. If you would like one of these converted, let me know. Once I receive it, I will add it to the op.
Particles Portal http://www.rasdroid.com/android-and-i/android-custom-boot-animation-particles-portal/
Tornado Android http://www.rasdroid.com/android-and...ame-android-and-a-tornado-revealing-the-logo/
Carbon Series http://www.rasdroid.com/android-and-i/android-carbon-series-custom-boot-animation/
Androidian Physics http://www.rasdroid.com/android-and-i/android-custom-boot-animation-androidian-physics/
Matrix Kernel http://www.rasdroid.com/android-and-i/android-matr1x-kernel-boot-animation/
SNS Android Invaders http://www.rasdroid.com/android-and-i/android-custom-boot-animation-snes-android-invaders/
1up CM7 http://www.rasdroid.com/android-and-i/android-custom-boot-animation-1up-cm7-gigglebread/
Gearhead http://www.rasdroid.com/android-and-i/android-custom-boot-animation-gear-head-bread/
Android On Fire http://www.rasdroid.com/android-and-i/android-custom-boot-animation-android-is-on-fire/
Bubbles And Particles http://www.rasdroid.com/android-and-i/android-custom-boot-animation-bubbles-and-particles-ring/
Oxygen http://www.rasdroid.com/android-and-i/android-boot-animation-for-oxygen/
Dancing Android http://www.rasdroid.com/android-and-i/android-custom-boot-animation-a-dancing-android/
Drizzle http://www.rasdroid.com/android-and-i/android-custom-boot-animation-drizzle/
Trinity Kernel http://www.rasdroid.com/android-and-i/android-trinity-kernel-boot-animation/
Jumping Totoro http://www.rasdroid.com/android-and-i/android-custom-boot-animation-jumping-totoro/
Tesseract http://www.rasdroid.com/android-and-i/android-custom-boot-animation-tesseract/
Tux In Android http://www.rasdroid.com/android-and-i/android-custom-boot-animation-tux-is-there/
Spinning Ubuntu http://www.rasdroid.com/android-and-i/android-custom-boot-animation-spinning-ubuntu/
Bubbles Girl http://www.rasdroid.com/android-and-i/android-custom-boot-animation-bubbles-girl/
Mario Android http://www.rasdroid.com/android-and-i/android-custom-boot-animation-marioandroid/
Honey Bee http://www.rasdroid.com/android-and-i/android-honeybee-boot-animation/
Mechanical Welding Arm http://www.rasdroid.com/android-and-i/android-boot-animation-mechanical-welding-arm/
Android http://www.rasdroid.com/android-and-i/custom-android-boot-animation/
Android Sci Fi http://www.rasdroid.com/android-and-i/android-scifi-boot-animation/
Once again, thanks to Rascarlo for these bootanimations and for his help
Thanks for the post, but do we flash these or rename to bootanimation.zip and move with root explorer? Jw
Sent from my PG86100 using xda premium
Thanks for these! Having watched them all the one you've already had converted is the best and I'll be having that, cheers!
Sent from my HTC EVO 3D X515m using XDA App
Use adb to just push it to your device.
adb remount
adb push bootanimation.zip /system/customize/resource
Thanks for sharing this! Like a Boss animation looks good on my phone.
I quite like the one called "Android" near the end.
I assume we can also use root explorer to place it in resource
squick said:
I assume we can also use root explorer to place it in resource
Click to expand...
Click to collapse
Yes you can.
Sorry for replying so late but yes, you can just move the bootanimation.zip to data/local or sprint_bootanimation.zip to system/customize/resources (depending on how your rom is set up) with root explorer then change permissions to rw r r
Sent from my PG86100 using xda premium
bigmikehd2 said:
Sorry for replying so late but yes, you can just move the bootanimation.zip to data/local or sprint_bootanimation.zip to system/customize/resources (depending on how your rom is set up) with root explorer then change permissions to rw r r
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
So do I just rename it to which ever it needs to be?
Vesnik said:
I quite like the one called "Android" near the end.
Click to expand...
Click to collapse
I will have him convert it
Sent from my PG86100 using xda premium
squick said:
So do I just rename it to which ever it needs to be?
Click to expand...
Click to collapse
Yes, whichever your rom has by default
Sent from my PG86100 using xda premium
Do you think you could make "like a boss" a flashable zip?
Sent from my PG86100 using xda premium
PatrickHuey said:
Do you think you could make "like a boss" a flashable zip?
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
I personally don't know how to make it a flashable zip, but if anyone that does wants to, have at it.
Sent from my PG86100 using xda premium
LOL I was just messing with his animation for the OG Evo. I love the new one he made " like a boss " and the fact you have it set up makes it THAT much easier! Thanks man!!!
Wouldn't mind seeing the Tornado Android converted to qhd. :-D
It would be cool to see the "Dancing Android" one converted or the "Android Sci-fi."
But I think the coolest one would be a mixture of the one labeled "Android" and "Mechanical Welding Arm."
Mouahmong said:
It would be cool to see the "Dancing Android" one converted or the "Android Sci-fi."
But I think the coolest one would be a mixture of the one labeled "Android" and "Mechanical Welding Arm."
Click to expand...
Click to collapse
Same on that dancing android, be nice to see that one tooo
Sent from my PG86100 using xda premium
I sent him an email about those five you guys requested. He should respond soon. Soon as i have them, I will post them and send you guys a pm.
Sent from my PG86100 using xda premium
How can i get any of these ? his site s not working

[MOD][4/1/12] 4x5 Rosie Launcher+no carousel+wallpaper scrolling+semitrans drawer

This mod will make the rosie launcher 4 columns by 5 rows making better use of the screen real estate. HTC didnt make this default for whatever reason and there was just way too much empty space... But this mod makes it much much better.
As always nandroid backup! But you already knew that right...
All credit goes to jeffsanace for figuring this out! and thanks to dropzeroc for his carousel, wallpaper mods!
"Evo3d CDMA only" (shouldnt be hard to port to GSM)
4x5 Rosie + no carousel + wallpaper scrolling + partly transparent app drawer
http://d-h.st/7hT
Just 4x5 Rosie
http://d-h.st/zgW
If you eff things up and didnt nandroid... shame on you but you can check the following post
http://forum.xda-developers.com/showpost.php?p=24146270&postcount=29
If you want to do this for your device, check jeffsanace's tutorial in this thread
http://forum.xda-developers.com/showthread.php?t=1320891
Great work
Sent from my PG86100 using xda premium
Holy Spirit of st Louis. Your awesome. Been waiting since launch day for this.
Sent from my PG86100 using xda premium
Awesome! Us there a way to do 5 columns 4 rows?
mmafighter077 said:
Awesome! Us there a way to do 5 columns 4 rows?
Click to expand...
Click to collapse
Actually yes, but the problem with that is 3rd party widgets won't render correctly. They will always show up to the left or right, not centered. The sense widgets render fine though.
Hi, I buyed today my HTC EVO 3D...
And I want to have 5 rows with 4 columns...
I have Android 2.3.4 with HTC Sense 3.0.
What should I do to install this mod?
I downloaded the file: 4x5Rosie.zip
Inside there are 2 folders: META-INF and SYSTEM
I tryed to extract and copy \system\app\Rosie.apk from the zip file to my SD and launch install but don't work
I think is not the correct way..
Help me please...
Nick-ao said:
Hi, I buyed today my HTC EVO 3D...
And I want to have 5 rows with 4 columns...
I have Android 2.3.4 with HTC Sense 3.0.
What should I do to install this mod?
I downloaded the file: 4x5Rosie.zip
Inside there are 2 folders: META-INF and SYSTEM
I tryed to extract and copy \system\app\Rosie.apk from the zip file to my SD and launch install but don't work
I think is not the correct way..
Help me please...
Click to expand...
Click to collapse
Believe you must flash the .zip file from Recovery.
Vdubtx said:
Believe you must flash the .zip file from Recovery.
Click to expand...
Click to collapse
sorry I don't understand...
Can you help me step by step?
Thanks
Nick-ao said:
sorry I don't understand...
Can you help me step by step?
Thanks
Click to expand...
Click to collapse
Are you rooted
Sent from my PG86100 using xda premium
Robert542 said:
Are you rooted
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
No
I buyed the phone today
I need to root the phone? And install a new rom?
You have to be rooted and have a custom recovery in order to flash this mod
Sent from my PG86100 using xda premium
Robert542 said:
You have to be rooted and have a custom recovery in order to flash this mod
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
LOL ya what robert said....to do ANYTHING on the HTC evo3D forums...u gotta be rooted bro
Sent from my PG86100 using xda premium
Didn't work for me flashed it and nothing happened to my rosie only my app drawer changed
Sent from my PG86100 using Tapatalk
thizzlemania91 said:
Didn't work for me flashed it and nothing happened to my rosie only my app drawer changed
Sent from my PG86100 using Tapatalk
Click to expand...
Click to collapse
Edit: got space on my homescreen now. Are we suppose to see dock space also??
Sent from my PG86100 using Tapatalk
thizzlemania91 said:
Edit: got space on my homescreen now. Are we suppose to see dock space also??
Sent from my PG86100 using Tapatalk
Click to expand...
Click to collapse
I didn't even notice the app drawer, just checked. Nice bonus.
Sent from my PG86100 using xda premium
thizzlemania91 said:
Edit: got space on my homescreen now. Are we suppose to see dock space also??
Sent from my PG86100 using Tapatalk
Click to expand...
Click to collapse
what do u mean dockspace?
thesparky007 said:
what do u mean dockspace?
Click to expand...
Click to collapse
Nevermind I thought we were supposed to get dock space as well.
Sent from my PG86100 using Tapatalk
it worked
It worked for me on meanROM! It added a large amount of shortcut space... now I can have more shortcuts next to my Sense clock widget on my home screen!
I suggest that one performs a backup of their /system first. Just in case something goes wrong or one wants to switch back.
Perhaps you could provide a zip that undoes these changes for those that may want to revert?
Thanks for this mod! I hope it gets integrated in the other 2.17 based ROMs.
thesparky007 said:
what do u mean dockspace?
Click to expand...
Click to collapse
I thought I entered the twilight zone, LOL! Or maybe you were being punked.
It's not working on Gsm Evo 3d with MikRunny 1.13.
Sent from my HTC EVO 3D X515m using xda premium

Categories

Resources