Namespaces
Variants
Actions
Revision as of 09:35, 15 June 2012 by hamishwillee (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Archived:Accessing Contacts fails on Nokia 6212 Classic (Known Issue)

Jump to: navigation, search
Archived.png
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.

The article is believed to be still valid for the original topic scope.

Nokia 6212 Classic fails to access the device's contacts with TextField.PHONENUMBER.

Article Metadata

Tested with
Devices(s): Nokia 6212 Classic

Compatibility
Platform(s): Series 40 5th Edition, Feature Pack 1

Article
Keywords: TextField.PHONENUMBER
Created: User:Technical writer 1 (28 Jan 2009)
Last edited: hamishwillee (15 Jun 2012)

Description

When displaying a TextBox using TextField.PHONENUMBER as a parameter in Series 40, the Search option can be used to open the contacts database application. However, in Nokia 6212 Classic using this option makes the device reboot.

How to reproduce

The following code snippet can be used for testing this issue:

import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
 
public class ContactTest extends MIDlet {
 
private TextBox phoneNumber;
 
public void startApp()
{
phoneNumber = new TextBox("Tel","",12,TextField.PHONENUMBER);
 
Display display = Display.getDisplay(this);
 
Display.getDisplay(this).setCurrent(phoneNumber);
}
 
public void pauseApp() {
}
 
public void destroyApp(boolean unconditional) {
}
}

Solution

This issue will be fixed in software version 06.20.

344 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved