Where is my bird loop? - Epic 4G Q&A, Help & Troubleshooting

My favorite android ringtone is missing from this phone..I would go download it but then it won't loop correct..any solutons?
Sent from my SPH-D700 using XDA App

greengoldmello said:
My favorite android ringtone is missing from this phone..I would go download it but then it won't loop correct..any solutons?
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Those sounds are in system/media/audio. If the one you want isn't in there find it in ogg or mp3 format. There are three files in there of use:alarms,ringers,notifications-stick the sound file you want to add in the appropriate folder and the phone will see them in settings so you can use them.
sent by an Epic 4g through the cosmos

raiderep said:
Those sounds are in system/media/audio. If the one you want isn't in there find it in ogg or mp3 format. There are three files in there of use:alarms,ringers,notifications-stick the sound file you want to add in the appropriate folder and the phone will see them in settings so you can use them.
sent by an Epic 4g through the cosmos
Click to expand...
Click to collapse
Thanks, but that is the easy part. Im not sure of how to make the ringtone do a continuous loop like it does on stock phones

greengoldmello said:
Thanks, but that is the easy part. Im not sure of how to make the ringtone do a continuous loop like it does on stock phones
Click to expand...
Click to collapse
Edit the file in audacity... profit

try 8 beat loops I will make a few and post anybody have any requests for ringtones hit me up
Sent from my SPH-D700 using XDA App

Related

Boot animation sound

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

Changing the touch screen clicking sound

I already tried changing the sound by putting in the "TW_Touch.ogg" and "S_HW_Touch.ogg" but it doesn't seem to register at all
The reason why I'm changing is because the "cik cik cik" sound on certain custom ROMs are hell lot more annoying and I'd prefer the stock "pop" sound for the touch sound.
Anyone would shed some light on how to do this?
Probably a certain .ogg file inside /system/media/audio/ui
Sent from my Galaxy Nexus using xda premium
Lesicnik1 said:
Probably a certain .ogg file inside /system/media/audio/ui
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
I tried listening to them all to see which is to be replaced, no luck
Did some testing on my own, Effect_Tick.ogg seems to be the one you need to change.
Lesicnik1 said:
Did some testing on my own, Effect_Tick.ogg seems to be the one you need to change.
Click to expand...
Click to collapse
Wow, how could I miss that? But after replacing and rebooting (checked the name numerous times) it doesn't seem to work.
When I navigated to /system/media/ui/audio it doesn't play the Effect_Tick.ogg I wonder why
Koki1337 said:
Wow, how could I miss that? But after replacing and rebooting (checked the name numerous times) it doesn't seem to work.
When I navigated to /system/media/ui/audio it doesn't play the Effect_Tick.ogg I wonder why
Click to expand...
Click to collapse
How did you replace it? And with what?
Petrovski80 said:
How did you replace it? And with what?
Click to expand...
Click to collapse
Replaced with ES File Manager, got the Effect_Tick.ogg from another ROM
Lol TW stands for Touchwiz which we don't have.
Sent From My Old Epic 4g via XDA Premium
I don't get how I can replace the screen lock and unlock sound but not this Effect_Tick.ogg
Koki1337 said:
I don't get how I can replace the screen lock and unlock sound but not this Effect_Tick.ogg
Click to expand...
Click to collapse
this is what i always do.. i download the sound i liked i convert to ogg format then i rename to Effect_tick.ogg then i used root explorer copy the file that you just converted go to system/media/ui and paste.. if its still same untick the sound from setting or reboot phone..
ps dont forget to make it r/w
galaxy16 said:
this is what i always do.. i download the sound i liked i convert to ogg format then i rename to Effect_tick.ogg then i used root explorer copy the file that you just converted go to system/media/ui and paste.. if its still same untick the sound from setting or reboot phone..
ps dont forget to make it r/w
Click to expand...
Click to collapse
Yeah I did exactly that, not working even though I replaced. Lock/unlock sound had no problems
Make sure you change the permissions of the ogg file to match those of other system files.
Did manage to change the click sound a while back using the same method.
Sent from my Galaxy Nexus using Tapatalk 2
frippad said:
Make sure you change the permissions of the ogg file to match those of other system files.
Did manage to change the click sound a while back using the same method.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
WOW you fixed my problem! I love you!
Koki1337 said:
Yeah I did exactly that, not working even though I replaced. Lock/unlock sound had no problems
Click to expand...
Click to collapse
I don't understand how to do this with cm10.1
Could you upload the alternative sound please?
Sent from my Galaxy Nexus using Tapatalk HD

