HTC Desire :: Way To Save Received Number Into An Existing Contact?

Jul 1, 2010

When I press and hold the number, it gives me an option to save it as a new contact. But I want to save it under an existing contact.

HTC Desire :: Way to save received number into an existing contact?


HTC Desire :: Can't Save A Phone / Google Contact Number / Way To Fix?

Jul 14, 2010

I just purchased my new HTC desire and i have a problem : 1) Adding a new contact number to either phone or Google account. Name/surname are saved but the phone number doesn't get saved; so when editing the contact, no phone number appears. Then, when gonig under Phone and typing the letters of the name just added, i can find it in the drop list of "guessed names" with the number right under the name. I want to be able to view my contact and see the phone number from the application People; and that's impossible now because of this problem.

View 3 Replies View Related

Android :: Way To Add A Phone Number To An Existing Contact?

Jul 3, 2010

I'm trying to add a phone number to an existing contact on android 2.1. Im currently using:

ContentValues values = new ContentValues();
values.put(Phone.RAW_CONTACT_ID,cursor.getColumnIndex(Phone.CONTACT_ID));
String selection = ContactsContract.Contacts.IN_VISIBLE_GROUP + " = '1'";
ContentResolver cr = getContentResolver();
Cursor cursor = cr.query(ContactsContract.Contacts.CONTENT_URI,null, selection, null,ContactsContract.Contacts.DISPLAY_NAME+" COLLATE LOCALIZED ASC");
if (cursor.getCount() > 0) {cursor.moveToPosition(oldcontactid);
contactid = cursor.getString(cursor.getColumnIndex(ContactsContract.Contacts._ID));
values.put(Phone.RAW_CONTACT_ID,cursor.getColumnIndex(Phone.CONTACT_ID));
if (Integer.parseInt(cursor.getString(cursor.getColumnIndex(ContactsContract.Contacts.HAS_PHONE_NUMBER))) > 0) {
Cursor pCur = cr.query(ContactsContract.CommonDataKinds.Phone.CONTENT_URI,null,ContactsContract.CommonDataKinds.Phone.CONTACT_ID +" = ?",new String[]{contactid}, null);while (pCur.moveToNext()) {values.put(Phone.NUMBER,pCur.getString(pCur.getColumnIndex(ContactsContract.CommonDataKinds.Phone.NUMBER)));
values.put(Phone.TYPE, Phone.TYPE_MOBILE);}pCur.close();}}
Uri uri = getContentResolver().insert(Phone.CONTENT_URI, values);

but i get an error:

java.lang.UnsupportedOperationException: Unknown uri: content://com.android.contacts/data/phones

how would i be able to fix this?

View 4 Replies View Related

Android :: Lookup Contact Name Of Existing Phone Number

Nov 14, 2010

I'm using a Android Wildfire and I used the following code to lookup the contact name of an existing phone number.

private String getContactNameFromNumber(String number) { String[] projection = new String[] { Contacts.Phones.DISPLAY_NAME, Contacts.Phones.NUMBER };
Uri contactUri = Uri.withAppendedPath(Contacts.Phones.CONTENT_FILTER_URL, Uri.encode(number));
Log.d(TAG, contactUri.toString());
// query time
Cursor c = context.getContentResolver().query(contactUri, projection, null, null, null);
// if the query returns 1 or more results
// return the first result
if (c.moveToFirst()) {
String name = c.getString(c.getColumnIndex(Contacts.Phones.DISPLAY_NAME));
Log.d(TAG, name);
return name;
}

// return null if no match was found return null;
}

I am unable to resolve the contact name. The logcat output shows the following
11-14 13:45:35.879: DEBUG/Test(3342): content://contacts/phones/filter/%2B919773653345

View 2 Replies View Related

Sprint HTC Hero :: Add Received Phone Number To Contact?

Mar 31, 2010

I am trying to take a phone number from my call log and edit it to be added to a contact without typing it by hand. On my Sprint Katana, when you clicked on the phone number in the call log, you had the choice to edit or append the number. On my Hero, when I press on the phone number, it calls it? Am I missing a step, or not holding the press long enough? I have searched and read as many as come up under a search, but I can't find any that address it from the call log issue.

View 8 Replies View Related

Sony Ericsson Xperia X10 Mini/pro :: How To Update Number From Call List To Existing Contact?

Dec 2, 2010

1. How to update a number from the call list to an existing contact?

2. Anyone has experience cut-off during a conversation? Why?

View 3 Replies View Related

HTC Desire :: Each Contact Has Every Number Twice

Jul 23, 2010

