[Q] Ringtone assigned to individual contact does not work> - Nexus 5 Q&A, Help & Troubleshooting

I apologize if this has been asked before - I spent hours googling this with no success.
I have a new Nexus 5 (4.4.2) and I'm still customizing it.
I would like to be able to assign a specific ringtone to an individual contact.
I know how to do it and tried it many times - no dice. No matter what ringtone I assign to a specific contact, the phone always rings with the default ringtone.
I use the stock People app and display Contacts from Microsoft. I did try it with Contacts from Gmail - it changed nothing when it came to the ringtone assignment.
Thank you.

Is the ringtone in MP3 format? I know Android can handle a few other formats natively but you're always safe with a compressed MP3
Sent from my Nexus 5 using XDA Premium 4 mobile app

Liskrig said:
Is the ringtone in MP3 format? I know Android can handle a few other formats natively but you're always safe with a compressed MP3
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
At this point, I tried it only with the ringtones that come with the phone.
I assign a particular one to a contact, i can see my selection sticks in the contact record, but it rings with the general default ringtone...

BUMP?
Anybody?!

I'm not used to having specific rigntones for my contacts but here is below what I did and it works. I have the stock People and Dialer apps.
1. In People app I choose a contact > Menu > Set ringtone > Multimedia storage > "X" ringtone > OK.
2. That's it.
All my contacts are sync with my GMail account. Did you try with several contacts? What happens if you try with a new contact?

Primokorn said:
I'm not used to having specific rigntones for my contacts but here is below what I did and it works. I have the stock People and Dialer apps.
1. In People app I choose a contact > Menu > Set ringtone > Multimedia storage > "X" ringtone > OK.
2. That's it.
All my contacts are sync with my GMail account. Did you try with several contacts? What happens if you try with a new contact?
Click to expand...
Click to collapse
I do the above and have had no issues assigning ringtones to contacts (I have two custom ones for my girlfriend and best mate)

Egg on my face
Well, aren't I a goose! I had a think about this and thus a revelation. I don't have Caller ID. In Canada this means that the provider actually goes to the trouble to strip ALL the information that comes down the line - yes, they are vicious here. Therfore, even if I'm called by somebody who IS in my Contacts, all I see is "Unknown".
My heartfelt apologies and thank you for trying to help.

Ily426 said:
Well, aren't I a goose! I had a think about this and thus a revelation. I don't have Caller ID. In Canada this means that the provider actually goes to the trouble to strip ALL the information that comes down the line - yes, they are vicious here. Therfore, even if I'm called by somebody who IS in my Contacts, all I see is "Unknown".
My heartfelt apologies and thank you for trying to help.
Click to expand...
Click to collapse
i got the same issue and my plan has caller id....
hmm

Oh, no! I'm sorry for you. I suggest you email Google Support - I did and received an answer quickly, not that it solved my problem.
Go here: https://support.google.com/nexus/?hl=en#topic=3415518
and select "Contact us" at top right.
Much luck and please come back here and let us know what happened.

Related

MortRing - ringtones and SMS sounds per contacts/category

