CLIQ XT: Adding contact

Is it possible to add a number of my recent calls list in my contact list? How?

-

Keep the number until the menu opens, then decide what you want to do.

Tags: Motorola Phones

Similar Questions

  • Adding contacts on the phone

    Hello world

    in my application I want to save the contacts to the phone, this part works perfectly.

    My problem is when I add contacts to the phone, for example research in the forum I found this link: http://supportforums.blackberry.com/t5/Java-Development/Problem-adding-contact-to-phone/m-p/341728/h...

    There, I found this code:

    try
    {
          ContactList contacts = null;
          try {
             contacts = (ContactList) PIM.getInstance().openPIMList(PIM.CONTACT_LIST, PIM.READ_WRITE);
          } catch (PIMException e) {
             // An error occurred
             return;
          }
          Contact contact = contacts.createContact();
    
         String[] name = new String[ contacts.stringArraySize( Contact.NAME ) ];
         name[Contact.NAME_GIVEN] = "Kate";
         name[Contact.NAME_FAMILY] = "Turner";
         contact.addStringArray(Contact.NAME, Contact.ATTR_NONE, name);
    
         AddressBookArguments entry = new AddressBookArguments(AddressBookArguments.ARG_COMPOSE to AddressBookArguments.ARG_NEW, contact);
    
         Invoke.invokeApplication(Invoke.APP_TYPE_ADDRESSBOOK, entry);
    
    }
    catch (Exception e)
    {
        System.out.println("erreur ms avt ps disp addContactToRep " + e.getMessage());
        e.printStackTrace();
    }
    

    with this code, I can add a contact... but one by one and the user to save this contact.

    How can I add all the contacts I need automatically?

    PS: Sorry for my English.

    I found the answer here:

    http://supportforums.BlackBerry.com/T5/Java-development/saving-a-contact-in-adress-book/m-p/147727#M...

  • Search for blackBerry Smartphones recently added contacts.

    Hello everyone.

    I am a new Member of this community and I hope that someone here will help me solve my problem.

    I have Backberry Pearl and I 2520 saved in contacts. But about 10 months before, I had added 2 very important contacts in it but now I forgot the name and the number of contacts that I saved.

    So, is there is any solution find recently added contacts or there any third-party application because I still have to deal with these types of problems.

    Help, please!

    Hello Sakcha!

    Welcome to the Blackberry Support Forums.

    There is no solution for this in Blackberry.

    But it's possible only i9f you install Zebrost directory that is. ZPB software in your Blackberry from www.zebrost.com or directly from your Blackberry.

    After installing zpb, you must follow these steps to find recently added of zpb - contacts

    1. go to the zpb of your blackberry contact list.

    2 assume that you want to search the contacts that you added in the last 10 days, and then type a #10, for added contacts in the last 15 days type a #15 and so on in your contacts list.

    It is very useful and amazing software. For the detailed information visit software - www.zebrost.com

  • Windows fax and scan without adding contact

    I use Windows Fax and Scan to send a quick fax to someone.  In the dialog box "New Fax", you can enter a name of my address book Outlook or to a phone number.  I would like to enter a name and a number for someone who is not in the address book without having to create a contact for them in the address book.

    The cover page editor allows me to insert the two {name} and {recipient Fax #}, so I expect to be able to enter this information when I send the fax.

    Thank you.

    JerryK

    You do so by using a one-off Fax address as indicated in this article:

    The names that you insert in the cover page editor cover fields in your address book to be filled in by the address book when you select a default contact.
    HAL
    --
    HAL Hostetler, TCE
    Engineer senior/UPDATED--MS MVP-Print/Imaging - WA7BGX
    www.kvoa.com--KVOA TV, Tucson, AZ.
    Concert at the Hot Licks - www.badnewsbluesband.com
  • Adding contacts in Windows Mail

    I am the administrator on my PC.  Have no harm to add to my contacts in Windows Mail.  Secondary accounts on PC cannot add contacts to their contact book.  They get the message "an unknown error has occurred during the execution of the action requested on this Contact".  Any idea?

    Hi Mark Go cards,

    Are a. you not able to add contacts at all?

    B. from when what happens?

    C. an error with the message code?

    D. recent changes made on your computer?

    Try this step.

    1. open Windows Contacts
    2. right-click anywhere in the right pane.
    3. Select "Properties" at the bottom of the list
    4. click on the tab 'Customize' on the 'Properties' page that opens.
    5. change the 'Type', 'Contacts' folder
    6 try to add a contact and check if the problem persists.

    Manage your contacts
    http://Windows.Microsoft.com/en-us/Windows-Vista/managing-your-contacts

    Previous post: the result.

    Bindu S - Microsoft Support

    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] Marking a post as answer, or relatively useful, you help others find the answer faster

  • Adding contact to the phone problem

    Hi all

    I'm trying to add a contact to the list of contacts from the phone, able to copy the following code:

    try
    {
          ContactList contacts = null;
          try {
             contacts = (ContactList) PIM.getInstance().openPIMList(PIM.CONTACT_LIST, PIM.READ_WRITE);
          } catch (PIMException e) {
             // An error occurred
             return;
          }
          Contact contact = contacts.createContact();
    
         String[] name = new String[ contacts.stringArraySize( Contact.NAME ) ];
         name[Contact.NAME_GIVEN] = "Kate";
         name[Contact.NAME_FAMILY] = "Turner";
         contact.addStringArray(Contact.NAME, Contact.ATTR_NONE, name);
    
         AddressBookArguments entry = new AddressBookArguments(AddressBookArguments.ARG_COMPOSE, contact);
    
         Invoke.invokeApplication(Invoke.APP_TYPE_ADDRESSBOOK, entry);
    
    }
    catch (Exception e)
    {
        System.out.println("erreur ms avt ps disp addContactToRep " + e.getMessage());
        e.printStackTrace();
    }
    

    but I get an exception while debugging, on the line "entry AddressBookArguments = new AddressBookArguments (AddressBookArguments.ARG_COMPOSE, contact);

    The error is: invalid argument

    I am using the code introduced by the api, but it seems that what I wrote is false...

    Could you please help me?

    Thank you.

    Hello

    You can try to climb the PIm.getInstance () to BlackBerryContactList instead of the contact list.

    You may need to change the AddressBookArguments.ARG_COMPOSE of AddressBookArguments. ARG_NEW.

    Hope that will help you.

  • problem adding contacts

    Hi all

    I am trying to add a contact to the contacts list blackberry dynamically, this is the

    code snippet and I get an illegal argument exception, y at - it something that miss me in

    the code below, please help me get rid of this problem...

    public void savingcontact()
        {
            String companyString = detailFields[0].toString();
            String firstString = detailFields[1].toString();
            String lastString = detailFields[2].toString();
            String emailString = detailFields[3].toString();
            String phoneString = detailFields[4].toString();
            Dialog.alert(firstString+"\n"+lastString+"\n"+emailString+"\n"+companyString+"\n"+phoneString);
    
            BlackBerryContactList contactList;
            BlackBerryContact new_contact;
            try
            {
                contactList = (BlackBerryContactList)PIM.getInstance().openPIMList(PIM.CONTACT_LIST, PIM.READ_WRITE);
                new_contact = (BlackBerryContact) contactList.createContact();
                if (contactList.isSupportedField(Contact.ORG))
                //new_contact.addString(Contact.ORG, PIMItem.ATTR_NONE,"Acme, Inc.");
                    new_contact.addString(Contact.ORG, PIMItem.ATTR_NONE,companyString);
                if(contactList.isSupportedField(Contact.NAME))
                    new_contact.addString(Contact.NAME, PIMItem.ATTR_NONE, firstString);
                if(contactList.isSupportedField(Contact.NAME_FAMILY))
                    new_contact.addString(Contact.NAME_FAMILY, PIMItem.ATTR_NONE, lastString);
                if (contactList.isSupportedField(Contact.TEL))
                    new_contact.addString(Contact.TEL, PIMItem.ATTR_NONE, phoneString);
                if (contactList.isSupportedField(Contact.EMAIL))
                    new_contact.addString(Contact.EMAIL,PIMItem.ATTR_NONE, emailString);
                try
                {
                    // commits it to the list and the native database
                    new_contact.commit();
                }
                catch (Exception e)
                {
                    // failed committing the contact
                    System.err.println("This application cannot add the contact info");
                }
                contactList.close();
            }
            catch (Exception e)
            {
            // failed to close the list
                Dialog.alert(e.toString());
            }
    }
    

    Thanks in advance

    You set the field name to evil.

    Here's an example shot the javadocs.

    if (contacts.isSupportedField(Contact.FORMATTED_NAME)
           contact.addString(Contact.FORMATTED_NAME, PIMItem.ATTR_NONE, "Mr. John Q. Public, Esq.");
      if (contacts.isSupportedArrayElement(Contact.NAME, Contact.NAME_FAMILY))
           name[Contact.NAME_FAMILY] = "Public";
      if (contacts.isSupportedArrayElement(Contact.NAME, Contact.NAME_GIVEN))
           name[Contact.NAME_GIVEN] = "John";
      contact.addStringArray(Contact.NAME, PIMItem.ATTR_NONE, name);
    
  • BlackBerry Smartphones problem adding Contacts to my BB8530

    I don't know when it started, I guess shortly after a problem of low humidity, but I was not able to add contacts to my blackberry for almost maybe 3-4 months now. Whenever I click on new contact, my phone blocked n I have to restart. Any ideas on how to solve this problem I don't want to do a complete reset if I have.

    fuumarhys wrote:

    I don't know when it started, I guess shortly after a problem of low humidity, but I was not able to add contacts to my blackberry for almost maybe 3-4 months now. Whenever I click on new contact, my phone blocked n I have to restart. Any ideas on how to solve this problem I don't want to do a complete reset if I have.

    Hi fuumarhys,

    Remove Live Messenger and Yahoo Messenger.

    Thank you.

  • Problem adding contacts to the directory blackBerry Smartphones

    Hello!

    I have a two year old curve 8520. Suddenly, I am facing a problem. I'm not able to add a new contact or edit existing contact. I rebooted my phone number of times but the problem persists. How can I solve this?

    Why not try to remove "YM", delete it.

    Not sure, is that Yahoo Messenger or YouMail?

    Remove it from your applications.

    Reset.

    Retest the addressbook.

  • Windows 8 Mail app - adding contact

    Hello

    Sometimes, when I get an email, I want to add the sender to my list of contacts/people.  Is this possible with the application of windows messaging 8?  In outlook, you can right click on the sender and add to contacts... it doesn't seem to be something similar in the messaging application.
    thnx.

    Windows 8.1 with update 4/2014...

    Click on the sender

    Get a dialog box with the add to Contacts"" button.

    OK now seems to me.

  • Adding contacts to the people app

    How can I add contacts from my Yahoo account in the application of people, when Yahoo is not listed as a choice?

    Hello

    You will not be able to add yahoo account or his contact in the people app, given that this option is not available in the people app.

    I hope that answers your question. If you have other problems with Windows, please post in the Microsoft Community. We would be happy to help you.

  • Adding contacts unsubscribed by mistake

    Hey all,.

    It seems that we have a situation where a large number of contacts was unsubscribed accidentally... any ideas on how to easily add them back in...

    Thank you

    OK cool - so I recommend you build a simple program (sign - resubscribe stage - the output stage) and just download the program and let it run.  For resubscribing step looks like:

  • Adding contact by phone to a Skype conference call

    If I started a Skype conference call, how can I add another person by phone? "Add people to a conversation" seems only add people on Skype. I want to add people to the phone and if I dial their number on everyone's hand.

    I have Skype on a Mac 5.3.59.1093.

    Thank you

    I think I found the answer myself. Click Add people, type the number of the phone (instead of name) and press return. And voila'. Hitting back is the trickiest part. Hit the space bar wouldn't.

    It is not clear; It should be in the help!

  • iPad2 is auto added to my contacts list

    iPad 2

    iOS 9.3.5

    My iPad has/is adding contacts to my contact list. If the person is already in my list, the list will change to everything which (I) the person has as their contact name. If the email had remained under adverse or Spam, it gets listed below under the heading of #.

    As you can see, I do not use the family name to keep my list as 1st of the name. The lower part shows the unknown lists. I assume these are emails spam since I deleted 2 today.

    I studied the options in the settings for that matter and found nothing. I am having trouble with iCloud for something totally different, but all have save / update / everything that's out there. [FYI, my problem w / iCloud is my deletion of a record fm it & not read the warning that the file would get dumped fm my machine.] [I'm trying to maybe hopefully retrieve].

    Suggestions? Please?

    You use the iOS Mail application?

  • I just sign up but after adding 6 contacts I can't add other contacts. What should I do?

    I just sign up but after adding 6 contacts I can't add other contacts. What should I do?

    original title: adding contacts

    Hi Mariz,

    What mail client do you use?

    If you use Windows Live/Hotmail as your e-mail service provider, then you can publish your application in the Windows Live Forum for assistance or you can get in touch with the e-mail provider for the same thing.

    Windows Live Support

Maybe you are looking for