Re: NFC Functionality?
I'm using an Omnikey 5313 (ISO 14443 A & B compliant) and a NXP Pegoda.
Secondly I'd like to add that accessing the secure element from a J2ME application does not work either:
This code simplet simple does nothing ...
<code>
try {
ISO14443Connection conn = (ISO14443Connection) Connector.open("nfc:InternalISO14443");
str.setText("Channel Open");
} catch (IOException ex) {
str.setText("Error Opening Channel " + ex.toString());
}
</code>
I already tried it with different SD-Card. The memory of the SD Card is avaible to the phone. Thus I suppose there is something wrong with my phone/SD cards. Who do I have to turn to in order to have this issue fixed?
Cheers, geri-m