I am running UnNamed 1.0.3 and syncing to my exchange server. All works well except if I try to save a new contact from the phone. I only get the fields for the name to be entered. I cannot enter a number or address. If I save a contact from my computer it show up properly but it seems only saving new contacts from the phone is limited to name only? Anyone have any info on this. I know it cant be right....
SNadler said:
I am running UnNamed 1.0.3 and syncing to my exchange server. All works well except if I try to save a new contact from the phone. I only get the fields for the name to be entered. I cannot enter a number or address. If I save a contact from my computer it show up properly but it seems only saving new contacts from the phone is limited to name only? Anyone have any info on this. I know it cant be right....
Click to expand...
Click to collapse
Does no one else have this problem?
re: contacts
SNadler said:
Does no one else have this problem?
Click to expand...
Click to collapse
I am not having the problem you describe but here is something you might try.
Try this, when it asks you to save the new contact, go ahead and save it,
then after the new contact is saved select view contact and edit.
Then simply add whatever information you wish.
Misterjunky said:
I am not having the problem you describe but here is something you might try.
Try this, when it asks you to save the new contact, go ahead and save it,
then after the new contact is saved select view contact and edit.
Then simply add whatever information you wish.
Click to expand...
Click to collapse
Thanks but have tried that no go.
If I select save to anything but "Phone" all fields except name dissapear.
Related
Hi am facing some problem with My Contacts. In my Hero Contacts View Setting i selected the Phone Option. But whenever am Saving a new Contact on the Phone it Doesn,t View In Phone Contacts.
And it goes in Google Option, So kindly let me know how solve this problem
There is a view category in menu on 'people' which you need to go to so set to phone or sim and google contacts etc
Peter Franks said:
There is a view category in menu on 'people' which you need to go to so set to phone or sim and google contacts etc
Click to expand...
Click to collapse
Already Set to Phone Memory, But whenever am saving the new contacts it saves in Google. Don,t know why
I know what you mean, yeh. It's one of those glitches I think. My phone memory/sim memory numbers change all the time when I look in there, especially if I have to take the sim out. I think positioning of the sim is a factor too
Peter Franks said:
I know what you mean, yeh. It's one of those glitches I think. My phone memory/sim memory numbers change all the time when I look in there, especially if I have to take the sim out. I think positioning of the sim is a factor too
Click to expand...
Click to collapse
PROBLEM Solved.
I already Set the Contacts option to Phone Memeory.
But Whenever you are trying to save a new contact, after the name option there is option of of Google, Phone and Sim. So evertime you have to select where you wanna want to save.
Something very weird is happening on my contact list.
No, I do not have ANY number on my SIM.
No, I do not have any number in my T-Mobile contact list.
I have a friend of mine whose name is DG.
So I wanna send a new text, I open the Message application, tap on the bar to select the contact, write the initials of the name, DG, and usually you should get a list of people who are named so... what happens here is that when I type this specific contact, I see it TWICE.
DG 1702... Mobile
DG +1702... Mobile
Why?
Checked GMail, there is only one entry.
Checked my Contact list, only one entry.
Went to GMail, DELETED the contact, synced the contacts, and it does not show in my Contacts list BUT! This is just weird now... when I try to send a new message, type the name... it shows up DG +1702... Mobile
What the hell?
I thought it could be Skype, or WhatsApp, but I checked the same thing with other contacts who also have Skype and WhatsApp and this does not occur... Anyone?
Thanks
PS: I have checked the other two threads but none give a solution.
One of them may be showing up because of call history and sent history.
This one you CAN turn off in:
messages>settings>general> show sent message history and show call history
One of them showing up may be Tmobile Contact Back Up.
This one you CAN'T turn off.
Option? Root and remove.
Once TCBU sync's it won't let you remove it.
P.S. I replied to your PM already, as well.
Hope this helps bro.
nguyendqh said:
One of them may be showing up because of call history and sent history.
This one you CAN turn off in:
messages>settings>general> show sent message history and show call history
One of them showing up may be Tmobile Contact Back Up.
This one you CAN'T turn off.
Option? Root and remove.
Once TCBU sync's it won't let you remove it.
P.S. I replied to your PM already, as well.
Hope this helps bro.
Click to expand...
Click to collapse
Yeah I saw the reply and replied. Thanks.
The thing is, I don't have any contacts on TMo back up...
And why does it do it to only one contact so far?
Just deleted all my contacts from GMail, and also from my phone, deleted WhatsApp and skype... And when I go type a new text, the number DG is still there...
Guess what... I removed the microSD card... problem solved... No more duplicate!
I wonder why now...
I got lots of friend with a home and cellphone number and I already make a mistake calling a friend at home at 4'AM.
I already set manually the default number for some friends to cellphone, but I lost all the preference (deleted address book to get rid of contact pictures and restored csv on gmail).
There is a way to set the default number to "cellphone" for all the contacts on my phonebook?
Thank you.
tAlpA
----------------------------------
Samsung Galaxy S2 / GT-I9100
Android 4.0.3 - OMEGA ROM
talpazzo said:
I got lots of friend with a home and cellphone number and I already make a mistake calling a friend at home at 4'AM.
I already set manually the default number for some friends to cellphone, but I lost all the preference (deleted address book to get rid of contact pictures and restored csv on gmail).
There is a way to set the default number to "cellphone" for all the contacts on my phonebook?
Thank you.
tAlpA
----------------------------------
Samsung Galaxy S2 / GT-I9100
Android 4.0.3 - OMEGA ROM
Click to expand...
Click to collapse
Hi,
Please, did you manage to do it?
10q.
amplatfus said:
Hi,
Please, did you manage to do it?
10q.
Click to expand...
Click to collapse
No
Every time I change or format the phone every default number it's lost.
My solution right now it's to separate the contacts. It's stupid... but the only one I found
how to set phone number primary
talpazzo said:
No
Every time I change or format the phone every default number it's lost.
My solution right now it's to separate the contacts. It's stupid... but the only one I found
Click to expand...
Click to collapse
In the meantime I have found something. But did not tested until now. I don't now yet what "1" number is. Is Mobile number or what else is? And where should this commands must be entered. In the terminal?
I am still looking to find answer those questions.
android contacts provider: how to set phone number primary
How to set a contact's phone number to be primary number when adding or updating a contact building a custom contacts provider. The adding and updating of contacts is working fine but I don't know how to set one number of the contact to be primary, or default number.
Code:
mValues.put(Phone.IS_PRIMARY, 1);
mValues.put(Phone.IS_SUPER_PRIMARY, 1);
Both Phone.IS_PRIMARY and Phone.IS_SUPER_PRIMARY have to be set.
Click to expand...
Click to collapse
Source:
http://stackoverflow.com/questions/...acts-provider-how-to-set-phone-number-primary
I guess Phone = phone number, so I should replace Phone with Mobile
BR,
amplatfus
So I had a HTC HD2 that I could merge facebook and phone contacts into 1 contact on my phone. I got the Droid X2 and that feature is not available. Is there a rom or something out there that will fix this. Have multiple of my contacts so annoying.
anthonyl79 said:
So I had a HTC HD2 that I could merge facebook and phone contacts into 1 contact on my phone. I got the Droid X2 and that feature is not available. Is there a rom or something out there that will fix this. Have multiple of my contacts so annoying.
Click to expand...
Click to collapse
That is frustrating, I know. I don't know of anything that will do it for you. I've always had to do it manually. When you see multiples of your contacts, select one of them (one without a picture, usually). Go to edit contact. Once you are there, press the menu key again, and you will see a menu pop up with a "join" option. Press join. You will then see a screen with the contacts that match up with that one. Select the one you want, and it will sync the contacts.
Yes, it's time consuming and annoying, but I haven't found a better way.
FYI: When you flash different roms, be prepared to do it all over again.
Hope this helps!
if they're named the same I gotta say I think they merge automatically.
as mentioned above, I had to manually "join" one of them, cause the guy has his FB name reversed last/first, but other than that I think they all did it automatcially.
It will merge automatically for the most part. There were a few cases where my contact on phone and Facebook had the same name but I had to merge them manually
CM7 <3
BreatheALittle said:
That is frustrating, I know. I don't know of anything that will do it for you. I've always had to do it manually. When you see multiples of your contacts, select one of them (one without a picture, usually). Go to edit contact. Once you are there, press the menu key again, and you will see a menu pop up with a "join" option. Press join. You will then see a screen with the contacts that match up with that one. Select the one you want, and it will sync the contacts.
Yes, it's time consuming and annoying, but I haven't found a better way.
FYI: When you flash different roms, be prepared to do it all over again.
Hope this helps!
Click to expand...
Click to collapse
Thanks for the response. I have tried that per the instruction booklet and there is no "Join" option. I have contacted Verizon about this when I first go the phone and they where stumped as well. Their response was to contact Motorola and see what they say. LAME!! Im thinking about flashing to another rom and see what happens.
Hey guys!
I'm facing a problem while updating/changing contact info.
For example let's say I'm having a contact called "Joe Baptist".
If I choose to edit this contact and change his first name to "Joey" he should be listed as Joey under contacts, but it sticks as Joe, also in other programms like WhatsApp and SMS-program he will be shown as Joe, but if I select the contact and choose to edit it again the first name is showns as "Joey", but it won't update it.
Any ideas?
Try changing the nickname field.
Nope, I didn't put anything in the nickname field...
It seems that whatsapp is the culprit, it won't update the sns-contacs o.o