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.

Tags: BlackBerry Smartphones

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...

  • I can not sincronize my Blackberry Desktop Manager with Windows Live. I get the message "unknown error reported" How turn off the connected BlackBerry smartphone advanced power management features

    I'm on resolution 5, I used four different resolutions and none of them work, and I do not understand how to apply the meanless 5. Resolution 5

    Turn off the connected BlackBerry smartphone advanced power management features. For more information about how to disable the USB selective suspend feature in Windows, visitMicrosoft Help and Support site and search for "disable usb selective suspend."

    See if http://support.microsoft.com/kb/902274 help
    --
    ..
    --
    "andresgn" wrote in message news: 9754 c 356-97ed-4b9f-8dc5-c3318a6dc60b...
    > I'm on resolution 5, I used four different and no resolutions are
    > work them, and I do not understand how to apply the meanless 5.
    > Resolution 5
    > Turn off the connected BlackBerry advanced power management features
    > smartphone. For more information about how to disable the selective USB
    > suspend functionality in Windows, see the Microsoft Help and Support site
    > and look for "disable usb selective suspend."
    >
     
     
  • Help blackBerry 10! My contacts from the directory are missing

    I upgraded my software to 10.2.1.2102 bb10 and I just noticed her 4 days now and all the contacts in the phone book disappeared. How can I get it please. I've never used the blackberry for the backup link. But I backed up my 9800 lost data. I see that on blackberry protect Web site.
    How can I restore/fix this problem. Am frustrated

    OK, if you press Contacts > all.

    Pull down on the screen to display the total contacts above, what is the number?

    If you open Protect on your Z10, you'll see it will allow you to perform a restore of the Z10 Protect time.

  • BlackBerry smartphones "Blackberry App World is had problems to connect to the server Blackberry App World. "Check your network connections, and then try again.

    Whenever I try to access an application, appworld is a site of the company that send me to appworld I get this error.
    "Blackberry App World is had problems connecting to the server Blackberry App World. "Check your network connections, and then try again.

    I have loaded the bb appworld re have the latest version for my new bb bold 9900, but still the error and then lock up. Power off, and get a message that I had an unknown error.

    People have had this problem since 2010. I never had this problem with my flashlight or my 9000 "BOLD".
    Anyone know what is happening? I also have the latest OS on my 9900.

    Found a solution! Laughing out loud! How delayed. I changed my email in bb code. For example, after changing from one gmail to another account, I changed it back and baaammmm! Problem solved, but do not know why it should be a problem in the first place right?

    Good luck to you guys who do not have the possibility of returning to another email.

  • Global problem of the App blackBerry Smartphones

    Whenever I try to use my world app on my phone that he told me to update a blackberry ID is required, but when I click Yes or no it just rises, if please wait and does nothing and I have to remove my battery to unlock the screen.  Can anyone help.

    Hi bubba81

    Welcome to the community

    Please follow the Knowledge Base for your problem:

    KB29300 : "an identity of BlackBerry update is required" message appears when lunching App World.

    Please try it and let us know.

    Prince

    Click 'Like' If you want to thank someone.

    If problem resolves mark message (s) as a 'Solution', so that others can use.

  • Contacts of numbering with number as the name blackBerry Smartphones

    OK, first post and here's what I got.

    I have contacts to many places retail with a number of store.

    example: (in coordinates) name: 1234, last name: Mountainview store.

    so I go and click on the Send button to pull up the phone and dial "1234" and it is says "no contacts" and waiting for me finish typing in this 'new' number and hit send.

    but, if I have everything start from the home screen and press the Send button to pull up the phone and then press the menu button, then click on "call for contacts" then I can compose "1234" and he pulls up the contact for the Mountianview store, so I press the button send and he composed this contact.

    so I need to know if there is a better way to enter the store info in contacts or whatever it is I do, I can type the store number into the phone to have it go back the contact without going to ' menu > call each time from the contacts that I give the floor. I don't want to use the name of the city (call me lazy, it's ok.)

    The problem is that the device assumes that if you enter the numbers in the phone app you want to dial a number to hone.

    I think that the only work around for just go first the address book and then search for the store number and dial from there

    If you Dial on disabled home screen, you can simply type the a button to go to the address book then down using your store number since there with.  You are still using the contacts function call but skip the first step of phone application.

  • 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.

  • Contacts of duplicate of blackBerry Smartphones after the upgrade to BB OS 6.0

    I now for all my contacts duplicate entries on my BB Bold after my upgrade to the new surge of software for my phone. I don't have duplicates in my Outlook contacts after the initial synchronization after the upgrade of the BB OS. When I remove one of the entries on my BB and synchronize with Outlook on my PC, the corresponding Outlook contact is completely removed. I have tried to delete the first contact of the pair on the BB, then sync and tried to remove the second of the pair on my BB contacts, then sync. The results are the same. The contact in Outlook on the PC has disappeared as a result of the subsequent synchronization.

    First make a backup of your phone (I guess that the duplicate contacts is better than no information at all in your phone).

    Then, using Desktop Manager, clear the database of Contacts in your phone. Then, perform a one-way sync from Outlook to your phone.

    See if that does not straighten him right up. If something goes wrong, you can restore the contacts of the backup that you created, and you are to where you started before you try my advice.

  • 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);
    
  • Slider on the torch blackBerry Smartphones

    I have software problems when I use the slider on the torch to access blackberry features, it's just a white screen.  How someone at - he encountered this problem before, if so how do solve you the problem

    Have you contacted O2 to see what they say about it?  If it is hardware related, the device has a warranty that needs to be addressed.

  • Updates the device blackBerry Smartphones application

    Recently, when I am connected to BB Desktop Manager, updates available. I agree with all of the updates and he did it successfully. However, whenever I now connect to Desktop Manager, I receive the same message saying that the same updates are available. If I agree to them, he then tells me no updates are available. How can I get rid of this message.

    Hello

    In this case, we can try to reload the software on the BlackBerry smartphone to make sure she is running the most recent version and there is no problems with the operating system on the device.

    To do this, we would need to back up the BlackBerry Smartphone. Please open the BlackBerry Desktop Manager and plug in your device. Click the backup and restore options, and then select Save. Note the location where the backup is saved will allow us to access later to restore the BlackBerry smart phone.

    Once you have saved your BlackBerry smart phone, please follow the link below to complete a clean reload of the Smartphone BlackBerry software.

    Link: http://www.blackberry.com/btsc/KB11320

    Thank you

  • Issue with reading the emails blackBerry Smartphones

    We have a customer who has problems receiving e-mails on his blackberry since our serves as a list; It seems to be adding "= 20" randomly in all of the e-mail. Can someone help me with what could be the cause, and what we might be able to do to solve this problem?

    Any help would greatly be apprecaited, thanks.

    OK, this device is OS high enough to email HTML is automatically activated.

    Ask your user name if they have your future service to them as text only or HTML emails.

    And search for above my other questions.

  • Problems with my BB Curve 9320 blackBerry Smartphones

    Hello guys. I recently bought the blackberry curve 9320. Everything was going well until I downloaded whatsapp application. Previously, I was able to use the Blackberry Messenger with no problems. After you have installed the Blackberry Messenger icon disappered Whatsapp.

    I went to App World to re - install only to be told that the BB Messenger was already installed.

    The 9320 Blackberry has a button on the left side of the phone that allows you to go directly to the e-mail. Even this does not.

    I would really appreciate if someone can help me with this problem.

    Yes, you have not.

    Don't forget, in this list, it would be BlackBerry Messenger, BBMessenger.

    So, using your BlackBerry browser, go to www.blackberry.com/bbm and download it again.

    Restart first, as I said.

  • Downloaded the upgrade blackBerry smartphones

    Decided to download the upgrade on my Bold 9930 and now the phone is dead.

    Subscribed battery, red for restart light lights up for a few moments then NOTHING.

    Any ideas? or is it a way to increase sales on a new phone.

    Hello and welcome to the community!

    You may need to use these tips:

    Good luck and let us know!