First off, I have to say this phone is amazing and by far the best handset I've ever had.ight, my problem. I use Outlook contacts at work and had a Windows mobile before this one. The contacts appeared to sync into Desire no problem with HTC Sync and I was using phone with no issues. I then decided to see if I could have mail sent to phone like a Blackberry. I went to 'accounts & sync' and set up my work domain etc. The email side of it works fine. since then I noticed that my contacts in 'People' are normal. When I go to send a text, everything from a contact is listed twice. I use Handcent, but it happens in HTC message app as well. Each contact has 'linked' in top right corner and if i tap it the two contacts for the same person are 'Phone' and 'Exchange'. Any ideas how I can remove one of these?
Is HTC Sync, syncing with Outlook and the Desire sync settings are syncing with the Exchange? Any help on how best to set this up is appreciated. I do want to have Outlook contacts as they are full of notes about customers.

View 6 Replies View Related

Android :: Insert Contact Info On Existing Contact

Jun 15, 2010

I have name, phone number and E-mail information of a contact. I just want to insert the additional email and phone for the existing contact. My questions are: How to find the contact is already existing or not? How to insert the values on the additional or secondary address option?

View 1 Replies View Related

HTC Desire : A Number In Call History That Wont Save To Contacts / How To Fix?

Sep 10, 2010

I'm having problems saving contacts. I have a number in my call history that wont save to contacts, when I save the contact to google contacts it stays in the people list for a few minutes then a few minutes later it disappears.

View 2 Replies View Related

HTC Desire :: Shows One Number Per Contact

Jul 14, 2010

I've just taken delivery of my brand new HTC Desire and I'm having a little difficulty importing my contacts from my old SE W995. I've put the SIM card in the new handset and it seems to have recognized some of the numbers but as far as I can see its only showing one number per contact whereas my W995 let me save a few different numbers for each contact (work, home, mobile etc) - is there any way to get the HTC to recognize this without keying them all in again?

View 27 Replies View Related

HTC Desire :: Add Phone Number To Facebook Contact?

Jun 12, 2010

I just got my Desire a few days ago, and so far i am very pleased with it (coming from a Nokia N95 8GB). I do find the contact handling somewhat counter intuitive however. For example , i have some contacts from facebook for which i have no other contacts created, but i need to add additional information (in particular phone numbers). I do not seem to be able to add information to a facebook contact. Do i really need to manually create another contact, then manually give it the same name and then link it to the facebook profile in order to have a place to add the phone number?

View 7 Replies View Related

HTC Desire :: Set Mobile Numbers As First Phone Number For Contact?

Sep 27, 2010

Some contacts have different phone numbers. And when I send group SMS, the message is sent to the first number of the contact. So is there a software that can reorganize the position of the phone numbers? So that the mobile numbers are the first in the list.

View 1 Replies View Related

HTC Desire :: Contact Number Changed When Synced To Facebook / Fix It?

Apr 23, 2010

Ive looked all through Desire threads and cant find anyone thats had this problem yet so lucky me i guess!

Whenever i sync a contact to Facebook, for some odd reason it changes the number for that contact. The number i have for the contact matches that of the number on their Facebook account.

