E71 no longer shows contacts when a key is pressed...

I turned my phone off and on.
Now when I press a key, no contacts appear. Before I would press a letter, some names would pop up with that letter, I could then scroll and call. 
Now I have to go to contacts -> press letter -> scroll -> etc
How do I reactivate this functionality?

Make sure you don't have duplicates in your contacts and turn on contact search in the phone settings.
‡Thank you for hitting the Blue/Green Star button‡
N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

Similar Messages

  • Spotlight no longer show path with command key

    Hello!
    Since a couple of days, i don't remember when, the spotlight on my mac no longer show the file path if i press the command key. Anyone know how to fix this?
    Thanks
    Cristian

    It seems this functionality has disappeared.
    Apple - Mac OS X - Feedback
    Workarounds include:
    * command-cllicking the item, which opens the enclosing folder.
    * selecting and hitting command-i to see the get info window, which has the path.
    charlie

  • Default button being clicked multiple times when enter key is pressed

    Hello,
    There seems to be a strange difference in how the default button behaves in JRE 1.4.X versus 1.3.X.
    In 1.3.X, when the enter key was pressed, the default button would be "pressed down" when the key was pressed, but wouldn't be fully clicked until the enter key was released. This means that only one event would be fired, even if the enter key was held down for a long time.
    In 1.4.X however, if the enter key is pressed and held for more than a second, then the default button is clicked multiple times until the enter key is released.
    Consider the following code (which is just a dialog with a button on it):
    public class SimpleDialog extends JDialog implements java.awt.event.ActionListener
    private JButton jButton1 = new JButton("button");
    public SimpleDialog()
    this.getContentPane().add(jButton1);
    this.getRootPane().setDefaultButton(jButton1);
    jButton1.addActionListener(this);
    this.pack();
    public void actionPerformed(ActionEvent e)
    if (e.getSource() == jButton1)
    System.out.println("button pressed");
    public static void main(String[] args)
    new SimpleDialog().show();
    When you compile and run this code under 1.3.1, and hold the enter key down for 10 seconds, you will only see one print line statement.
    However, if you compile and run this code under 1.4.1, and then hold the enter key down for 10 seconds, you will see about 100 print line statements.
    Is this a bug in 1.4.X or was this desired functionality (e.g. was it fixing some other bug)?
    Does anyone know how I can make it behave the "old way" (when the default button was only clicked once)?
    Thanks in advance if you have any advice.
    Dave

    Hello all,
    I think I have found a solution. The behaviour of the how the default button is triggered is contained withing the RootPaneUI. So, if I override the default RootPaneUI used by the UIDefaults with my own RootPaneUI, I can define that behaviour for myself.
    Here is my simple dialog with a button and a textfield (when the focus is NOT on the button, and the enter key is pressed, I don't want the actionPerformed method to be called until the enter key is released):
    package focustests;
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.util.*;
    public class SimpleDialog extends JDialog implements java.awt.event.ActionListener
    private JButton jButton1 = new JButton("button");
    public SimpleDialog()
    this.getContentPane().add(new JTextField("a text field"), BorderLayout.NORTH);
    this.getContentPane().add(jButton1, BorderLayout.SOUTH);
    this.getRootPane().setDefaultButton(jButton1);
    jButton1.addActionListener(this);
    this.pack();
    public void actionPerformed(ActionEvent e)
    if (e.getSource() == jButton1)
    System.out.println("button pressed");
    public static void main(String[] args)
    javax.swing.UIManager.getDefaults().put("RootPaneUI", "focustests.MyRootPaneUI");
    new SimpleDialog().show();
    and the MyRootPaneUI class controls the behaviour for how the default button is handled:
    package focustests;
    import javax.swing.*;
    * Since we are using the Windows look and feel in our product, we should extend from the
    * Windows laf RootPaneUI
    public class MyRootPaneUI extends com.sun.java.swing.plaf.windows.WindowsRootPaneUI
    private final static MyRootPaneUI myRootPaneUI = new MyRootPaneUI();
    public static javax.swing.plaf.ComponentUI createUI(JComponent c) {
    return myRootPaneUI;
    protected void installKeyboardActions(JRootPane root) {
    super.installKeyboardActions(root);
    InputMap km = SwingUtilities.getUIInputMap(root,
    JComponent.WHEN_IN_FOCUSED_WINDOW);
    if (km == null) {
    km = new javax.swing.plaf.InputMapUIResource();
    SwingUtilities.replaceUIInputMap(root,
    JComponent.WHEN_IN_FOCUSED_WINDOW, km);
    //when the Enter key is pressed (with no modifiers), trigger a "pressed" event
    km.put(KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_ENTER,
    0, false), "pressed");
    //when the Enter key is released (with no modifiers), trigger a "release" event
    km.put(KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_ENTER,
    0, true), "released");
    ActionMap am = SwingUtilities.getUIActionMap(root);
    if (am == null) {
    am = new javax.swing.plaf.ActionMapUIResource();
    SwingUtilities.replaceUIActionMap(root, am);
    am.put("press", new HoldDefaultButtonAction(root, true));
    am.put("release", new HoldDefaultButtonAction(root, false));
    * This is a copy of the static nested class DefaultAction which was
    * contained in the JRootPane class in Java 1.3.1. Since we are
    * using Java 1.4.1, and we don't like the way the new JRE handles
    * the default button, we will replace it with the old (1.3.1) way of
    * doing things.
    static class HoldDefaultButtonAction extends AbstractAction {
    JRootPane root;
    boolean press;
    HoldDefaultButtonAction(JRootPane root, boolean press) {
    this.root = root;
    this.press = press;
    public void actionPerformed(java.awt.event.ActionEvent e) {
    JButton owner = root.getDefaultButton();
    if (owner != null && SwingUtilities.getRootPane(owner) == root) {
    ButtonModel model = owner.getModel();
    if (press) {
    model.setArmed(true);
    model.setPressed(true);
    } else {
    model.setPressed(false);
    public boolean isEnabled() {
    JButton owner = root.getDefaultButton();
    return (owner != null && owner.getModel().isEnabled());
    This seems to work. Does anyone have any comments on this solution?
    Tjacobs, I still don't see how adding a key listeners or overriding the processKeyEvent method on my button would help. The button won't receive the key event unless the focus is on the button. There is no method "enableEvents(...)" in the AWTEventMulticaster. Perhaps you have some code examples? Thanks anyway for your help.
    Dave

  • My phone number no longer shows up when I call a l...

    Hi, 
    I paid to have my cell phone number show up when I call a landline. This worked great for a good while (maybe 2 years). It is no longer working. 
    Do I need to renew this feature ? If so, how do I do this.
    TIA
    Pat
    PS hope this is the correct forum 

    What's the format of your video? That will give you a hint as to what plugin is failing (or missing).
    If you don't know, what's the URL of your site - it shouldn't take long for someone to work out the specifics.

  • Folders created in bookmarks no longer show up when I right a webpage to save.

    folders that where made with right click crate new folder no longer show in that particular menu. they appear under book marks at the top of the page but no longer appear when I right click a web page and wish to save to a folder specifically created for this type of subject, they are no appearing there anymore. I havent added and toolbars or extensions the folders are just not there. I am using win7 home premium and ff 3.6.17

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode

  • The icon for Airplay no longer shows up when I hit the button at the bottom of the homepage. It previously did. Same thing for my iPad.

    The indicator of airplay for Apple TV no longer shows up as a choose at the scroll up tab at the bottom of the screen

    Make sure your phone is running the same iOS or higher as the one you backed up.  If not, first update the phone.  Then try restoring the backup again by going to Settings>General>Reset and tapping Erase All Content and Settings.  This will bring you back to the setup screens where you will be given the option to Restore from iCloud Backup again.

  • No key event when compose keys are pressed

    I am supporting a legacy application for Sabre which maps some of the keys differently. For example, on a French keyboard the Compose key which is used to put a ^ on top of the vowel characters is to be remapped to produce a special character called a "Change Character" that has a special use for reservation agents that use Sabre
    The problem is, the first time you press the ^ compose key there is no key event apparently because the VM figures it doesn't yet know what key to report, it is expecting you to press a character such as 'o' and then you get an 'o' with a '^' on top of it.
    If you press the ^ compose key a second time, you get the following key events:
    keyPressed
    keyTyped
    keyTyped
    keyReleased
    On the screen you will see two ^ characters appear. Currently I remap the ^ character to the "Change Character", and I suppress the second keyTyped event so that I only get one character. The problem is that the user ends up having to press the key twice to get one "Change Character."
    I have no fix for this problem because there is no key event produced when they press the ^ compose key the first time.
    By the way, this behavior appears to have been introduced with jdk 1.3. The older jdk did produce a key event the first time you pressed the compose key. I would expect that this behavior was considered to be a bug and was fixed in jdk 1.3.
    Is there some other way to detect when the user presses a compose key? If not, is it possible for future jdk releases to report a keyPressed event when a compose key is pressed? This event would not cause a character to appear on the screen, but would allow programs to detect when the compose key is pressed.
    There is already a key on the French keyboard that behaves this way. It is the key to the left of the '1' key and it has the pipe symbol on it. If you press Shift plus this pipe key, no character is produces but a keyPressed event with a keycode of 222 is produced. I merely point this out to show that there is a way to report key events whithout producing output on the screen.
    Thanks, Brian Bruderer

    I don't know if this actually helps, but it seems that you can bind an Action to a dead key like the circumflex of the French keyboard
    Keymap keymap = textPane.addKeymap("MyEmacsBindings", textPane.getKeymap());
    Action action = getActionByName(DefaultEditorKit.beginAction );
    KeyStroke key = KeyStroke.getKeyStroke(KeyEvent.VK_DEAD_CIRCUMFLEX);
    keymap.addActionForKeyStroke(key, action);I saw this on a Swing tutorial and modified it slightly. Have a look at it :
    http://java.sun.com/docs/books/tutorial/uiswing/components/generaltext.html
    Chris

  • How come multiple audiotags in ebook can play all together in the last version of ibooks and ios6 while before they fade eachother when play key is pressed ?

    in ipad1 with ios5.1.1 and latest ibooks app audiotags stop the last music played when the new music starts
    in ipad3 with ios6 and latest ibooks let all the music play together with a resulting mess
    in ipad2 with ios6  ibooks fade the last tag that is playing when the play key is pressed in the new audiotag

    Gah. So It looks like the first version of the song on your iPod is the definitive version of a song (as is the case in iTunes). So in order to ensure that the version you want plays, you have to:
    1. make that the only version in iTunes (or first in the file structure)
    2. update Genius
    3. sync your iPod
    BOO. Too much work (I'm still going to do it though...)
    I would really like a feature that allowed you to specify which song would be chosen (the existing rating system would seem to be easiest).
    Another solution I thought of still requires a lot of work. This is assuming you prefer It would go something like this:
    1. Create an directory structure at the root of your library that would prioritize tracks, such as:
    a) Albums (for full length albums)
    b) Collections (for best ofs etc.)
    c) EPs (for singles or remix albums)
    e) Live Performances
    -assuming you prefer album versions over remixes over live versions, or more directly:
    a) High Priority
    b) Low Priority
    2. Place Each Album or individual tracks in their appropriate folder.
    3. Reset your iPod
    4. Sync
    The directory structure will intrinsically place higher priority versions on you iPod first, making them a priority version there. Pain in the...

  • JSlider -- catch when arrow keys are pressed

    Hi,
    With a JSlider, when it has focus and a user presses the left/right arrow keys ..the thumb on the slider is moved to a new value. I tried adding a keyListener but that didnt work...how can I catch when a left/right arrow key is pressed??
    thanks

    You can take over the binding, but you will be responcible for the action....
    import javax.swing.*;
    import javax.swing.border.*;
    import javax.swing.table.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    public class KeyMappingEx extends JFrame
    JSlider slid;
        public KeyMappingEx()
            super( "Key Mapping Ex");
            setDefaultCloseOperation( EXIT_ON_CLOSE );
            slid  = new JSlider( 0, 100, 50 );
              slid.setMajorTickSpacing( 20 );
            slid.getInputMap( ).put( KeyStroke.getKeyStroke(KeyEvent.VK_RIGHT, 0, false),
                                       "RIGHT_ARROW" );
            slid.getActionMap().put( "RIGHT_ARROW", new RightAction(  ) );
            slid.getInputMap( ).put( KeyStroke.getKeyStroke(KeyEvent.VK_LEFT, 0, false),
                                       "LEFT_ARROW" );
            slid.getActionMap().put( "LEFT_ARROW", new LeftAction(  ) );
            setContentPane( slid );
            pack();
            setLocationRelativeTo( null );
            setVisible( true );
        public static void main( String[] args )
            try
                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
            catch( Exception e )
            new KeyMappingEx();
        class RightAction extends  AbstractAction
            public void actionPerformed(ActionEvent e)
                System.out.println("RIGHT ARROW");
                slid.setValue( slid.getValue() + slid.getMajorTickSpacing() );
        class LeftAction extends  AbstractAction
            public void actionPerformed(ActionEvent e)
                System.out.println("LEFT ARROW");
                slid.setValue( slid.getValue() - slid.getMajorTickSpacing() );
    }

  • Why Logic won't show flats when the key is with flats?

    Hi!
    Why is logic always show sharps and not flats in the matrix editor when we click on notes? If I input a Key with flats in the Global track signature, there is no change, I always see the name of notes with sharps instead of flats?
    This is so simple to ask for a professional software! My 15 years old sequencer was doing that! Did I misunderstand something?
    Thanks,
    Daniel

    It can see how it could be useful to have the option to display note names according to the key signature in the event and matrix editors. But I can imagine that this kind of thing could also lead to a fair amount of confusion in some cases.
    Example:  to simulate harp glissandi, I'll use a mapped instrument as the front end for the instrument and remap the notes of the white keys so that by swiping a finger across only the white keys I get all the correct pitches. If the scale is C7 I'll map all of the B's to Bb's. Now of course, in the mapped instrument display, Bb is always shown as A# because here we're dealing with the remapping of notes in a MIDI context. But in harp writing, the B strings played with the pedal up are called Cb! If the piece I'm writing is in F# and the C7 gliss represents a brief enharmonic excursion, it starts to get a wee bit mind-bending as to how the notes should be named in the mapped instrument as well as matrix and event editor!
    So in these cases, the idea of using the conventional MIDI names for the notes makes for the least common denominator. When it comes to MIDI (and not music), an A# is always an A#, etc. and you can count on this for consistency.
    Of course, if this option to show note names as proper musical pitch was in place, there would have to be the option to turn the feature on and off depending on what aspect of Logic you're working in because there are lots of places where pitches are referenced! Theoretically, displaying notes as per the key changes could/would have an effect on:
    • matrix editor
    • event editor
    • transform sets
    • transformers, monitors, and virtually all Environment objects
    • transport display of incoming and outgoing notes
    ...it's a pretty long list!
    So perhaps it's not all that simple a situation. Still, if this feature was confined to the matrix and event editors, I think it would be a handy thing to have.

  • Screen shows when ALT key is pressed

    Hi,
    For some reason, photoshop CC has started showing a big ugly ALT next to my cursor when I press the ALT key. I dont want this! It gets in the way.
    Im not sure how I turned it on, and would LOVE to know how to turn it off.
    Many thanks!
    G

    OK found it.
    The driver for the wacom tablet I use had stopped functioning. I think a derfault windows driver kicked in instead and was kindly telling me what keys I was pressing.
    A simple reboot did the trick - it was NOT a photoshop setting.
    Thanks anyhow.

  • Default to Contacts when any key is hit

    currently, by blackberry will bring up the contact list when i hit a key when i am on the main blackberry home page. is there a way to stop this default? i have accidentally dialed people in my contact list  because of this default action. i do not want the contact list to be brought up when i strike a key. 

    Open your Call Log by pressing the green dial key > press the Menu key > Options > General Options > Dial from Home Screen = No.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • IPhone 4s no longer showing contact names

    I updated my iPhone 4s the other day to version 7.0.6
    Since then, although all of my contacts are still present on my contacts list, their names are no longer displayed in the call history, incoming calls or on messages making it very difficult to identify messages and callers.
    Have tried the obvious turning off and on of handset but to no avail.
    Would really like this rectified as I don't think my brain is quite up to remembering all of my contacts numbers!!!

    Try resetting network settings. General > Reset > Network Settings You will have to put your wifi password back in.

  • Why do Track Changes no longer show up when document is saved as .doc?

    I've used iWork for many years to collaborate with people in numerous other organizations who almost all use MS Office and are mostly on Windows. This year, the documents I send them, supposedly saved in Office formats, cause freezes, don't open, and even when they do, don't show Track Changes any more. That makes collaboration on document creation almost impossible. Workarounds? Solutions?
    Does anyone know if Apple is going to do a real update to iWork to bring it in line with current MS Office versions? If not, I'm going to have to give up on it and that will take endless work since I'm going to have to create new templates and sample docs from scratch. Anything I convert and import from iWork causes problems and the Open Office/ Libre Office suites don't even accept iWork docs at all. I hate to go back to using Microsoft products.

    I was still on Leopard when it started this spring (I suspect it started with updates others did for MS Office). I never used Snow Leopard or Lion on my desktop. Documents sent to collaborators or cllients started not opening or freezing or being Read Only through I had not sent Read Only docs. I hoped the upgrade to iWork that was available once I bought Mountain Lion would help and it did in terms of documents opening but not for editing.
    This happens with Pages and Numbers and I'm hearing it from others, and hearing they are also having this problem with Keynote. I'm about to collaborate on a presentation for a third party webinar and suspect it won't be worth developing it in Keynote from what I'm hearing. The problems have by now happened with dozens of collaborators in different organizations, countries, etc., including people with high level tech skills, so it's definitely at my end.
    I have tried on another computer (my laptop, which had the problem during Snow Leopard and still does under Mountain Lion). as well as other accounts; that doesn't make a difference.
    Throughout I've run whatever the latest iWork version was, but the upgrades have been minimal. It appears Apple plans to let iWork die.

  • How to delete an auto show contact  when addressing an email

    Typing the first letter of email address brings up a contact list option. I would like to delete one of the options that is not in my contacts list.
    Suggestions to [email protected]

    Message recipients are stored in a list of previous recipients. When manually entering an address in the To:, Cc:, or Bcc: fields, the autofill feature pulls from the iPhone's address book, and from the list of previous recipients. The list of previous recipients is included with your iPhone's backup. If you restore your iPhone with iTunes from your iPhone's backup, the list of previous recipients included with your iPhone's backup is restored with the rest of the data on your iPhone that is included with the backup. You must restore your iPhone with iTunes as a new iPhone or not from your iPhone's backup if you want to purge your existing list of previous recipients.
    With the Mail.app on a Mac, you can access the list of previous recipients. You can add a previous recipient to the Address Book that is not already entered, or remove a previous recipient from the list. Apple has not included access to the list of previous recipients with the iPhone's mail client at the present time, which I expect Apple to do at some point as is included with the Mail.app on a Mac.

Maybe you are looking for

  • Problem with unicode in MIME text/html

    Hi; I have a java program that sends email by sending it to our exchange server using SMTP. The email has both a To and a Bcc in the single email sent. The bcc addressee receives the email fine. The to address however has a problem with chars that ar

  • Not able to call External (RFC) Service in CAF

    Hi, When trying to import RFC(ABAP) in CAF for External Service using the wizard, after I give the SAP Logon Information nothing happens Wizard does not move to the next screen after I give the logon credentials and SAP System Data, I tried with Sing

  • HELP! Account settings changed by me?

    I was trying to rename my little house icon to something else. I highlighted it, click Get Info and then under Name and Extension, changed the name. Went on working for a few minutes and all apps open would say, the original file is lost and needs to

  • Curiosity about a feature to iMessage.

    I was wondering how the feature of iMessage where when your in a conversation, and your text field is at the bottom.. when you click on the text field, the screen goes up with it so you can still see the latest messages. I wanted to know how to do th

  • How can I make text follow a radius

    How can I make text follow a radius