I have a problem with the default ringtone. The factory default ringtone is "curve ball blend". I have spent many an hour looking for that ringtone in my phone so I can delete it, but I can't find it.
Hi, the problem I've been having is that I cannot change my ringtone at all; I've tried installing mp3 files into the ringtone folder, I've tried using apps to change the ringtone but it's been to no avail; for some strange reason it stays on 'Whistle' no matter how many times I change it...
Hi ~
Finally I got on cm10 nightly newer (cm-10-20121003-NIGHTLY-fascinatemtd.zip) but I've been dealing with no ringtone for quite a while now.
I have no clue why it is happening. I get notification sounds just fine, but no ringtone.
How can I fix it?
Temporary I am trying to use a custom ringtone (.mp3) that I've been using now.
I used Big Bang ringtone maker to make 1 ringtone (toots & the maytals) and set it as my default. This overrode the contacts I had set to have unique ringtones. I reset these but the feature still doesn't work. I uninstalled Big Bang, deleted the 2 ringtone files it made (1 was "temp") and restarted, but the feature still doesn't work.
I open up "messages" then hit the "settings" option, then scroll down and "notifications" is checked and I then select my ringtone for whenever I receive a text message. However, upon receiving a text message, I hear the ringtone I selected, but immediately following the selected ringtone, I get another ringtone sound.
I've bought my first Android phone (Note 2) and installed almost all the applications I had before on Samsung Galaxy Player (not a phone). It worked fine but I've found that sometimes an unknown ringtone started to ring without any notification, sometimes at night.
Ive tried moving the mp3 file to System/media/audio/ringtones manualy because i thought that would make it stick but no, after every reboot it goes back to the Samsung theme tune.
Also i just noticed, when i go to Settings, Sound, Device Ringtone and tap Media Storage, my mp3 isnt in the ringtone list.
I've searched but can't find the answer.
I know I can set ringtones per contact but that's not what I'm looking for. What I want is a ringtone set for all callers that are *not* contacts that is different from my default ringtone.
I have an Android app that plays a notification ringtone (RingtoneManager.TYPE_NOTIFICATION) when certain events are sent to a BroadcastReceiver.
The code that plays the ringtone basically does:
onReceive(Context context, Intent intent)
{
...
Uri ringtoneUri = someFunctionToLookupAValidNotificationRingtoneUri();
...
Ringtone tone = RingtoneManager.getRingt