I.E. 07890123456 on my phone, 07890123456 on their Facebook account( fake number, don't be silly ).

However, as soon as i sync the account to my contact on my Desire, the number changes to 447890123456.

try to call the contact and says numbers wrong, clearly because its suppose to be +44, not just 44.

have tried to edit number but still says 07890123456, and still wont work when i change it to +447890123456.

Anyone able to help?

View 24 Replies View Related

Android :: Way To Add Datas To An Existing Contact

Jun 23, 2010

I'm faced to a big issue : I can't add datas to an existing contact I'm developing an application which manage contacts, I can add, delete or edit contacts. The creation is ok, because I create all types of datas (even if they are empty) for the contact (this is NOT a good way, I will change this later). So when I want to edit those datas I can find them to the data base (with Datas.CONTENT_URI) 'cause they already exist ! But if I create a new contact with the ANDROID contact application only the fill fatas are created for a contact. When I try to add new phone number for example with my application I get a error Here is my code to try to add phone number. Code...

View 2 Replies View Related

Media :: Can't Zoom Or Save Received Pic

Feb 5, 2010

If someone sends me a picture, it keeps comming up as a vid (slideshow) I can't zoom or save the photo. I'm assuming I need to change a setting but can't seem to figure it out.

View 3 Replies View Related

Android :: Repeats Existing Data After Each Writing Same Contact

Jun 1, 2010

I met this problem at writing contacts by API for Android 2.0 or greater. Each time I write the same contact which already exist in my account (Google account) I got some part of contact aggregated ok but other did not. For example fields like FN, N, ORG, TITLE always are in one copy but TEL, EMAIL, ADR are added extra so after 2nd writing the same contact I have to copy the same TEL or EMAIL. How to force API engine to not repeat existed data?

View 1 Replies View Related

HTC Magic :: Change Contact Source On Existing Contacts?

Sep 19, 2009

Is is possible to change contact source on existing contacts?

I would like to modify some existing contacts so their contact source is changed from Phone to Google.

View 4 Replies View Related

HTC Droid Eris :: Can't Save Pic In Received Text

Feb 22, 2010

My sis sent me a pic from her Sprint phone in a text msg like anyone would using a simple phone. I opened the text, was given the option to download the pic and I did but CANNOT save the pic. I'm not given the option to save.

View 10 Replies View Related

Motorola Droid :: How To Save Pictures Received In MMS?

Jan 7, 2010

I've searched to no avail. I have received pictures via picture message and I would like to save them to my gallery. When I tap the picture the only options I can find in menu bar are "set as". How do I save them?

View 7 Replies View Related

HTC Incredible :: Spam SMS With Gibberish And Phone Number Received

Jun 29, 2010

A few days ago my fiancee received a text from an email address while I was with her. It had some gibberish and a phone number. She deleted it right after she read it. She has a BlackBerry Tour on Verizon. Today, I got basically the same thing - a message from "CJOHNS235@sprintpcs.com" and the body is "EPPlCARD LLBH alert 521148. call 828-268-**** ". I googled the phone number and apparently it's some guy named Steve in North Carolina. If it was an email I wouldn't be worried, but it came to my phone number. I never give out my cell number for anything.

View 2 Replies View Related

Android :: How To Activate Droid Received From Google To Own Number?

May 12, 2010

My friend recently received a Motorola Droid from Google. He gave it to me as a gift and when I tried activating it and putting my number on it, Verizon said that it already has an active business account. I assume this is google's account. I heard that google gives you 30 days free service, but my question is how/can I bypass the 30 days and just put it on my account, or do I have to wait until the 30 days are up to put my own number on it?

View 2 Replies View Related

HTC Droid Eris :: How To Update Existing Contact Using Call History?

Jan 23, 2010

Prolly a dumb question but I can't figure out how to update an existing contact using the call history. In the call history window I can press and hold on a call. This brings up the "save to contacts" option. Not sure what to do after that.

View 2 Replies View Related

HTC Hero :: Add Phone Numbers From Missed Calls To An Existing Contact?

Oct 16, 2009

Don't see a way to do that when I go to call history. What the hell? The only thing there is add a new contact but that's not what I want.

View 13 Replies View Related

Sony Ericsson Xperia X10 :: Save Pictures To SD That Have Been Received From Mms?

Aug 10, 2010

I hope someone can help me with this.. I have received photos from friends that have sent them to me as a MMS to my SEM x10 mini pro. But the only option i now have for the photo is to use it as a background or as a pick for a contact. Does anyone know if there is a way to save it on my SD card?

View 2 Replies View Related

HTC Droid Eris :: How To Save Picture Received In Text Message?

Feb 1, 2010

If someone sends you a picture through a text message, how can you save it to your SD card?

View 2 Replies View Related

Sony Ericsson Xperia X10 :: How To Save A Download Mms That I Received From Phone?

Aug 27, 2010

How do i want save a download mms that i received from my x10mini?

View 2 Replies View Related

General :: How To Save Photos To Gallery That Were Received Via MMS / Galaxy Note 3

Oct 14, 2013

How to save photos to Gallery that were received via MMS? I have a Galaxy Note 3

View 7 Replies View Related

Sony Ericsson Xperia X10 :: Unable To Save Received Mms Pictures To Phone

Oct 4, 2010

I have just gotten my xperia x10 mini pro, and I`m unable to save the pictures I receive on my phone. When i view them, the only options I get is to use the picture as a wallpaper or contact picture. But I want to save the picture, so that I can transfer them to my computer. How can I do this?

View 5 Replies View Related

General :: How To Save Media (Photos / Videos) Received In WhatsApp To Gallery

Jul 5, 2013

How to save media (Photos, Videos) received in WHATSAPP to my gallery??

I just came from a longtime user and it was pretty easy but now I cannot seem to have the option on this android.

I am using a Galaxy S4 4.2.2 and I cannot seem to do it !!

View 1 Replies View Related

General :: Open Contact Info When Call Received?

Mar 18, 2013

I was wondering if there is any way (through a tweak or an app) to have my contact's information appear automatically when I receive a call from him/her. For instance, if I receive a call from Joe Smith, the contact card for Joe Smith would pop up with all of his details (address, birthday, notes, etc.).

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved