Boot animation sound - EVO 4G Q&A, Help & Troubleshooting

I'm trying to get sound to play on boot up animation. I'm using kings gb3 neon.. I got a custom animation to play but can't get sound to work.. Where exactly do I need to put the mp3? And do I bed to set any thing else?
Sent from my PC36100 using XDA Premium App

cmurray77 said:
I'm trying to get sound to play on boot up animation. I'm using kings gb3 neon.. I got a custom animation to play but can't get sound to work.. Where exactly do I need to put the mp3? And do I bed to set any thing else?
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
It should be named SPC_animation_final.mp3, and it goes in the /system/customize/resource folder. Put it in that folder, set permissions, and reboot. It should work.
Sent from my PC36100 using XDA App

k2buckley said:
It should be named SPC_animation_final.mp3, and it goes in the /system/customize/resource folder. Put it in that folder, set permissions, and reboot. It should work.
Awesome thanks.. Will any mp3 work of it is named that exactly?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Sent from my PC36100 using XDA Premium App

I don't have I customize folder
Sent from my PC36100 using XDA Premium App

Sorry I'm a noob to some of this.. I'm on an asop rom if that makes a difference
Sent from my PC36100 using XDA Premium App

cmurray77 said:
Sorry I'm a noob to some of this.. I'm on an asop rom if that makes a difference
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
Oh I apologize. Yea, for some reason when I saw you were on Kings, I thought sense. You wont have the folder I mentioned. I never use a sound for my boot animation, so I'm not positive where it goes on an AOSP rom.. perhaps the same folder as the boot animation, which is /system/media. Sorry I'm not more helpful with this topic.
Sent from my PC36100 using XDA App

k2buckley said:
Oh I apologize. Yea, for some reason when I saw you were on Kings, I thought sense. You wont have the folder I mentioned. I never use a sound for my boot animation, so I'm not positive where it goes on an AOSP rom.. perhaps the same folder as the boot animation, which is /system/media. Sorry I'm not more helpful with this topic.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Ya I have tried it in there renamed it tried lots of things.. Also tried b4 on another asop rom with no luck.. Oh well..ill keep tryin
Sent from my PC36100 using XDA Premium App

cmurray77 said:
Ya I have tried it in there renamed it tried lots of things.. Also tried b4 on another asop rom with no luck.. Oh well..ill keep tryin
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
If I figure anything out, ill let u know. Ill ask a buddy right now for ya.
Sent from my PC36100 using XDA App

k2buckley said:
If I figure anything out, ill let u know. Ill ask a buddy right now for ya.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Thanks man

cmurray77 said:
Thanks man
Click to expand...
Click to collapse
Howdy. I'm the buddy referenced by senor k2buckley.
What you need to do to get a boot sound on CM7/AOSP is the following.
1. http://dl.dropbox.com/u/19699565/bootsnd.sh Download that file, place on your sdcard.
2. Take whatever sound you want and rename it to: android_audio.mp3 [needs to be mp3 format] and then place in your adb tools folder.
3. On your phone, open terminal emulator, and type in the following:
su [enter]
cd /sdcard [enter]
ls [to list all files, you should see bootsnd.sh]
sh bootsnd.sh [enter]
You won't see a confirmation, or message, it just runs, and returns you to a # sign.
From your computer, adb push the android_audio.mp3 to the /system/media folder, reboot, and you'll have a sound.