Coolest **** ever

You know the water sound you get when you push the turn off button. Well you can change that with any sound you want like thr mario dying sound.
Use root browser
Go into system
Media
Audio
Ui
Find lock.ogg
Copy ur sound into the Ui and change the name into lock.ogg and overwrite it.
After reboot and your mario sound or watever you wanted your soubd to be should work.
You welcome
Sent from my SGH-I317M using xda premium
This probably would have been better suited to the General forum, not the development one.
tetrahedonism said:
This probably would have been better suited to the General forum, not the development one.
Click to expand...
Click to collapse
Agreed....mods please move thread...and Thank you OP....g
Thread moved.
Please do not post in development threads unless you are developing Roms and/or the like.
Post in accordance with XDA rules always.
Oh sorry I was just so excited
Sent from my SGH-I317M using xda premium
Note2Hunter said:
Oh sorry I was just so excited
Sent from my SGH-I317M using xda premium
Click to expand...
Click to collapse
It is cool. ....way cool actually. ..TY...g
I like to use a combination of CM/AOKP sounds when I'm on TouchWiz. I can't stand all the water droplet sounds, they're really obnoxious.
ainen said:
I like to use a combination of CM/AOKP sounds when I'm on TouchWiz. I can't stand all the water droplet sounds, they're really obnoxious.
Click to expand...
Click to collapse
Seconded.
My wife dropped her tab10.1 in a bucket of water 6 months ago.... So the Easter droplet sound really bugs me... It was only 2 months old as well.
Sent from my GT-N7105 using xda premium
Eun-Hjzjined said:
Seconded.
My wife dropped her tab10.1 in a bucket of water 6 months ago.... So the Easter droplet sound really bugs me... It was only 2 months old as well.
Sent from my GT-N7105 using xda premium
Click to expand...
Click to collapse
Shell shocked
Sent from my GT-N7105 using xda premium
maybe post some cool .ogg in here too would be good
Anyone know of a good free vorbis encoder/ converter apk?
I have found some converters that will trans code wave to ogg theora..... But none that will encode to ogg vorbis.
Android needs ogg vorbis files, not theora.
Sent from my GT-N7105 using xda premium
If you can put it in MP3 your phone will convert to ogg when rebooted
I have plenty of sounds that i use that are Mp3, i place them in my media folder ringtones and notifications and then reboot. upon reboot those files are now ogg.
if this does not help or is not something that you are trying to do, my aplogies sir.
the2rrell said:
If you can put it in MP3 your phone will convert to ogg when rebooted
I have plenty of sounds that i use that are Mp3, i place them in my media folder ringtones and notifications and then reboot. upon reboot those files are now ogg.
if this does not help or is not something that you are trying to do, my aplogies sir.
Click to expand...
Click to collapse
Nope. Doesn't work for me.
If all else fails I'll just convert my sounds with foobar2000 and post some of they work.
Sent from my GT-N7105 using xda premium
This has been posted before...least by a few other people including me...but its all the way in the beginning. ..did you guys get it working?
Change the extension to .ogg from .mp3 and it'll work. I've done it.
http://forum.xda-developers.com/showthread.php?t=2176035
wish777 said:
This has been posted before...least by a few other people including me...but its all the way in the beginning. ..did you guys get it working?
Click to expand...
Click to collapse
Me too, here's my latest, including a link to an online converter.
http://forum.xda-developers.com/showthread.php?t=2254205
More fun with sounds
sounds from metal gear solid would go perfect
Note2Hunter said:
You know the water sound you get when you push the turn off button. Well you can change that with any sound you want like thr mario dying sound.
Use root browser
Go into system
Media
Audio
Ui
Find lock.ogg
Copy ur sound into the Ui and change the name into lock.ogg and overwrite it.
After reboot and your mario sound or watever you wanted your soubd to be should work.
You welcome
Sent from my SGH-I317M using xda premium
Click to expand...
Click to collapse
Nice.. What about the ripple sound it makes with the water? anyway to change that?
If u do thisnit changes the ripple sound to ur new sound
Sent from my GT-I9300 using xda premium