Here's another program in the style of RingtoneX and Caller-ID.
Magician users might already know it, because I started telling about it here. But I think it's a bit too well hidden there, and I'd like to know if it works on other devices as well...
Ringtones seem to work fine on MDAc with a reasonable number of contacts, while I've got a feedback it doesn't work on an MDA II with over 500 contacts. I don't know whether it's because of the device or the number of contacts, so just try if it works for you, and give me some feedback...
SMS notification sounds should work on all devices, but it might need a soft reset to activate the messaging plug-in. This plug-in can be used by other programmers as well: If you create a registry key with <window title>=<window handle> (as DWord) in HKLM\Software\Mort\SMSNotify\Windows, you'll receive a WM_COPYDATA with a string containing "SMS\n<sender>\n<text>" whenever an SMS comes in...
Oh, btw: As all my other programs, this will remain free, but I gratefully accept PayPal donations to [email protected]...
Hi Mort,
would you be so kind to upload some screenshots of your application? I would like to see, how the program's gui is done.
TIA,
BGK
Here you are...
Don't expect too much, it's been made to work for me, not to look pretty...
The call and sms popups are not modified, i.e. the one of Windows is used. I only replace the registry entry for the ringtone resp. sms notification sound...
Your App is great! Are there any changes to Ver. 0.5?
Bubisch said:
Are there any changes to Ver. 0.5?
Click to expand...
Click to collapse
The SMS sound is reset a second after the notification was handled and on exit, so it won't set the most recently used one as default on next startup.
Addionally, there are now three "pseudo" categories for all other numbers: contacts without assigned number (either direct or by category), unknown numbers, and calls with supressed numbers. The sounds for these categories are set to the currently used ones as defaults until the category settings are saved.
Mort, you are just GREAT!
Thanks 8)
It is really amazing specially changin SMS tone :shock: .... Keep it up.... I hope if you could....:
- Include all rings under Windows folder and sub folders cause there is no need to copy all tones in /Windows to /Windows/Rings...
- The ability to set Tones in Storage Card.
- The ability to listen to the Tone before setting it.
- The ability to view the Recent Caller Name not only number...
I will keep testing it and let you know ASAP ... Waiting for your next release , do not be late :wink: ...
alkandery75 said:
It is really amazing specially changin SMS tone :shock:
Click to expand...
Click to collapse
In fact, the SMS tone even was more easy to achieve...
- Include all rings under Windows folder and sub folders cause there is no need to copy all tones in /Windows to /Windows/Rings...
- The ability to set Tones in Storage Card.
Click to expand...
Click to collapse
Both of this is not possible as such, because the Windows call program doesn't support paths in the used registry values. (That's why RingtoneX copies the files of other folders to \Windows\Rings...)
But can can modify the path for the ringtones in the registry. It's stored in the Value "Directory" of HKEY_CURRENT_USER\ControlPanel\SoundCategories\Ring. MortRing uses this value, too (because I use \Storage\Ring).
But currently, MortRing will list ALL contained files of this directory, as I didn't want to limit it too much. Thus, setting it to \Windows would make choosing a ringtone taking quite a while...
The ability to listen to the Tone before setting it.
Click to expand...
Click to collapse
Currently, all I could do would be opening the file, so it's played by WMP or the "Pictures" application (which also plays MMF, MID, and some other audio codecs...). I don't know of a simple way to play anything but WAV directly in my app.
- The ability to view the Recent Caller Name not only number...
Click to expand...
Click to collapse
Technically, that would be no problem, but I think the default "missed calls" list is far better for this. The output's mostly for debugging reasons anyway...
Guys, the most sophisticated gadget I ever had prior to owning the Magician is a Sony Ericsson P800. Judging by how confused I am with the Magician's set message alert tone / ringtone capability as it is now, kindly explain, as you would explain it to a child, how Mort's program works.
Thanks!
casper131 said:
Guys, the most sophisticated gadget I ever had prior to owning the Magician is a Sony Ericsson P800. Judging by how confused I am with the Magician's set message alert tone / ringtone capability as it is now, kindly explain, as you would explain it to a child, how Mort's program works.
Click to expand...
Click to collapse
After installation, the program's in the autostart folder. After a soft reset, you'll see a tray icon that looks like a cell phone.
If you tap this icon, a popup menu appears. The most important entries are "Contacts" and "Categories".
In "Categories" you can assign ring- and sms tones to the contact categories. If a contact has multiple categories, the order of the list in this dialog is used. I.e., if a contact has both "Private" and "Friends", it will take the "Friends" settings if it's in the list prior to "Private".
In "Contacts" you can assign ring- and sms tones to single contacts, thus overriding the category settings. The currently used category ringtone (or "*other contacts*") is shown there if no specific contact ringtone is set. To remove a contact ringtone (and this way restoring the category setting), press the fitting "X" button ("X"=remove). It's only activated if a contact ringtone's assigned.
Its really a great program, very simple to use, and not complicated at all 8)
Thanks for the great work, Mort
What you've done is really something cool 8)
Hmmm so after 500 contacts we should start deleting HAHAHHA I think this is not such a big issue and with your skill you'll probably figure it out. So the best of luck Mort. Great App... BTW I am using v0.5d with 445 Contacts
Hey Mort
This is a great program.
I am using it on my XDA Mini and it's so much better than the CallID program that comes with the phone.
Good work.
Mort you are great.
I now use this, MortSaver and MortPlayer!
Whats the latest version of MortSaver by the way?
Timmeh said:
Whats the latest version of MortSaver by the way?
Click to expand...
Click to collapse
b32.
It now uses the SMS notification of MortRing, which should improve stability in this area a lot...
Mort,
Great idea, and certainly easier to use than Photo Contacts. Only issue I've noticed on my Mini is that MortRing does not show certain people in Contacts list (in MortRing), and the ring tone seems to be incorrect during the call (it uses one a few categories down), whereas it is correct in the Contact list. I have under 300 contacts, but some may have multiple entries, which may cause it to exceed 500 I suppose.
Any fixes?
BTW, you don't by any chance have an offspring named Susan, do you?
PH said:
Only issue I've noticed on my Mini is that MortRing does not show certain people in Contacts list (in MortRing),
Click to expand...
Click to collapse
That's strage... Are they shown if you "Search" them?
and the ring tone seems to be incorrect during the call (it uses one a few categories down), whereas it is correct in the Contact list.
Click to expand...
Click to collapse
If the correct one is shown in the "Recent call" message of MortRing (popup menu), it's probably the timing problem. I don't have a good and working solution for that currently... It seems like the only way would be to kill and restart the system's call program, but that's quite risky - if something goes wrong, you won't notice the call at all...
BTW, you don't by any chance have an offspring named Susan, do you?
Click to expand...
Click to collapse
Not in RL...
hey is it possible to update this program so it does not unload itself from memory everytime i launch another program or run a backup (stop processes option is turned off). having to restart the option manually is frustrating.
i have a PDA2K with 30 MB free with Rom 1.40
Eddieh31 said:
hey is it possible to update this program so it does not unload itself from memory everytime i launch another program or run a backup (stop processes option is turned off). having to restart the option manually is frustrating.
Click to expand...
Click to collapse
In theory, it shouldn't be stopped as it is. Either something's going wrong on your system, or your free memory is very small...
Are you sure it's really unloaded? Hidden windows aren't shown in most task lists. As long as the tray icon is visible and works, all is fine...
Anyway, here's a version which ignores WM_CLOSE, which should help in most "automatically closed" cases.
It also includes another approach to use lineSetAppPriority. Please tell me whether it works or if you get additional "unknow" entries in the call history again...
Mort said:
PH said:
Only issue I've noticed on my Mini is that MortRing does not show certain people in Contacts list (in MortRing),
Click to expand...
Click to collapse
That's strage... Are they shown if you "Search" them?
Click to expand...
Click to collapse
Yes, they show up in a search, but not in list.
Mort said:
and the ring tone seems to be incorrect during the call (it uses one a few categories down), whereas it is correct in the Contact list.
Click to expand...
Click to collapse
If the correct one is shown in the "Recent call" message of MortRing (popup menu), it's probably the timing problem. I don't have a good and working solution for that currently... It seems like the only way would be to kill and restart the system's call program, but that's quite risky - if something goes wrong, you won't notice the call at all...
Click to expand...
Click to collapse
No, the recent call list the wrong tone as well. The funny thing is that it's a tone that is use for a totally different category; if it had not been recognised, it would have played a different tune.

can't assign ringtones

hi all. is there any specific procedure to assign ringtones to my contacts? thanks in advance
what i did is open the file from music and add it to contact as a ringtone (set as)
what i need to discover is setting a ringtone for a group of people, that i still don't know and havent tried yet ^^
Justin^Tan said:
what i did is open the file from music and add it to contact as a ringtone (set as)
what i need to discover is setting a ringtone for a group of people, that i still don't know and havent tried yet ^^
Click to expand...
Click to collapse
yes, you're right, but if I do the same procedure, can't find any contacts, even the google contacts existing, which I believe you talking about SIM contacts. am I correct?
well, yes
its SIM contact
Justin^Tan said:
well, yes
its SIM contact
Click to expand...
Click to collapse
so....I'll wait 'till Gingerbread will be release
This problem has already been discussed in the general forum. Search for "assigning ringtones to people" thread.
Only solution i found was downloading zedge and/or ringdroid on the market, they can see all contacts so you can assign rt.

Problem with contacts with Similar Numbers

I have a problem with the native sense people/sms app. I have two contacts both having similar numbers i.e. one is +9198XXXXXXXX and other is +9199XXXXXXXX
HTC app does not differentiate between the two. Thus if I receive a call or message from one it shows under the name of the other. In case of messages app even the received from number shows as that of the other contact!!!
You can imagine the problems I am having when having to communicate with these two people. I even tried a third party message app like Go SMS but since the contacts are linked at the contacts app level Go does not distinguish between them.
Can anyone help please.
Hey I am having the same problem. I have my father No. +966505xxxxxxx and my brother has +966555xxxxxxx. The Sense is unable to differentiate the two and when my father calls me, it shows me my brother name... Using Stock ROM...
Have you checked to see if the contacts are linked? In the contacts app go to menu> more> linked contacts
xnifex said:
Have you checked to see if the contacts are linked? In the contacts app go to menu> more> linked contacts
Click to expand...
Click to collapse
No they are not linked...
I had this problem in old Nokia phones.
My iPhone identified the two contacts.
But sensation cannot identify the contacts as 2 different ones.
Not linked. Dont have this problem on the Samsung Galaxy S II. So I think its an HTC issue

