E71 Contact List - Name and Number view

hi everyone,
i am using the nokia E71 and have a question regarding the contact list. i have imported about 200 contacts to the Phone Memory (not the sim card).
Now when i open the contact list, it displays all these contacts in the First Name Last Name format. And I have to actually enter the individual contact to be able to see what their default telephone number is.
Is there any way to change the view in the contact list so it displays the Name and Number, without the need to go into the actual contact.... Or at least a keyboard shortcut like in older nokia's (the # key used to do it).
Please ask me if I wasn't clear enough. Thanks.

any idea's anyone?

Similar Messages

  • Adding caller with name and number from call list to the contact list only inserts the number and not the name

    I recently bought a BlackBerry Z10 and moved my cell service to Rogers to take advantage of the name display service offered by Rogers (Fido also offers this service).
    Due to the number of calls that I receive from first time clients, I wanted the name display service to help me know who was calling. Evidently it is impossible to add clients to my contact list before they call me so I'm constantly seeing numbers that have no name to help me decide if I want to answer the call.
    When I try to add a caller from my call list to my contact list, only the number gets inserted in the new contact. The name needs to be entered manually.
    I understand and realize that not all call display formats are the same and that it's virtually impossible to parse the first and last names from the name portion of the caller id.
    However, I would like to see BlackBerry add the functionality to insert the name portion of the call entry from the caller list to a "Nickname" entry in the contact list just like it adds the number to a "Home", "Mobile", or "Work" entry in the contact list.
    If a user doesn't have a name display service, there would be no change to how their contacts are added because there is no name variable to copy over.
    Can someone from BlackBerry please let me know if this feature can be added to BB10 and when it can be added? For me it's an obvious feature that should just work.
    I am really enjoying my Z10 but I'm feeling let down that something so logical and helpful is not supported out of the box.
    Regards,
    Marc

    Hey ViciousFerret,
    It appears that you are not aware of the fact that both Rogers and Fido offer name AND number display service (although the name display feature is an add-on service) and have been offering it for many years (since 2006). Here is a link to the name display service description of each provider...
    http://www.fido.ca/web/content/manageyourcalls/calldisplay&lang=en
    http://www.rogers.com/business/on/en/smallbusiness/products/wireless/addons/valuepacks/
    As you can see from the link below, Rogers and Fido have been offering this service since 2006.
    http://www.businesswire.com/news/home/20060914005951/en/Teams-HP-Rogers-Wireless-Fido-Succeed-North
    My BlackBerry Z10 shows both the name and number when someone calls (and the caller is not in my contact list).
    All I would like is for the Z10 (and Q10) to support the addition of the name and number from the caller list to my contact list without me having to type the name. As I mentioned in my original post, to avoid the OS having to parse the first name and last name from the name portion of the caller list entry the name could simply be added to the contact list as a "Nickname". If your provider only has number display, nothing would have to be copied from the name variable in the caller list to the contact list.
    I find it difficult to believe that BlackBerry would not be aware of this name display service since it's been around since 2006 with both Rogers and Fido.
    I hope I have clarified the reasons why I would like to have this feature added to BB10 and how it's surprising that this simple feature is not already a part of the BB10 OS.
    Either way, I don't think this is a difficult feature for the BlackBerry team to add. They're just copying a 2nd variable from the caller list to the contact list.
    I'm surprised that Rogers hasn't asked BlackBerry to add this feature to their phones. I think it would be a popular feature for those who receive a high number of calls from first time callers.
    How can I get this feature request to BlackBerry for their consideration?
    Cheers,
    Marc

  • How long is a recent list stores in an iPhone in messages? I deleted a contact almost a year ago and it still comes up as a name and number?

    How long is a recent list stores in an iPhone in messages? I deleted a contact almost a year ago and it still comes up as a name and number and when you click on the I button, it says "delete from recent list"
    Hardly a recent number

    Yeah that info will certainly carry over form the backup, but once you delete it from recents, it shouldn't show up anymore.

  • How do you get a list of your contacts nick names and their phone numbers on line and print them out?

    How do you get a list of your contacts nick names and their phone numbers on line and print them out?  I've been trying to figure out how to get the list to print out but I can't even find a complete list to view on Verizon's web site.  Does anyone know how to do this?

    Log into your online account. In the, 'I want to', box type, Manage Contacts.
    Place your cursor over any contact, a pop screen will appear with the option to print your contacts

  • Since update to 5.0.1 iphone contacts caller id shows email address rather than contact name and number

    Since i upgraded to 5.0.1 . My iphone contacts caller id shows email address not contact name and number. Is this a settings issue?

    Hi, it's maybe happening the same here!
    I have an iphone 3gs. Since I did the upgrade to ios5, when I receive an sms with the notification of a missed call I am no longer able to see if it's coming from a number of my contact list, because in the sms the message correspondence for that contact underlines now the number PLUS the first 2 cifres of the date! So the number results always being 2 numbers longer and it's impossible get to the original.
    That's really a major problem for me, as I'm no longer able to know who has called me, if someone I know (and who) or if a new number.
    I add a capture to explain it better (I have banned a couple of cifres for privacy reasons).
    Anyone solved the problem or can help please?
    Thank you!

  • Reverse geotagging in lightroom 5 with street name and number

    i would also like to have the street name and number on the metadata field in lightroom 5. how can i get that?
    thanks

    If you have an iphone, there is an app called GeoTrack that I think will work.
    You turn it on while you are shooting and then import and sync the geo track to the LR files (timing must be synced first).
    Worth checking it out, at least
    Good luck
    Tom

  • Caller name and number not displaying on my iphone 4s

    Caller name and number not appearing on my iphone 4s..

    Hello mukundaniyengar,
    We've an article that provides a few additional troubleshooting steps that may help get your iPhone's speaker working again.
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/TS5180
    Cheers,
    Allen

  • Query to combine document series name and number

    Hi all,
    Example of Sales Quotation document numbering as following:
    Document series name: SQ10
    Document number: 1001
    Can I have a query to combine the series name and number as one field, e.g. SQ101001?
    This is for the purpose of if there is revision in a sales quotation, new quotation will be raise and UDF need to display previous sales quotation no.
    Thanks in advance!
    Phoebe

    Hi,
    Thanks for your help.
    Got the query as following:
    select T1.SeriesName + cast(T0.docnum as CHAR(15)) AS 'SQ No.', T1.[SeriesName],T0.[DocNum], T1.BeginStr AS 'Prefix', T0.[CardCode], T0.[CardName]
    from OQUT T0, NNM1 T1
    where T1.ObjectCode = 23 and T1.Series = T0.Series

  • How do I combine my iphone contact list with my laptop pc contact list?  And how does it handle duplicates with different information?

    How do I combine my iphone contact list with my laptop pc contact list? And how does it handle duplicates that have different information?
    How do I merge my iphone calendar appointments/alerts with my laptop pc calendar appointments/alerts?  And how does it handle duplicates?
    I do not need anything to change on my email that is working fine on both.

        gspielman,
    Help has arrived to assist you with getting those contacts on both your devices. The Verizon cloud service is definitely a great tool to use and you can also use Apple iCloud as well. When you sign into the Verizon cloud on your iPad does it give an option or message to restore?
    CandiceH_VZW
    Follow us on Twitter @VZWSupport

  • Copying contacts name and number onto SIM card

    Hi. Firstly I know there are topics* on this, albeit outdated and offer no real solutions.
    This issue need serious attention.
    Scenario
    BB Curve scroller is broke, can't scroll up/down.
    Backed up my contact list to restore later when I get my fixed phone back.
    Meanwhile, to use a replacement phone, I will need some contact names + numbers on my SIM.
    I cannot count on the replacement being a BB, don't count on sync.
    Solutions
    Copying a few contacts one-by-one is _not_ an option, without a scroller this is impossible.
    Example: Home screen > press "c" for contacts -> filter to contact > menu > press "v" to select view > can't scroll to the number to actualize the 'copy to SIM' menu action.
    So, how can I copy my contacts to the SIM card?
    Notes
    Reading the older threads, there is very unhelpful biased rude remarks about how this requested "feature" is not 'important' enough or a real requirement for modern phones.
    I say this house is built on wobbly foundations. This is the base of HID (human interaction devices), cross communication and transfer of data. 
    I'm disappointed in RIM for locking down the device in such a way - so many folks ask for this feature, because it is a standard around since the first of cellular phones.
    SIM card may only have 32K of storage, but I still expect them to keep a name and a number if I need.
    * http://supportforums.blackberry.com/t5/BlackBerry-Storm/Copy-Mulitple-Contacts-to-Sim-Card/m-p/42057...
    http://supportforums.blackberry.com/t5/BlackBerry-Storm/HOW-DO-I-COPY-CONTACTS-TO-SIM/m-p/182142/hig...
    http://supportforums.blackberry.com/t5/BlackBerry-Storm/Copying-all-contacts-from-BB-strom-handset-t...
    http://supportforums.blackberry.com/t5/BlackBerry-Storm/Moving-contacts-to-the-Sim-Card/m-p/86036/hi...
    http://supportforums.blackberry.com/t5/BlackBerry-Storm/copy-contact-list-to-sim-card-not-one-by-one...
    http://supportforums.blackberry.com/t5/BlackBerry-Storm/How-do-you-copy-all-your-contacts-to-the-SIM...
    http://supportforums.blackberry.com/t5/BlackBerry-Storm/Copying-contact-to-sim-card/m-p/162675/highl...

    Unfortunately, I don't either. If you delete the MobileMe account from the iPhone, I believe you'll erase all of the contact info on the iPhone. If it's not in MobileMe either...well, that's not good!
    One possibility for the contacts data (but not the calendar data). Contacts are backed up when you sync the iPhone (not to your Address Book via sync with MobileMe active, but in the iPhone backup made by iTunes before a sync). There's 3rd party app, MobileSyncBroswer, which can export the contact info from the iPhone's backup file on your hard drive. You'd need to buy a license to actually export the contact data, the free version lets you see part of the contact info so you can make sure it's there.

  • How come a name appears as if its in my contact list but the number isnt?

    i gave my number to someone through facebook and they messaged me on my iphone and there name appeared as if they were already in my contact list, i tried saving the number through text but it wont allow me, is this due to the ios6 upgrade cause i never had that problem before. It use to have a bubble at the top of the screen that said "add contact" but its no longer there...help me..

    The user that you want to reach must be registered to use messages on the device before you can reach them. Even if the user has an iPhone and you are sending the text to that phone number, the user still has to have the messages app activated on their device. The iPad cannot send and receive SMS messages so the messages all have to go through the messages app. It is not setup automatically.
    In the unlikely event that she blocked you - have her check Settings>Messages>Blocked to see if you appear in there on her device.

  • I am trying to use siri. It was working earlier. Now when I ask it to call name and number it say, Siri keeps saying( SORRY SOMETHINGS GONE WRONG CAN YOU TRY AGAIN) I HAVE TRIED SEVERAL NAMES AND NUMBERS IN MY CONTACTS.   What am I doing wrong or how can

    I am trying to use siri, Siri keeps saying( SORRY SOMETHINGS GONE WRONG CAN YOU TRY AGAIN)
    I HAVE TRIED SEVERAL NAMES AND NUMBERS IN MY CONTACTS.
    What am I doing wrong or how can I correct it.

    Siri Fix
    Turn OFF Siri
    Reset Network Settings
    Turn ON Siri
    Done
    Steps:
    Tap Settings App>General>Siri>Turn OFF
    General>Reset, near bottom>Reset Network Settings
    Tap Settings App>General>Siri>Turn ON
    Done

  • Whenever I try to delete or change a contact, the old name and number still appears. Is there a way to fully delete the old information?

    Say if I changed the mobile number for "John Smith". If I go to my contacts or messages and type in "John Smith" both the old and new numbers appear. As you can image, this becomes very confusing. And sometimes I'm deleting contacts for a reason, I don't want my phone to remember it. How can I actually delete a contact or change the information?

    That will clear up on its own but will take 3-5 days to do so.  Try again in a few days.  In the meantime, you can manually back up to your computer using iTunes by clicking Back Up Now on the Summary tab of your iTunes sync settings.

  • The Contact List bug/ph number filtering problem f...

    Hi im facing a problem with my nokia N95 8gb. the problem is Contact list related.
    such as
    I have stored a number is like 01920803355 in my contact list.and the number has saved as "Enderson". But if i dialed a number like 01930803355 then its show Enderson during calling/Incoming.though the number 01930803355 has not saved in my phone/sim at all. I thing its a number/name filtering bug for N95 8gb. beacuse here in this two numbers 10 digit same and only one digit is different. but the phone does not recoginize.
    Plz Nokia Check it out......

    it is actually a feature more than a problem ... and this is not limited to N95 8GB ... I think almost all nokia phones will have the same problem .. Nokia phones compare the last 7 digits of a number and ignore the first digits ... so if there is two different numbers that have the same last 7 digits, your phone will assume it is the same number... I think the idea behind this feature is to ignore the international code so if you dial a number with or without the international code it will be the same name ...
    but in your case, you suffered from the over-smart of this feature
    Message Edited by fhd4 on 21-May-2008 02:49 PM

  • Contact list for phone number of previous Apple ID still showing!

    Hi everyone,
    I hope someone has an answer for this. I'm on my work computer, and my boss previously had his Apple ID linked to iCloud, the App Store, and Internet Accounts. I disabled sync from his ID on this computer for everything other than Find My Mac, but his contacts were still showing up in the auto-fill portion when messing around in iMessage. Today, we decided that I should just log out of his Apple ID for everything and log in with mine. I updated to Yosemite as well, logged out of his ID in the App Store, iCloud, and Internet Accounts. His Apple ID is nowhere to be found. I logged into everything under my Apple ID and was attempting to use iMessage. When I begin to type a name into the "To:" section of a new message, it still tries to autofill people from his contacts list. If I check under messages>window>contacts, the only two contacts that appear (as always) are my name and his, the two user accounts on this computer. Is this just some glitch? Why on earth are his contacts still pulling up for auto-fill? He has never once even used iMessage on this computer, so it's not like they could be in there for some reason due to previously entering them. I currently don't have my contacts synced from my Apple ID because I'm concerned that it will somehow mesh our two actual contact lists together on our phones or something crazy that we absolutely don't want. Anyone experience anything similar or have any ideas? I wish I could contact Apple Support but I refuse to pay $30 for something like this.
    Thank you!
    Angel Jenne

    You can try with this:
    Make a new user for you with Administrative power
    Take backup of the old user files
    Delete the old user
    Another solution is there but it is not a good solution I think. You can format and clean install OS.

