HTC Desire :: Contacts American Style Numbers
Aug 9, 2010
After resetting my phone, i restored the contacts list, resulting in my contacts having numbers in the format (000)-999-8888 or similar. Is there an app or a workaround to restore them to British format?
View 3 Replies
Jul 30, 2010
I ve with my HTC Desire. Let me explain : When I go on PEOPLE I see my contacts there , if I click on them I cant see any phone number or mail nothing it just show me the contact name then under the name I see DETAILS then INFORMATION and down I can read ringtone and send to voicemail and then last Edit. Why is that? I dont think is normal and honestly makes me really depressed coz I cant call normally.
View 7 Replies
View Related
Apr 14, 2010
Just received my Desire and loving it. My only issue so far is that even though I've selected in the People app only to display Google contacts there seems to still be Facebook contacts appearing, albeit only the ones who have entered phone numbers into their Facebook profile. This causes duplicate entries for the same person in messaging apps (default and Handcent) and in the People app it seems to prefer to show the Facebook contact details rather than the Google ones.
View 4 Replies
View Related
Jun 17, 2010
I really dont know what is happening here, but I have lost (nothing has been deleted) most of my contacts (some have remained - dont know why) but I have tried everything to get them back - I have imported - exported - sim - phone - vcard, all variations, all I am getting is multiple duplications of the numbers that are left in the phone, but not getting back what I have lost... someone help before I go get a rope!!
View 5 Replies
View Related
May 28, 2010
I don't understand. In symbian it was possible to add more than one "mobile" number, and even with a custom label. In android i can't do that. I have friends that use 2 or 3 mobiles, for work, personal use etc, that besides the work number from the location.
Is there a workaround or a program i can use? I don't want my contacts staying on the gmail servers.
I guess the question is, how can i modify the labels? there's got to be a way...
If i use the "linked" option, when i view the contact details it just shows me 3 different numbers, it doesn't show me the linked contact's name so i can't now wich number i want to call: work, personal etc.
Custom labels would have been genius. I could add to Andy for example:
1. mobile xxx
2. mobile work xxx
3. boss xxx
And when he would call me from one of this numbers, it would have been nice to look like this:
Andy mobile xxx or Andy mobile work xxx.
View 3 Replies
View Related
Apr 18, 2010
I am finding that some of my contacts are dissapearing or their contact numbers dissapear. I was texting the person and then all of a sudden their name wasnt showing and just the number.
View 6 Replies
View Related
May 13, 2010
I added a contact on my PC (http://www.google.com/contacts) which then got sync'd to my phone. I pasted the phone number in from a website, which began something like this: "+44 (0)207..." When I dialed the number on the phone, a recorded message told me that voicemail settings had been changed, and to hang up and dial again in five minutes. Immediately, an SMS message arrived from ">pers", saying "Network message - please delete", followed by a load of random gibberish. Looking in the Call History, it appears that the phone ignores the brackets, and dials, "+44 0207..." which is incorrect. It ought to know that numbers in brackets after the country code are only used when dialling locally without the country code. Calling that incorrect number (I don't know if it's the specific number I called, or just that prefix) somehow connected to some aspect of the (T-mobile UK) voicemail system. I wonder what setting I've changed?Googling suggests that the SMS from ">pers" is some sort of phone-configuration message that is normally supposed to be intercepted by the phone. Anyway, bottom line is this - if you add contacts to your Google account on your PC (which is sometimes very convenient, and a great feature of the Google system), be careful to remove any unnecessary area prefixes.
View 2 Replies
View Related
Jul 13, 2010
I've just got my Desire (loving it already!) and have copied over my contacts from my SIM to Google. On both my SIM view, and when copied over, however, only 1 number is showing per contact when for some of my contacts I have 2 numbers (e.g. home and mobile). These showed up as SIM contacts on my old phone (Nokia) and have definitely not been left behind so they must be on the SIM somewhere. Anyone know how to access these on the Desire and copy them over?
View 1 Replies
View Related
Jun 2, 2010
Hi,
After saving my contacts to the SD card, resetting the phone, then importing them all back, the numbers are now in the form of 012-345-67891. Does anyone know how to remove the hyphens?
Thanks
View 3 Replies
View Related
May 7, 2013
I've checked my phone's sync settings, synced several times, logged in and out of Gmail online to see if anything has been updated. No such luck. Icon by phone numbers saved on phone is a cell phone, rather than the letter "G" which typically represents contacts pulled from Gmail online. I've had this issue - I believe - with my previous Samsung. Although I've seen this question brought up before, the answers are typically not device specific or have not been useful and clear to follow.
As a new user, I had difficulty negotiating this site and finding the best place to post this. There is not an LG Optimus L9 Forum so, if there is a location where this post might encourage more visibility.
View 1 Replies
View Related
Jun 20, 2010
I'm trying to buy Beautiful Widgets (it's listed in the Market as in Euro).I just entered my CC info (all correct and valid) but when I go to buy the app and check off to use that CC for the transaction, it says it's invalid?
View 3 Replies
View Related
Jul 6, 2010
How do you choose/cycle through your contact's different phone numbers while on the phone screen. I know when i had the Hero I would just use the scroll bar and roll it right/left to go through the contact's other numbers.
View 3 Replies
View Related
Nov 20, 2010
I want to know if there is latin firmware so I can change off nordic.
View 3 Replies
View Related
Feb 23, 2010
I have a ton of Facebook contacts that I synced into my contacts list. However, not all of them list their phone number on their facebook. When I try to add a number, it says "Facebook contact information is not editable on this device". How can I add a number to a contact synced through Facebook?
View 1 Replies
View Related
Jul 4, 2010
I have my Facebook contacts linked to my phone. But when a comment, post, or message is received by my phone it's listed as a number. These messeges are not listed under that contact but they are in the general list of messages received. When i try to save the post/message to my contact it creates a new phone number for that person. For example, when i get notified of a comment my Facebook contact puts up, it is listed as coming from 3266518 ...then 519 and so on instead of being tied to that person. When i try to save it to that person it saves it as an additional phone # for that person. I have notifications setup on Facebook and my contact linked to Facebook. Are these two different things?
View 2 Replies
View Related
May 24, 2010
I am new to Android and have been working on an app that needs to get all of the user's contact's phone numbers. Apparently the code I have does not work with the 2.1 SDK. So far here is the code I am using:
String[] projection = new String[] { Phone.NUMBER };
Cursor c = managedQuery( Phone.CONTENT_URI, projection, null, null, null );
int colIndex = -1;
try {
colIndex = c.getColumnIndexOrThrow( Phone.NUMBER );
} catch( Exception e ) {
print( e.getMessage() ); }
print( "Column Index = " + colIndex );
//count is equal to 3
for( int i = 0; i < count; i++ ){
try {
print( c.getString( 2 ) ); //the 2 used to be colIndex
} catch ( Exception e ) {
print( e.getMessage() );} }
It seems that no matter what I pass into c.getString() it keeps telling me that I passed in -1. But I even hardcoded the 2, and it says the same thing. Any help would be much appreciated.
View 2 Replies
View Related
Jun 24, 2010
I transferred my list of contacts to my Evo, but the primary numbers got screwed up in the transfer. How do I change the primary number in a contact from, like their home number to their cell number?
View 2 Replies
View Related
Apr 12, 2014
Many of my contacts have multiple phone numbers. When I receive a text from someone is there any way to differentiate which one they are texting from? For example, I usually send texts to my wife from my mobile, but sometimes I will send them from my tablet through google voice, which has a different phone number. She added my Google Voice number to my contact so she will recognize it. Both numbers show up as a different thread and if she responds it will go to the correct device. The problem is that she will open up her text app and pick my thread out of the list, but there's no way to tell which device she is selecting, so she will send texts to my tablet instead of my phone and I won't get it. I told her to create a completely different contact for the Google Voice number so she will know the difference. This works, but she doesn't want two separate contacts for me. It is kind of annoying that the contacts allows you to enter multiple numbers for the same person but doesn't differentiate which one is being used. Is there any way to get the text app to show which number the text is coming from on contacts with multiple numbers?
View 1 Replies
View Related
Jul 3, 2010
How to hook up any type of gamepads to my American htc hero?
I know there is a bluetooth emulator to make the wii remote work for it, but u have to root your phone, and install something and i really dont know what doing all that consists off?
View 1 Replies
View Related
May 15, 2010
Got 2.1 from download site. Installed, missing HTC widgets, did a Factory Reset and they all came back.
My problem now is, I can't delete certain numbers from contacts. For instance, my girl friend's number has "411" as her primary number (not sure how that happened). It wont let me delete it from her contacts card now :*(
View 1 Replies
View Related
Mar 31, 2010
Does someone know how to get a 'flat' map / list of the contacts and there phone numbers. I am currently using this to build a datastructure, so I can display it in a lIstView, which is not really fast. The code shows that I do two queries. Would it be possible to do this with one query so that I end up with a just one cursor. The structure ideally would be: contact name number number contact name number
This would then allow me with a custom listView Adapter to display the data and make the names non clickable.................
View 3 Replies
View Related
Apr 8, 2010
I am struggling on how to display all the contacts and all their phonenumbers in one ListView. Because the persons and their phonenumbers are in two seperate dbase tables I need to do two queries. First one, is to get the user _ID the second one is lookup the phones tabel and based on that _ID get the numbers. Using a Cursor and a ListActivity with a single query is not that difficult, but what to do in this case where I need to do sub queries. I tried building my own datasctructure, but that is to slow and to expensive to do every time. How do I go about this. The end result would look like this, where each number is separately click-able.
View 6 Replies
View Related
Aug 9, 2009
I just installed fatal1ty's hero rom version 1.4 last night on my rogers magic(a version modified for 32a) and I have a couple questions about the different apps. First of all, is there any way to make it show only contacts with phone numbers? Every time I send a message with gmail, that email is automatically added to my contacts but I don't really want to see it there when I'm looking for phone contacts. It makes my list very long. I know I can do this with apps like aContacts but I want to use the HTC contacts app if possible. Second, I was playing some music and then my lock screen wallpaper suddenly decided to change to the album art. I assumed that it was supposed to do this but then after I stopped playing the music it stayed. I then changed the lock screen wallpaper but it did no good. Finally, how do I add words to my dictionary. The keyboard seems identical to the one that I had as a stock rogers magic except the "add word" button has disappeared.
View 8 Replies
View Related
Jun 23, 2010
Ive not found any specific in depth instructions with my phone so here goes my question...I have managed to sync al my email gmail facebook and phone contacts to my handset, I want to put my contacts (mainly phone numbers) into groups so its easier to group SMS people etc, when i try to add contacts to a group it only seems to come up with my Gmail added Email addresses, i have gone into the relevant menu and selected display phone contacts only (or something similar) and re tried but still i am getting just my Gmail addresses as the only option to add to groups. Any help would be greatly appreciated and im sorry if its blurringly obvious!
View 1 Replies
View Related
May 18, 2010
Updated today to 2.1 and can't add any speed dial contacts for speed dial numbers 2 through 9, #1 of course is voice mail. Suggestions?
View 33 Replies
View Related
Jun 19, 2010
I'm currently a Blackberry 8330 user and will be upgrading to either the Droid X or Droid 2 later this Summer. It will be my first Android phone and I'm looking forward to it! I have one simple question about this transition. I already have a Google account and have all my contacts saved there. I read a post a while back on here that if you don't have your phone numbers formatted in a certain way in your contact list, it may cause issues when transferring them to a new Android phone (multiple entries, missing entries, etc.).
Maybe that wasn't a correct statement, but I wanted to ask the question anyway. Are Android phones picky about phone number formats? For example, should I save them online as xxx-xxx-xxxx or maybe 1-xxx-xxx-xxxx instead? Or should I not save them with any hyphens? I just want a seamless transition of my contacts from my Google account to the new phone without a bunch of re-typing or deleting, etc.
View 1 Replies
View Related
Jun 9, 2010
I recently upgraded to 2.1 and have some issues with my contact list. I have all my contacts still, but whether it be the facebook app or the 2.1 upgrade, I now have multiple copies of each contact. Within each contact it has the persons number as well as their "main" number which is the same thing just duplicate, and when I go to add a contact for a text or for calling someone, some contacts show up with all their numbers (home, business, etc) 4 or 5 times. Anyone else have this problem?
View 2 Replies
View Related
May 7, 2010
I try to send an app via appSharers and all my contacts are random numbers. But if go to People, everything is fine. Only in my apps are the contacts screwed up.
View 6 Replies
View Related
Mar 15, 2010
I have the Motorola Droid and my roommate just bought the HTC Droid Eris. He has 1000+ contacts in his Google Account and only wants to display ones with phone numbers. The MOTO Droid does this easily - Dialer > Contacts > Menu >Display Options > "Only display contacts with phone numbers" I'm baffled - the Droid Eris doesn't have this option? Is this an HTC Sense thing or an Android 1.5 thing? And, have any Droid Eris owners found this annoying and found a work around?
View 4 Replies
View Related
Aug 8, 2010
Is there any way to import contacts from face book only if they have their phone numbers in their account info? I don't want to have to sort through all of the contacts with no numbers.
View 3 Replies
View Related