Just to clarify, even signed a MIDlet can't access the Secure Element of the phone. You have to convert it to a development phone:
...
Type: Posts; User: j.delinselle; Keyword(s):
Just to clarify, even signed a MIDlet can't access the Secure Element of the phone. You have to convert it to a development phone:
...
I finally managed to solve the issue. The phones I bought are not "development" phones. This means that to allow my J2ME application to access the secure element I need to convert them to...
Hi,
I've been struggling with the latest firmware (version 5.12) of the 6131 NFC phone. Here is the situation:
I developed last year a J2ME application allowing to demonstrate the NFC...
Hi,
I developed a J2ME application last year running on a Nokia 6131 NFC phone to demonstrate the NFC capabilities of the phone. Firmware version was v05.11 (initially v03.12 but the NFC API was...
Thanks Hartti!
Hi,
I'm trying to add commands to a device screen using Netbeans 5.5.1 + Mobility Pack:
list1.addCommand(get_exitCommand1());
public Command get_okCommand1() {
if (okCommand1 ==...
Thanks amielf! It helped me a lot!
My MIDlet is now signed and I can now specify any of the application access attributes.
To access the external mini SD card, the .jad file needs also to contain...
Hello,
I'm currently developing a MIDlet that reads and writes files into a mini SD memory card located in my Nokia 6131 phone.
I've got a question related to the application data access. Here is...
Hi,
Could someone from Nokia please respond to my query?
Many thanks!
:)
Hi,
We would like to launch automatically a MIDlet on 2 phones using Push Registry when putting them in contact .
Apparently, phones are not seen as NDEF tags by other phones and therefore...
Hi,
Do some of you know if the Nokia 6131 NFC has ability to read/write data from/to the Secure Element of an external MiFare SmartCard?
If yes, can a MIDlet interact directly with the Secure...
Hi,
I am trying to play with the samples provided with the Nokia 6131 NFC SDK 1.1. I am using NetBeans 5.5.1 + Mobility pack to compile and build the jar file.
I tested the following sample:...
Hi,
Just want to clarify that I'm talking about the internal MiFare tag located in the Secure Element.
Has someone already experienced this error message??
Many thanks
JB
Hi,
I'm currently working with a Nokia 6131NFC mobile phone. I'm trying to access MiFare in Read and Write.
I used the code provided by the SDK and that I also found here on this forum:
String...