[Q] Noob Coming over from Blackbery needs Help

Hello:
On my old Blackberry 9700 each contact has a separate ringtone for the phone number and their email address.
Is it possible to have separate ringtones for someone's phone an email address on the Skyrocket without putting a separate entry in the contact for each one?
If there is a way can someone enlighten this noob?
Thanks.
Spring
Download the app on the market called ringdroid its free. It will also allow u to use any music you have downloaded as a ringtone. And lets u choose how long the ringtone is, and what parts of songs u want to use
Thanks silver03wrx.
Ringdroid sounds like a ringtone making app.
I have the ringtones on the sd card. I just don't see a way to use separate tones for a single contacts phone number and a different tone for their email address without entering a separate contact for the phone number and another for the email address in my contacts. A lost of extra work.
I like to know when someone is calling me or emailing me. I can then choose to answer right away or not.
Spring
Ringdroid does allow you to assign a ringtone to a specific contact look at the attached picture
Yeah i dont think that allows you to seperate the email sound for the same contact though
Hi Silver:
I don't think it does either because I have CNN updates in the contacts with an email address along with a certain ringtone assigned to it & every time an update comes over it plays the default email tone.
This is a bummer because I like to know when family emails me since we're so far apart. Had each one of the siblings on a different tone so I knew right away who it was.
I guess blackberry will always have everyone beat when it comes to handling emails with ringtones.
Thanks for trying Silver.
Spring.
Try WhoIsIt in the market place. I think it might do what you want.
Hello:
Whoisit didn't get very good reviews.
I also found Enhanced SMS & Caller ID, and Ringo Pro out there that might bridge the gap. Gonna do more research tomorrow morning.
Thanks all.
Spring
I understand your frustration, I am also a former 9700 user. The thing I miss most is the centralized Sound Profiles, it's hard / impossible afaik to have profiles setup which will in turn change the alerts and notifications for all installed apps collectively.
Hi Promise:
I'm using Ringo Pro right now. It will ring a tone for phone calls & msgs.
Haven't found anything safe that will do different tones per contact for all three yet.
Will keep looking.
Spring

[Q] S6 Unique contact notifications"?

I used to have unique sounds set up for message/text received notifications in my address book by user.
Since the update, I no longer have that option. Contacts that had unique sounds set up prior to the update still do. However, any new contact I put in only has the default sound for text/message. I can do a unique ringtone, but not a unique notification sound.
I have looked everywhere I can think of to no avail. Any help is greatly appreciated.
edrox said:
I used to have unique sounds set up for message/text received notifications in my address book by user.
Since the update, I no longer have that option. Contacts that had unique sounds set up prior to the update still do. However, any new contact I put in only has the default sound for text/message. I can do a unique ringtone, but not a unique notification sound.
I have looked everywhere I can think of to no avail. Any help is greatly appreciated.
Click to expand...
Click to collapse
Go to contacts, select your contact, then add another field. You should have the option of adding message tone.
Tulsadiver said:
Go to contacts, select your contact, then add another field. You should have the option of adding message tone.
Click to expand...
Click to collapse
Nope, not there.
I should also add that I am a moron, not usually allowed near web boards.
Its an S4, not S6. So if we need to pack up the trailer and move it to another section, let me know.
Well if you get a s6 you know how its done now lol.
Sent from my Verizon Galaxy s6

Categories

Resources