Maybe you are looking for

  • Firefox from last week will not regenerate Yahoo

    On my desktop (laptop is OK), my home page is the Yahoo portal, when I start FF, loads of Yahoo and displays correctly, if I try to any link, I get streaming text only scroll towards the bottom of the page, if I click on a link, close FF and starts a

  • HP Envy 6 noise deaf

    I have a HP Envy 6 - 1006sa Sleekbook that makes a horrible thud in the back left corner. I tested and sent by PC World as thought it might be the hard drive? Their tests said that it isn't, and they just gave me a new keyboard (useless). I did my ow

  • Installer broken for Laserjet M276nw

    The complete Software Solution and the driver (140,34 MB) does not fully detect the printer on the network. Computers are Lenovo M73s and the operating system is Windows 7 Pro 64 bit. Anti-virus and firewall are both disabled, I ping the printer and

  • BlackBerry smartphones, listen to the music of earpiece/Headset Bluetooth

    I need a bluetooth headset that can also stream music from my Curve 8900. Any suggestions please?

  • Cisco 2821 doesn´t accept virtual-ppp1

    Hello I have a cisco router with IOS c2800nm-ipvoice_ivs - mz.124 - 24.T3.bin 2821. The question is that I m trying to configure an L2TP tunnel but the router Don t accept that I have configure the virtual-PPP1 interface: « (config) #interface?Async