HTC Desire :: Sms Contacts List
Aug 12, 2010
ive got a problem with my sms contacts list. it is linked somehow to facebook and each contact has been replicated like 8 times yet if i go into people on the phone section its finr it just shows my contacts on my phone not fbook ones (too many friends u see lol) there fore the list is massive and i think its growing
View 4 Replies
Jun 9, 2010
If i goto call the other half from my contacts list, it says that hs number is not available If I dial it manually, it connects ok. If I interrogate the contact details the number is correct except that the desire has automatically changed the number from 0781. to 44781 without a + infront of it. Could this be a the problem? If he calls me, the number displayed is the same as the contact details. I have noticed however that his facebook picture is an old one. Could it have something to do with the number that he has on his facebook profile.
View 2 Replies
View Related
Sep 20, 2010
I can hide the SIM contacts in the People application. But even I unselect the "SIM" in the People application's view option, the Phone dialer's list (left) still has both SIM contacts and google contacts, they are double. I don't want to delete the contacts from SIM card, as sometime I may be able to use the SIM card in other phone for emergency call (in case of battery off, etc.). Any one can the advise how to do?
View 2 Replies
View Related
May 4, 2010
I have a HTC Desire When I recieve vcard's via sms text messages I open the message and touch the vcard, it says "the vcard has been imported successfully". When I go to my contacts list the supposed vcard entry does not show up in the list.
View 21 Replies
View Related
Jul 25, 2010
I can access my contacts through the group lists (have had to create a group with all contacts) but when i go to my people list only my personal contact shows up.
View 2 Replies
View Related
Jun 8, 2010
I have two questions - they may have been answered already, but I'm still ever so confused. 1. I have managed to remove my facebook/twitter/google contacts from my People list, but they still show up when I go to the Phone thing on the home screen. I would like this to be the other way around - i.e. to have all my contacts on my People list thing, but just those on my phone sim come up when I go to the Phone button to make calls. Any suggestions very much appreciated. 2. The sound quality is hopelessly tinny when I make/receive calls. People can here me, but everything I hear is very distorted. Is this a problem for everyone, or do I have a faulty phone.
View 1 Replies
View Related
May 20, 2010
Is there a way to import the facebook contacts stored on my HTC Desire handset to google by utilising the auto-sync feature? I have synced my phone with facebook and now want to transfer the email addresses and birthdays of my facebook friends to google contacts. I understand from reading posts on other forums that there are a few ways to do this, such as manually importing and exporting csv files (Sync/merge Facebook contacts with Gmail contacts - Gmail Help) or by way of a script (Import your Facebook Phonebook into your Google Contacts using Greasemonkey on Firefox), but this will require a manual update whenever I have a new facebook contact. Seeing that my phone could auto-sync with both FB and Google, is there a way to automatically transfer new FB contacts to google whenever I hit the "Sync" button on my phone?
View 2 Replies
View Related
May 18, 2010
Does anybody know how to do this. There isnt an option to remove them.
View 20 Replies
View Related
Jun 13, 2010
I know it's supposed to as my hero did the same, so it might be a HTC sense thing. Just wondering if there's a way of stopping it from displaying my call history when I want to see my contacts? When I press the phone button, I want to call one of my contacts, not have to scroll down from my call logs! The call logs should have been on a seperate button on the bottom of the screen I think.
Sent from my HTC Desire using Tapatalk
View 9 Replies
View Related
Jun 5, 2010
I had to wipe the phone and start from scratch, i've just noticed that i'm not able to link my fb contacts to my names stored on the phone.
View 1 Replies
View Related
Aug 12, 2010
It would seem that when someone updates their profile pic in Facebook now, I lose their picture in my list of contacts.
View 2 Replies
View Related
May 28, 2010
I'm pretty sure it's not viable to do what I'd like to based on some initial research, but I figured it couldn't hurt to ask the community of experts here in case someone knows a way.
I'd like to create a custom field for contacts that the user is able to edit from the main Contacts app; however, the user should only be allowed to select from a list of four specific values. A short list of string values would be ideal, but an int with a min/max range would suffice.
I'm interested in knowing if it's possible either way, but also wondering if it make sense to go this route performance wise. More specifically, would it be better to look up a contact (based on a phone number) each time a call or SMS message is received or better to store my own set of data (consisting of name, numbers, and the custom field) and just syncing contact info in a thread every so often? Or syncing contacts the first time the app is run and then registering for changes using ContentObserver?
View 1 Replies
View Related
Aug 19, 2009
My application wants a functionality of picking a contact from the phone contact, I have achieved this using the following intent Intent intent = new Intent(Intent.ACTION_PICK, People.CONTENT_URI); startActivity ForResult(intent, 001); I wanted few more functionalities
- An option to create a new contact from the pick list, similar to the one which is available in inbuilt Launcher appliation
- Set of contacts should be filtered from display i.e already selected contacts should not be displayed
- Filtering of contacts should be based on the phone number i.e a contact might have two phone numbers associated with and wants to filter out the phone number which is selected I guess above can be achieved by implementing my own pick list using contacts provider, is there any other way without implementing the new pick list
View 2 Replies
View Related
Jun 4, 2010
Ok, so this is my first time with Android. When I first set the phone up with Facebook, it pulled EVERY friend I have and puts them in my phones contacts. After searching, I found that I can unsync them in my 'all' contacts list etc, but they are still showing up when I push 'PHONE' at the bottom of the home screen. They are behind the dialer. Is there anyway to set that screen to show recently dialed numbers or favorites or something?
View 34 Replies
View Related
May 5, 2010
This is simple enough on every other version of Android, including SenseUI 1.5.
//For Contacts
Intent pickIntent = new Intent(Intent.ACTION_PICK, People.CONTENT_URI);
this.startActivityForResult(pickIntent, RESULT);
//For Phones
Intent pickIntent = new Intent(Intent.ACTION_PICK, Phones.CONTENT_URI);
this.startActivityForResult(pickIntent, RESULT);
On SenseUI 2.1 (HTC Incredible) this shows a list of numbers (the URI number). So you get a list of 1-200 if you have 200 contacts. Selecting one of the contacts you can then gather all of the information needed. Is there any good work around known?
View 1 Replies
View Related
Jun 26, 2010
Is it possible to sort the PEOPLE's ( contact ) list by last name Given Aria is a sense UI it still would be useful to sort by last name.
View 6 Replies
View Related
Feb 23, 2010
My HTC Hero lists my contacts alphabetically by first name. Short of inputting them last name first, can they be listed first name first and still come alphabetized by last name? i.e. Bill Smith before Ken Sorels and still be in a group with other people with "S" last names? Is this a procedure problem or is their an app for this?
View 6 Replies
View Related
Oct 29, 2010
So I've searched "Contacts list iphone" and what not but wasn't able to find anything. And I might get crucified for this but The one thing that the iphone did that I really liked was how you can easily scroll down to the contact you want by tapping the letter you want to scroll down to on the right hand side of the contact list. I have a Droid X and I LOATHE the way it works (I have to scroll first, then move the scrollbug down to where I want it). Is there an app that will show the contact list a la iOS where you have the letters on the righthand side and you just tap on the letter you want to scroll down to?
View 3 Replies
View Related
May 25, 2010
NOTE: Must work on Android 1.5 - Contacts Contract does not Simple enough question. I need to know the best way to get the same list of contacts that show up when a user presses the Contacts button. You would think something like this would work: //For Contacts Intent pickIntent = new Intent(Intent.ACTION_PICK, People.CONTENT_URI); this.startActivity ForResult(pickIntent, RESULT); //For Phones Intent pickIntent = new Intent(Intent.ACTION _PICK, Phones.CONTENT_URI); this.startActivityForResult(pickIntent, RESULT); The problem is that does not include secondary google accounts or Exchange contacts. By secondary accounts, in Android you can add additional gmail accounts to have the mail/contacts synced. The above intent will not list those additional contacts. I am also told that on the HTC Desire you can add contacts to the phone that do not get synced up to Google. These contacts also do not show up. So how do I get a real list of contacts so I can create my own list activity that works properly where the Google intent does not. NOTE: Must work on Android 1.5 - Contacts Contract does not
View 3 Replies
View Related
May 8, 2010
I am trying to my mom to my "favorites" screen on one of my homepages. The funny thing is, she is not listed when I hit the + key. Yet if I go to people, her name is there. I also noticed that the contact list that came up on the favorites screen was much shorter than the contacts I have listed under people. Could some of them be on the SD card? How do I get them merged? Or am I off base?
View 2 Replies
View Related
Jul 1, 2010
I just received my EVO today and linked my facebook account to Friendstream and now all my friends (300+) were added to my contacts list on my phone. This might be a silly question but how do I delete these contacts from my list? I came from an Instinct phone and I just can't find the option to delete contacts on this phone like I did on my previous phone.
View 1 Replies
View Related
Jan 19, 2013
I've just changed phone from SGSI 2.3.6 to SGS III 4.1.2
Phone : SGS III
Soft : Stock 4.1.2
I have synchronised my contact list with google, everything went great, i had my contacts with phones and EMAIL ADRESSES in contact list. But of course i've dealt with it by checking "Only contact with phones." Yay!
when im trying to SEARCH for specific contact (for example when writing sms) it shows all contacts, also SIM contacts and EMAIL contacts.."Only contact with phones" worked very well @ 2.3.6 because it wasn't showing email adresses and sim card contacts during search!
Is there any way to customise search results ? I don't want to see SIM contacts and contacts without phone numbers when searching..i can't find this option, or they've changed something and now i will have to scroll thru 263464325623897583248239 email adresses every time i will have to choose sms recipient.. ?
Attachments description
1st -This is how it looks when not 'searching'
2nd - This is how it looks when searching in contacts application :bad:
3rd - This is how it looks when choosing SMS recipient :bad:
4th - This is how it looked on 2.3.4 when searching
View 1 Replies
View Related
Aug 16, 2010
Having all my facebook contacts who have their mobile nos on their profile coming up in my contacts and all the ones with their birthdays coming up in my calendar. Any idea how I can stop this because it's annoying having all this info I don't want amongst the stuff I do.
View 5 Replies
View Related
Sep 12, 2010
When I go to individual contacts and try to link them, nothing ever shows up. My brother got a Droid X last night and when he installed the FB app it automatically synced the pictures for him. I re-installed my app and didn't get that option. How do I do this?
View 7 Replies
View Related
May 11, 2010
I need to delete all contacts in my milestone and re-enter entries, any idea how I can do so? I tried little bet to realize a method but no success.
View 1 Replies
View Related
Aug 3, 2010
If I try to create a new contact on my HTC Magic, it will confirm that it has been created but will not appear in my contacts list. Alternatively, it will appear, but will not be there next time i look in contacts. This is a recent fault and is driving me mad.
View 2 Replies
View Related
Aug 2, 2010
I saved my contacts from my old handset (LG) to the SIM card. I put the SIM into my Milestone and went to contacts, went to import/export and chose Import from SIM. It showed all of my SIM contacts, and I chose Import All. At this point, a dialogue box with a progress bar comes up as it imports all of my contacts. However, when it's finished, they don't appear in my contacts list. It's set to display contacts with numbers. I bluetoothed the .vcf file from my old handset to my MacBook and then from there to the Milestone, and chose Import from SD Card, but I just get the same result. my contacts seem to appear when I type the name into the recipient box while texting but still not in the contacts list, meaning I can't call them and come to think of it, receiving texts from people who should be on my contacts, their name shows up.
View 3 Replies
View Related
May 1, 2010
I want to have my contacts linked with their facebook but I DO NOT want all of my facebook contacts in my contacts list. How can I do this?
Also when I got to Settings>Accounts and Sync it won't let me add the "Facebook" Account (not facebook for HTC Sense) When I press "Facebook" it doesn't respond. I thought if I linked regular facebook instead of the one for HTC sense that my contact problem would be solved but it is not letting me do this. Any one else have the same problem?
View 5 Replies
View Related
May 14, 2010
I am using following code to open Android Contacts
CODE:.............
Now i want to put Button at the top of this Contact activity when opened or add my own Menu in this Activity.
View 2 Replies
View Related
May 5, 2010
So for the last 20 minutes or so I've been trying to figure out a little dilemma with my Incredible and my contacts list. I just realized that none of the data fields I enter into my HTC People app are getting synced with my Google Contacts. I'm a little bummed because I've spent some time trying to get my phone all set up with that.
I tried searching the Market for a dedicated Google Contacts app, but couldn't find anything. I love this phone, but I'm not exactly thrilled with all the HTC branded stuff going on. They've done some nice things, but I prefer gmail and most of the other Android stock features.
Anyone have any suggestions about how I can get my contacts synced with Google Contacts?
View 10 Replies
View Related