Quote:
Originally Posted by signal34
Does anyone else have problems using their own ringtones vs. stock ones? When my phone rings, it will only ring once if I use my own ringtone (mp3). If I switch to an Android stock ringtone, the phone continues to ring as normal (ie 4-5 times).
I read on another forum that the ring_delay entry needs to be changed (ro.telephony.call_ring.delay=1 to ro.telephony.call_ring.delay= "anything greater than 1000"), but adding the line in my STARTUP.TXT file didn't seem to help.
|
The issue has to do with the audio file's metadata and how the audio file is tagged.
There is a thread over at code.google.com that addresses it from the Vogue port days.
Issue 2 - vogue-android - Ring tones only ring once - Project Hosting on Google Code
There is a link to an Android "media" folder that has ring tones, alarms, etc. that loop correctly.
I'm sure with more research you can find out how to edit your ring tones to loop.
Good luck.