Boot animations

Coming from the HTC evo, I'm disappointed at the lack of both animations for the RAZR m.
Can boot animations made for other phones be used in the RAZR m?
Sent from my XT907 using xda app-developers app
Franteeko said:
Coming from the HTC evo, I'm disappointed at the lack of both animations for the RAZR m.
Can boot animations made for other phones be used in the RAZR m?
Sent from my XT907 using xda app-developers app
Click to expand...
Click to collapse
You can use many more bootanimations, Man!!
Like bootanimation from Moto X
Looking more for custom stuff. Think android pissing on apple. Will more stuff for the x work on the RAZR m?
Sent from my XT907 using xda app-developers app
Franteeko said:
Looking more for custom stuff. Think android pissing on apple. Will more stuff for the x work on the RAZR m?
Sent from my XT907 using xda app-developers app
Click to expand...
Click to collapse
Now we have camera app, bootanimation, bootlogo & this...
Franteeko said:
Looking more for custom stuff. Think android pissing on apple. Will more stuff for the x work on the RAZR m?
Sent from my XT907 using xda app-developers app
Click to expand...
Click to collapse
Look in the Android General section of XDA. You'll find tons of animations, but look for ones that fit your device's resolution (960x540, qHD for RAZR M)
You can use any animation that suites you, but those not fit for qHD screens will either be shrunk or too large.
Sent from my XT907 using xda premium
Leraeniesh said:
Look in the Android General section of XDA. You'll find tons of animations, but look for ones that fit your device's resolution (960x540, qHD for RAZR M)
You can use any animation that suites you, but those not fit for qHD screens will either be shrunk or too large.
Sent from my XT907 using xda premium
Click to expand...
Click to collapse
Good advice man thank you! I've tried a couple out and the ones I snagged from the evo forum seem to be working okay but I can't seem to incorporate the audio.
Any ideas? I know it has to be an .oog file yeah?
Sent from my XT907 using xda app-developers app
St.Noigel said:
You can use many more bootanimations, Man!!
Like bootanimation from Moto X
Click to expand...
Click to collapse
Exactly the kind of thing I'm looking for thanks!
Sent from my Droid Razr M using xda app-developers app
Franteeko said:
Coming from the HTC evo, I'm disappointed at the lack of both animations for the RAZR m.
Can boot animations made for other phones be used in the RAZR m?
Sent from my XT907 using xda app-developers app
Click to expand...
Click to collapse
bookmark this pal: http://droid-hive.com/index.php?/to...ns-for-the-droid-razr-custom-and-others-work/
I have tried a few of these boot anis, and they work on the XT907. many different ways to install them.
jco23 said:
bookmark this pal: http://droid-hive.com/index.php?/to...ns-for-the-droid-razr-custom-and-others-work/
I have tried a few of these boot anis, and they work on the XT907. many different ways to install them.
Click to expand...
Click to collapse
Thank you so much. Found some really cool ones on that link. I'm still not getting any audio though. Am I doing something wrong? Boot animation flashes and works perfectly fine with the exception of audio.
Sent from my XT907 using xda app-developers app
Franteeko said:
Thank you so much. Found some really cool ones on that link. I'm still not getting any audio though. Am I doing something wrong? Boot animation flashes and works perfectly fine with the exception of audio.
Sent from my XT907 using xda app-developers app
Click to expand...
Click to collapse
i don't think any of them contain audio. for some reason, DEVs seem to dislike audio for boot animations. I enjoy them, but given that I rarely reboot my phone now (going on 234 hours since last reboot...I know, I know...I should reboot twice a week, but I'm testing to see how long I can go, and my phone still performs better than ever!), I just don't see the need to add audio. if you wanted to add audio, then you could by inserting a wav file (I think save it as *.ogg or something like that) in the system/media folder (or some place similar to that).
I believe I read that only some kernels allow the sound to be changed on boot animations. So animation creators don't include it in the file normally.
Sent from my Droid Razr M using xda app-developers app
jco23 said:
i don't think any of them contain audio. for some reason, DEVs seem to dislike audio for boot animations. I enjoy them, but given that I rarely reboot my phone now (going on 234 hours since last reboot...I know, I know...I should reboot twice a week, but I'm testing to see how long I can go, and my phone still performs better than ever!), I just don't see the need to add audio. if you wanted to add audio, then you could by inserting a wav file (I think save it as *.ogg or something like that) in the system/media folder (or some place similar to that).
Click to expand...
Click to collapse
Anyone got a definitive answer on this? I produce my own music and would love to make a custom boot beat.......
Sent from my XT907 using xda app-developers app
dablazeizon4eva said:
Anyone got a definitive answer on this? I produce my own music and would love to make a custom boot beat.......
Sent from my XT907 using xda app-developers app
Click to expand...
Click to collapse
if you can save the file as *.ogg, save it as "PowerOn.ogg" (without quotations, of course), and save it to your /system/media/ui folder
jco23 said:
if you can save the file as *.ogg, save it as "PowerOn.ogg" (without quotations, of course), and save it to your /system/media/ui folder
Click to expand...
Click to collapse
I'll get and test this tonight. Can anyone recommend a converter say from MP3 to .oog. I'll Google it too.
Sent from my XT907 using xda app-developers app
jco23 said:
if you can save the file as *.ogg, save it as "PowerOn.ogg" (without quotations, of course), and save it to your /system/media/ui folder
Click to expand...
Click to collapse
I cant seem to be able to write to that folder using Astro. Says Error: Could not write file.
Do I need to change the folder permissions? If so, how do I go about doing that.
Franteeko said:
I cant seem to be able to write to that folder using Astro. Says Error: Could not write file.
Do I need to change the folder permissions? If so, how do I go about doing that.
Click to expand...
Click to collapse
You need root access. Try root explorer
Sent from my XT907 using xda app-developers app
Okay I was able to test out that method and it didn't work for me. Got the oog move to the ui folder and named it powerone.
No dice. Anyone got a different way to make an audio file work for boot up sound?
Sent from my XT907 using xda app-developers app
I have been trying to get boot sound for the longest and it wont work for any rom that is based of cyanogen cause they have remove the option for it. I read it on there web site and said that they think it is annoying and will not put it back in. Only way to get it back is use a rom not based off cyanogen. Here is the link to there answer on there website. https://jira.cyanogenmod.org/browse...ira.plugin.system.issuetabpanels:all-tabpanel
danebryan18 said:
I have been trying to get boot sound for the longest and it wont work for any rom that is based of cyanogen cause they have remove the option for it. I read it on there web site and said that they think it is annoying and will not put it back in. Only way to get it back is use a rom not based off cyanogen. Here is the link to there answer on there website. https://jira.cyanogenmod.org/browse...ira.plugin.system.issuetabpanels:all-tabpanel
Click to expand...
Click to collapse
Well that's good to know. I'm using stock ROM though. Any options for me?
Sent from my XT907 using xda app-developers app
Franteeko said:
Okay I was able to test out that method and it didn't work for me. Got the oog move to the ui folder and named it powerone.
No dice. Anyone got a different way to make an audio file work for boot up sound?
Sent from my XT907 using xda app-developers app
Click to expand...
Click to collapse
Did you name it powerone or poweron? If you added "e" at the end, maybe that's why it didn't work.

please help how can i have bootstartup sound ? on my defy mini

please help how can i have bootstartup sound ? on my defy mini
any idea ??
s27moto said:
any idea ??
Click to expand...
Click to collapse
Usually you will find your startup sounds under /system/media/audio. It will be something like startup.ogg or boot.ogg and may also be under the /ui folder or back in the media folder. Now wait, are you trying to replace the sound? Or does your phone not have a sound at all?
Sent from my SCH-I605 using XDA Free mobile app
aarongillion63 said:
Usually you will find your startup sounds under /system/media/audio. It will be something like startup.ogg or boot.ogg and may also be under the /ui folder or back in the media folder. Now wait, are you trying to replace the sound? Or does your phone not have a sound at all?
Sent from my SCH-I605 using XDA Free mobile app
Click to expand...
Click to collapse
there is no sound for stock boot
but before i have GT6102 samsung same problem
i use this link http://forum.xda-developers.com/showthread.php?t=1539795
now i'm in XT320

Categories

Resources