Maybe you are looking for

  • Creating a materialized view for another user

    I don't seem to find the correct setup for this.... With the user "dummy" CREATE MATERIALIZED VIEW dummy.thetable BUILD IMMEDIATE REFRESH FORCE ON DEMAND AS select * from real.thetable; And the materialized view is created ok. With a DBA user: CREATE

  • Help, I Can't open excel or word attachment​s

    I received an email with an excel attachment.  I open it and the screen is blank.  when I open a word attachment, it looks like a fuzzy picture of the doc.  How can I open and use word and excel attachments (I use office 2003)  

  • Error when running Oracle provided Segment Advisor

    Can anyone tell me how to fix this error. The Automatic Segment Advisor job which is provided by default by oracle is failing with this error. I am not able to edit this job. Errors in file c:\oracle\product\10.2.0\admin\devptc6\bdump\devptc6_j000_33

  • Loading custom image formats

    Hello all. I am wanting to load a custom image format into my Java application, and am wondering how to do that. I have a few ideas to try but I figure if there is a site out there (or someone with the knowledge), there is no need for me to re-invent

  • New firmware m1217nfw release date and other questions ...

    Hi everybody! Does anybody knows when a new firmware update will be released? It seems that the latest release (2013-09-30, version 20130912) has a serious known issue and HP recommends : "Please do not update with this version" on the web site ... T