http://forum.xda-developers.com/archive/index.php/t-904350.html
From what I'm seeing in that thread, it looks as though you can't enable sound for the boot animation on aosp. Just read a little ways down. I found something on android forums, saying that it works on some roms, and would go on the /system/media folder. It would be named android_audio.mp3. I tried that (I'm on aosp), and it did not work. Sorry dude.
EDIT : disregard, LOL. I didn't dig.deep enough I guess. I only scratched the surface!
Thanks teh roxx
Sent from my PC36100 using XDA App

k2buckley said:
http://forum.xda-developers.com/archive/index.php/t-904350.html
From what I'm seeing in that thread, it looks as though you can't enable sound for the boot animation on aosp. Just read a little ways down. I found something on android forums, saying that it works on some roms, and would go on the /system/media folder. It would be named android_audio.mp3. I tried that (I'm on aosp), and it did not work. Sorry dude.
EDIT : disregard, LOL. I didn't dig.deep enough I guess. I only scratched the surface!
Thanks teh roxx
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Never a problem. Always have a trick or two...lol
I also sent you the file and instructions via pm.

teh roxxorz said:
Howdy. I'm the buddy referenced by senor k2buckley.
What you need to do to get a boot sound on CM7/AOSP is the following.
1. http://dl.dropbox.com/u/19699565/bootsnd.sh Download that file, place on your sdcard.
2. Take whatever sound you want and rename it to: android_audio.mp3 [needs to be mp3 format] and then place in your adb tools folder.
3. On your phone, open terminal emulator, and type in the following:
su [enter]
cd /sdcard [enter]
ls [to list all files, you should see bootsnd.sh]
sh bootsnd.sh [enter]
You won't see a confirmation, or message, it just runs, and returns you to a # sign.
From your computer, adb push the android_audio.mp3 to the /system/media folder, reboot, and you'll have a sound.
Click to expand...
Click to collapse
Awesome thanks.. Will give it a try when I get home.. Not used adb yet. I guess it intimidates me .. Time to get over that I guess.. Thanks man you both have helped me tons in the past.. I may pm you later if I get stuck. Any idea where I can get a transformers animation sound?
Sent from my PC36100 using XDA Premium App

cmurray77 said:
Awesome thanks.. Will give it a try when I get home.. Not used adb yet. I guess it intimidates me .. Time to get over that I guess.. Thanks man you both have helped me tons in the past.. I may pm you later if I get stuck. Any idea where I can get a transformers animation sound?
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
If you're not comfortable with adb, you can use root explorer to place the android_audio.mp3 in the /system/media folder. And feel free too.

teh roxxorz said:
If you're not comfortable with adb, you can use root explorer to place the android_audio.mp3 in the /system/media folder. And feel free too.
Click to expand...
Click to collapse
Oh.. Ok I will try... Thanks. I really should learn adb..
Edit: do I still use terminal emulator and the first file you told met to download? Our just rename in root explorer and put in proper place and set permissions
Sent from my PC36100 using XDA Premium App

cmurray77 said:
Oh.. Ok I will try... Thanks. I really should learn adb..
Edit: do I still use terminal emulator and the first file you told met to download? Our just rename in root explorer and put in proper place and set permissions
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
If you can use command prompt, you can use adb.

teh roxxorz said:
If you can use command prompt, you can use adb.
Click to expand...
Click to collapse
Haven't used it either
Sent from my PC36100 using XDA Premium App

Dude..just not my day.. got home went to start comp cord is fried 3rd one in two months.. So will root explorer do it alone?
Sent from my PC36100 using XDA Premium App

cmurray77 said:
Dude..just not my day.. got home went to start comp cord is fried 3rd one in two months.. So will root explorer do it alone?
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
That does suck, but yea, root explorer will be just fine.

teh roxxorz said:
That does suck, but yea, root explorer will be just fine.
Click to expand...
Click to collapse
Idk what I'm doing wrong but no go.. I rename it.move it to system/media (same place boot animation zip is) set permissions reboot no sound animation plays fine but no sound do I need to zip it?
Sent from my PC36100 using XDA Premium App

Related

Looking for some new boot animations.

Can anyone point me in the righth direction, looking for a new boot animation.
THANKS!
Go to the top of the page and in that little box type "boot animation" and press the Search button.
Sent from my SPH-D700 using XDA App
I'm using this one on the ACS 1.0.1 rom,
Its the Honeycomb bootup animation, works really well!
JSarella said:
I'm using this one on the ACS 1.0.1 rom,
Its the Honeycomb bootup animation, works really well!
Click to expand...
Click to collapse
Thanks, I asssume I flash this in CWM? Thanks!
I just tried to flash this on ACS 1.0 and CWM3 and no go. What do I need to do?
Paste it in system/media.
063_XOBX said:
Paste it in system/media.
Click to expand...
Click to collapse
Thanks bro, I was just about to post that I figured it out. And yes, this is pretty ****ing sick!!!
haha, sorry i should have explained that. glad you like it!
063_XOBX said:
Paste it in system/media.
Click to expand...
Click to collapse
I just want to make sure I do this right. To put a custom boot all I do is put the zip file in the media folder in the system folder on the phone and don't need to do anything else?
Sent from my SPH-D700 using XDA Premium App
Thats correct it replaces the current boot and I must say I fancy this honeycomb animation.
Sent from my SPH-D700 using XDA Premium App
Tlowery88 said:
Thats correct it replaces the current boot and I must say I fancy this honeycomb animation.
Sent from my SPH-D700 using XDA Premium App
Click to expand...
Click to collapse
I tried that and it keeps saying insufficient permissions. Is there a certain way it needs to be done?
Sent from my SPH-D700 using XDA Premium App
You have to be rooted and grant Super User to root explorer, then switch to RW and you should be good to go.
063_XOBX said:
You have to be rooted and grant Super User to root explorer.
Click to expand...
Click to collapse
I'm on syndicate frozen. Didn't know about root explorer. Thanks. My first android phone that I actually rooted so I'm still lost haha
Sent from my SPH-D700 using XDA Premium App
063_XOBX said:
You have to be rooted and grant Super User to root explorer, then switch to RW and you should be good to go.
Click to expand...
Click to collapse
And sorry for the double post but what's RW?
Sent from my SPH-D700 using XDA Premium App
RW is Read/Write as opposed to Read Only or RO.
063_XOBX said:
RW is Read/Write as opposed to Read Only or RO.
Click to expand...
Click to collapse
Okay thank you
Sent from my SPH-D700 using XDA Premium App
063_XOBX said:
Paste it in system/media.
Click to expand...
Click to collapse
Is this an epic thing? I think this should be cleared up for others like me who are a little new to this, because all the boot animation threads in android general say to push to data/local and that caused all sorts of problems for me that resulted in a lot of wipes and flashes. System/media with the same file works just fine.
Sent from my SPH-D700 using XDA App
Dubar said:
Is this an epic thing? I think this should be cleared up for others like me who are a little new to this, because all the boot animation threads in android general say to push to data/local and that caused all sorts of problems for me that resulted in a lot of wipes and flashes. System/media with the same file works just fine.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
That's where the boot animation is located in froyo.
Sent from my SPH-D700 using XDA App

How do I change the "sprint" word at on a vanilla lockscreen?

Just looking to change the "Sprint" word on the top right of the lockscreen to something else. I'm sure there's any easy way for this dumb question.
http://forum.xda-developers.com/showthread.php?t=866553
vanilla as in AOSP? ^
conqu1stador said:
http://forum.xda-developers.com/showthread.php?t=866553
vanilla as in AOSP? ^
Click to expand...
Click to collapse
Yep, thank you. I'll try that shortly.
I just did this! I used terminal. Type what you want in the file then use adb or terminal then reboot then omg
Sent from my PC36100 using XDA App
jacoballen22 said:
I just did this! I used terminal. Type what you want in the file then use adb or terminal then reboot then omg
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Lawlz, glad to know you got it working.
Yeah it was easy. I just prefer terminal over adb. Mainly cause adb reminds me of root and root reminds me of bricks lol. Never bricked anything except a window but I still dread it lol.
Sent from my PC36100 using XDA App
thanks! I've been wanting to do this -

Music.apk mod

I had the mod before. Somehow I lost it on my big a$$ sdcard lol. I've searched for the thread that has it but my exhausted search came up empty. Can someone post the URL to the topic? I'd appreciate it to the 10th power!
Sent from my PC36100 using Tapatalk
DonSolo said:
I had the mod before. Somehow I lost it on my big a$$ sdcard lol. I've searched for the thread that has it but my exhausted search came up empty. Can someone post the URL to the topic? I'd appreciate it to the 10th power!
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
What specific music. Apk are you looking for?
Sent from my PC36100 using XDA App
Honestly idk the name. It was definitely for AOSP tho. It was very sexy. Ran it on CM7 EX before. Oh and it was flashable too btw
Sent from my PC36100 using Tapatalk
DonSolo said:
Honestly idk the name. It was definitely for AOSP tho. It was very sexy. Ran it on CM7 EX before. Oh and it was flashable too btw
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
Was it MIUI, or the Honeycomb music, or the native gingerbread music? Could've been any of them really. Need more info...then I could probably upload it for ya.
Sent from my PC36100 using XDA App
Miui music player possibly? Try this one or Maybe this one?
k2buckley said:
Was it MIUI, or the Honeycomb music, or the native gingerbread music? Could've been any of them really. Need more info...then I could probably upload it for ya.
Sent from my PC36100 using XDA App[/Q]
It was the HCmusic.apk! As soon as I read "hon " in your post I realized lol.... do you have a link with a stable version of it? It was too sweet!
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
See if this works then
DonSolo said:
k2buckley said:
Was it MIUI, or the Honeycomb music, or the native gingerbread music? Could've been any of them really. Need more info...then I could probably upload it for ya.
Sent from my PC36100 using XDA App[/Q]
It was the HCmusic.apk! As soon as I read "hon " in your post I realized lol.... do you have a link with a stable version of it? It was too sweet!
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
I believe this is the HC music app. I don't recall if it installs, or if you need to drop it in your /system/app folder. I want to say, if memory serves me correctly, that it just installed like a normal app. Put it on your sd card, use Astro to navigate to it, click on it, and see if it'll install.
Click to expand...
Click to collapse
blakeboys said:
See if this works then
Click to expand...
Click to collapse
Yea that's the one! I'm about to install it now! Thanks people! This is why I stay in this community and no other discussion boards! Y'all are a bunch of elite m.f'ers!
Sent from my PC36100 using Tapatalk
DonSolo said:
...Y'all are a bunch of elite m.f'ers!...
Click to expand...
Click to collapse
HAHA glad we could help
Got another dilemma ... the hc music app keeps force closing after flashing the update zip file. Do any of y'all have a fix on this? I installed the apk first. Then flashed the hcmusicupdate.zip and it now FC upon opening.
Sent from my PC36100 using Tapatalk
Use the program Root Explorer and go to system/app press the Mount R/W button on the top right. Then scroll down to the stick music apk (the one with the headphones) long press it, then hit delete. The HC music player will become your default player. You may have to reboot to apply the changes. Note that every time you flash a new CM rom, including nightlies, you'll have to delete the stock music app as it gets restored each time.
Sent from my PC36100 using XDA Premium App

[MOD]CRT Animation Off

Here is the modified framework-res.apk for the CRT Off Animation. Just use root explorer or equivalent to move the file to /system/framework. Your phone will reboot, and you will now have crt off. If anyone wants to make a flashable .zip, feel free.
You do need root in order to do this. And if you somehow break your phone doing this, its not my fault.
http://db.tt/NeMKVHa
Sent from my SPH-D710 using xda premium
I'm going to assume you need root for this. Probably should include that in the post. Jus sayin
Sent from my SPH-D710 using Tapatalk
Is this tested? Does it work?
Sent from my SPH-D710 using xda premium
stacio88 said:
Is this tested? Does it work?
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Works fine for me.
Sent from my SPH-D710 using xda premium
Yup working great. Thank you dude.
SAShady said:
Here is the modified framework-res.apk for the CRT Off Animation. Just use root explorer or equivalent to move the file to /system/framework. Your phone will reboot, and you will now have crt off. If anyone wants to make a flashable .zip, feel free.
You do need root in order to do this. And if you somehow break your phone doing this, its not my fault.
http://db.tt/NeMKVHa
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
if you don't mind id like to throw this in with my batt mod???
BLOWNCO said:
if you don't mind id like to throw this in with my batt mod???
Click to expand...
Click to collapse
Go for it bro.
Sent from my SPH-D710 using xda premium
SAShady said:
Go for it bro.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
cool thanks
Hmm.. I tried using ES File Explorer to replace the file, but it keeps saying copy failed. Should I delete the old file first, then paste the new one?
I'm kinda new to this, so I don't wanna do anything crazy without asking first to ruin the phone.
Screen on animation comin soon?
Sent from my rooted, suited, & booted Epic 4G #knowdat!
WillEat4F00d said:
Hmm.. I tried using ES File Explorer to replace the file, but it keeps saying copy failed. Should I delete the old file first, then paste the new one?
I'm kinda new to this, so I don't wanna do anything crazy without asking first to ruin the phone.
Click to expand...
Click to collapse
There are settings in es to get root access
Posted by Mr. Z's Epic 4G Touch+Keyboard
zanderman112 said:
There are settings in es to get root access
Posted by Mr. Z's Epic 4G Touch+Keyboard
Click to expand...
Click to collapse
I've tried that and it keeps saying sorry test failed.
Works like a charm. Thank you
Sent from my Samsung Galaxy S2
So you do, or do not need to root for this?
This works and is awesome. I renamed my framework-res.apk then copied with Root Explorer. I did have one small problem though nothing major. You have to re-enter your google account info and change you wallpaper back. It wipes it out for some reason. Works great after that!
cyclonebee said:
So you do, or do not need to root for this?
Click to expand...
Click to collapse
Yeah you need root
Sent from my SPH-D710 using xda premium
mlr_90 said:
This works and is awesome. I renamed my framework-res.apk then copied with Root Explorer. I did have one small problem though nothing major. You have to re-enter your google account info and change you wallpaper back. It wipes it out for some reason. Works great after that!
Click to expand...
Click to collapse
Yeah its weird, sometimes it would do that, sometimes it wouldn't
Sent from my SPH-D710 using xda premium
WillEat4F00d said:
I've tried that and it keeps saying sorry test failed.
Click to expand...
Click to collapse
Have you rooted with one of the root kernels?
Sent from my SPH-D710 using xda premium
tony45x220 said:
Screen on animation comin soon?
Sent from my rooted, suited, & booted Epic 4G #knowdat!
Click to expand...
Click to collapse
I tried for hours last night, eventually hard bricked my phone. But it was unrelated to the crt. Tho editing the framework-res live likeI was doing, can cause the os to be pretty much useless. everything starts to fc.
Sent from my SPH-D710 using xda premium
Does anyone have the stock framework-res.apk? I would really appreciate it... I wiped after swapping the modded apk and that always results in a bootloop

[Q] sensation trace keyboard for dinc

So, i've been searching and searching, and i cant find any trace kb apk's...i've found one link, but it didnt work, the apk was not there anymore....I would love to actuallly use a stock android kb, but i really like the slide style, i'm using the old shapewriter, i've tried FlexT9 and SlideIT, but didnt really like them. I tried my buddies sensation and he told me that you can slide on that kb...and now i really want that kb on my phone..... . So does anyone know where to find it? or could pop a link up or something?
cmckee.cna said:
So, i've been searching and searching, and i cant find any trace kb apk's...i've found one link, but it didnt work, the apk was not there anymore....I would love to actuallly use a stock android kb, but i really like the slide style, i'm using the old shapewriter, i've tried FlexT9 and SlideIT, but didnt really like them. I tried my buddies sensation and he told me that you can slide on that kb...and now i really want that kb on my phone..... . So does anyone know where to find it? or could pop a link up or something?
Click to expand...
Click to collapse
this one?
http://forum.xda-developers.com/showthread.php?t=1089108
Maybe.... The instructions weren't very clear... Something about pushing apk file to system/app but theres no apk file in the zip... :-(
Sent from my ADR6300 using XDA App
cmckee.cna said:
Maybe.... The instructions weren't very clear... Something about pushing apk file to system/app but theres no apk file in the zip... :-(
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Mine had an apk in it but also a odex file wich means it would have to be deodexed first and even then it might not work.
You couldn't send me the Apk could you?
Sent from my ADR6300 using XDA App
cmckee.cna said:
Maybe.... The instructions weren't very clear... Something about pushing apk file to system/app but theres no apk file in the zip... :-(
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
yeah there is. i will upload it soon.
http://db.tt/zt4A2nhr
link to the apk
i did not test so be careful make sure you have a backup
cmckee.cna said:
You couldn't send me the Apk could you?
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
http://dinc.does-it.net/HTC-Keyboard.zip
Thanks you guys ill try it out ASAP
Sent from my ADR6300 using XDA App
cmckee.cna said:
Thanks you guys ill try it out ASAP
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Long day. please ignore my ignorance.
synisterwolf said:
i dont think it will work on AOSP. the apk requires some resources form the HTC framework-res.apk. i could be wrong but most HTC apks wont work on AOSP
Click to expand...
Click to collapse
Lol not AOSP he said ASAP
cmlusco said:
Lol not AOSP he said ASAP
Click to expand...
Click to collapse
OH GOD.... its been a long day.....
#FAIL
Still wouldn't install...... :-(
Could I install the zip via clockwork?
Sent from my ADR6300 using XDA App
So I put the kb into system/app and it does not work, won't even show up in my list of kb......
synisterwolf said:
yeah there is. i will upload it soon.
http://db.tt/zt4A2nhr
link to the apk
i did not test so be careful make sure you have a backup
Click to expand...
Click to collapse
Sent from my ADR6300 using XDA App
cmckee.cna said:
So I put the kb into system/app and it does not work, won't even show up in my list of kb......
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Not sure, but it could be missing some lib files. Or if you're trying to use it on sense 1.0, it could be a framework compatibility issue.
Sent from my ADR6300
cmckee.cna said:
So I put the kb into system/app and it does not work, won't even show up in my list of kb......
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
You changed permission to match the rest?
Sent from my sexy assistant. (AMOLED HTC Incredible)
I'm running Nilsp business gingersense with sense3.0 and yes i changed the permissions....
Sent from my ADR6300 using XDA App

Categories

Resources