HTC Desire :: Edit Button Does Not Appear In Contact Editing
Jul 29, 2010
when i try to edit my contacts.. in some contacts " edit " button does not aapear ... and also it appears two times ... once as it is in Facebook and other as it is stored in sim ..
View 2 Replies
Sep 23, 2010
I recently added two new contacts to my Desire. One has synced with my Gmail Contacts the other has not. I cannot see any difference between the contacts on my Desire. Can someone please tell what could cause one to sync and the other to not and how to edit the errant contact to get it to sync?
View 4 Replies
View Related
Apr 4, 2010
Just got the Desire... set the contact card up but want to edit it, anyone know how? Holding it down does no good (the contact card in the phonebook).
View 7 Replies
View Related
Jul 11, 2010
Probably an obvious way of doing this, but I can't for the life of me find a way to edit/delete my contact card on the phone. Neither clicking or long pressing on it yields an edit button. Is it buried in a menu somewhere?
View 8 Replies
View Related
Jul 20, 2010
I have several contacts to whom I would like to add additional phone numbers. When creating a contact, I am allowed to add them. However, when trying to add them to an existing contact there doesn't seem to be an option that allows me to do that.
View 2 Replies
View Related
Oct 8, 2010
I have quite a few duplicate contacts in my contact list. Is there a way to edit them directly on the PC instead of through the contact list menu on the phone. Also, without exporting & importing the list as it may create additional duplicates.
View 1 Replies
View Related
Nov 14, 2010
So i got kaosfroyo running on my phone. However, there are some linked contacts (via facebook) that i cannot edit. My phone says "facebook contact information is not editable on this device". Is there any way i could activate this.
View 4 Replies
View Related
Sep 6, 2010
how to set a TextView's default text to whatever I edit in the EditText..In Lamence terms..
Default Text <---Label
[Default Text] <---Text Box
[Change] <---Button
If I change the information in the Text Box, it will change the Label on the Change Button click..Now, it will change the text to 'false'..Here's my Main.java:
Code:
package com.testapp.android;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
[code]...
View 1 Replies
View Related
Nov 1, 2013
I was tinkering around before activating the phone. Aparently I have a 'me' in my contacts I guess is shown to other android users in addition to what they have my # saved as. I aparently entered jumbled letters for this and can't delete or edit it. I also have a few other contacts I made while tinkering that don't have phone numbers. There seems to be no way to delete or edit the 'me' or the contacts with no #s or even the contacts with #s. Except for adding a photo.
I tried everything I could think of, pressing and holding down the names and everything and sliding, etc etc in the 'people' app and when pressing the phone icon which bring up different screens. The names in my 'people' that don't have a # saved don't show up when I click the phone icon to dial, but that's besides the point.
View 24 Replies
View Related
Sep 20, 2010
In the calendar, I can no longer edit events. I even added a test event and after saving, I can't edit the details of it. The edit button isn't under menu anymore.
View 8 Replies
View Related
Jun 4, 2009
I need to build a AlertDialog with a short text ("A") and an OK Button. But if I use AlertDialog.Builder, the "ok" text button is not shown with a short text message. I tried to recover the Button object and set the layout to wrap_content. But when I try to use getButton function, it returns me null.
What Do I need to recover the button correctly and set the width as wrap_content? Code...
View 3 Replies
View Related
Jul 18, 2010
I have an Edit Text that is defined as follows.
CODE:.......
I want to set a custom command so that when somebody clicks on the Done/Go button on the onscreen keyboard a button is clicked or just run the methods that are run by the button. I think this has something to do with ime options but I havent been able to figure out how they work.
View 2 Replies
View Related
Jul 16, 2009
My operation procedure is as below: 1. Execute Cupcake emulator with WVGA-P skin. 2. Activate Contacts application, and select "Contact" tab. 3. Press "Menu" key and select "New contact" option item. 4. Discover that the middle of current layout isn't represented.
View 2 Replies
View Related
Sep 2, 2012
Is it possible to change the app list that pops up when you tap the "Share" button? The list is getting longer, and it's quite bothering, since I only share to a couple of apps!
View 1 Replies
View Related
Feb 11, 2010
I have them filtered on the Handset so that only those marked as Friends or Family under Gmail contacts are shown. I can't help this as otherwise I'd have well over 1000 contacts to scroll through on my phone.
My issue is that should I add a contact on my phone it doesn't appear. This is obviously because when it's created it has no group membership. It still resolves against SMS etc but is not displayed in the Contacts list. I can (when near a computer) quickly jump onto gmail, manage contacts and put the person into the right group but ideally I'd like to be able to do this on the handset.
Is there any way at all of editing Google Contact Group membership on the handset? I certainly can't find the option if it exists. Alternatively is it possible to change it so when the contact is create on the handset that it automatically saves as a 'Friend'.
View 1 Replies
View Related
Jul 28, 2010
I own a Droid, and consider myself fairly savvy in the Android world, however my wife recently got the Ally and is having a problem editing her contacts. So when she initiqally booted up the phone it walked her through logging into google and facebook, etc, and it imported all those contacts into the phone, however, she wants to add in their phone numbers now, but its not letting her. We click on the menu button, click eedit contact, but then there is no way to edit or add phone numbers.
View 5 Replies
View Related
Nov 28, 2009
Alright, a couple very minor issues I'm having that I can't get figured out. One, how do you edit someone's contact information who is synced with Facebook? It says that I cannot do this (seems odd that the phone would be set up this way) to a facebook synced contact. The second is, how do I manually sync my contacts to add new FB friends to my Droid contact list? Third (I know I said I had two), how do you create a separate Family/Frienda/Coworkers list within the contacts program?
View 9 Replies
View Related
Apr 23, 2010
I am a rookie to android. I am thinking of implementing a simple calculator in android to get a hold of the basics in android. I want to display a keypad with numbers and mathematical operations and when the user presses the keys the corresponding number is displayed in edit text. I tried using get text() and updating the contents of edit text but it shows just the contents of pressed button. Also how do I read the contents of button so as to do mathematical operations in code?
View 2 Replies
View Related
Oct 11, 2010
How do you edit the contact list in your phone book after you import the contacts?
View 5 Replies
View Related
May 7, 2010
I had some fairly simple code in my app to invoke Edit Contact activity on a known good contact index that worked in Android 1.6 but is broken for me now in Android 2.1 on the Droid. I built a sample activity/app 'EdCon' to show this:
package com.jbh;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
When I run this on my G1 running 1.6 it works as expected i.e. brings up the Edit Contact screen for the known index and then I can hit BACK to return to "Hello World, EdCon". Code...
View 3 Replies
View Related
Sep 1, 2010
In My code I have an alter window in which I take a mac address as input. For this I have created 6 Edit texts to accept mac address. Now my problem is When I am in first edit text and click on "next" button in soft keyboard it does not take the focus to the next available edittext. I have set the next focus down id for Each of the Edit text to be its next Edit text. But still its not working.
I am posting the code here.
CODE:..............
Activity File.
CODE:.............
View 2 Replies
View Related
Jun 18, 2010
Can't seem to edit any entries in the HTC Calendar on my Desire.
View 1 Replies
View Related
May 10, 2010
I somehow made my ICE contact as my contact card and now I can't find a way to edit "my contact card".
View 5 Replies
View Related
May 4, 2010
There doesn't seem to be an option in the gallery and I can't find an app so how do I do it?
View 12 Replies
View Related
Jan 31, 2010
I got my droid eris recently and I am loving this thing but yesterday I sat down to slowly enter all my contacts into the eris and I noticed something. There is no contact list, am I wrong? Because I have spent about 30 minutes trying to figure out where the contacts are on this thing and its just not there. By contacts I don't mean something complicated, I mean literally a button on or in the phone that will take me to a window which will allow me to enter a name and a number, and then will show me in alphabetical order, simple as that. I cant find it.
View 1 Replies
View Related
Jun 5, 2010
I do not have the option for "User Dictionary" when I press the settings key (button that looks like a gear at the bottom left of keyboard). I think its because of my location. I'm from Singapore and the keyboard that comes with it is a "CN Thai Keyboard". The settings button has a "abc" or "<chinese character>" below the "gear" symbol that toggles between chinese or english input when pressed. If held, some chinese input entry method options appear. No sight of an option to edit my user dictionary.
I want to edit the dictionary to remove wrongly spelled words I accidentally entered. I know the majority of you guys have another keyboard that came with your phone, and prob don't have this problem, but just wondering if someone from this forum might know..
View 3 Replies
View Related
Jul 7, 2010
I have a blog on blogspot.com; what app can I use to create and edit posts from my HTC Desire? Text formatting functions would be nice, would that be expecting too much?
View 1 Replies
View Related
Sep 17, 2010
I can't edit my Facebook status in either the default browser or dolphin hd. I can click on the box, get the green selection graphic, but no cursor or keyboard to actually put anything in. Very frustrating as I can't add a link properly in the Facebook app, and I can't comment on one as I post it in a browser.
View 8 Replies
View Related
Jul 23, 2010
I feel dumb, but I can't work out how to edit the previous search entries to use them for new searches. Do I really have to type the same stuff over again just to add or remove a space, etc?
View 3 Replies
View Related
Aug 7, 2010
When creating a text message by voice, the entire message is green, and I can find no way to edit it - which is a shame. Are they editable?
View 3 Replies
View Related