Hi phoenix,
Do you know if this unlock midlet will allow me access to the mifare side of the internal card, im not interested in the secure element side yet, I just want to work on the mifare 4k...
Type: Posts; User: wobbly101; Keyword(s):
Hi phoenix,
Do you know if this unlock midlet will allow me access to the mifare side of the internal card, im not interested in the secure element side yet, I just want to work on the mifare 4k...
Im trying to write a J2ME application that can write a value (in this case its a balance) onto either the Nokia 6131's internal card or an external Mifare Card, then I want to write an application...
I have J2ME application that im trying to add NFC functionality to, basically I want to be able to store a balance on the Secure Element, so that my J2ME application can read, and increase (top-up)....
This is the a cut down version of the code I am using to connect:
NewSmartCard.java
Does anybody know why this might happen?
Connector.open(System.getProperty("internal.se.url"));
is returning an ISO14443ConnectionImpl which when cast to an ISO14443Connection throws a...
No luck, i get a ClassCastException, its trying to cast a ISO14443ConnectionImpl to a ISO14443Connection.
Daniel
Any idea why this:
String uri = System.getProperty("internal.se.url");
conn = (ISO14443Connection)Connector.open(uri);
would cause a ClassCastException?
I did this:
String uri =...
Im trying to connect to the internal secure element on the Nokia 6131, a collegue (who has now left) of mine wrote an application that connected to the internal chip on the Nokia 3220 using...
And just to add to this, I dont want to have to write an applet to run on the secure element to get this to work. So any solutions that dont involve this are very welcome.
Daniel
Im trying to connect to the internal secure element on the Nokia 6131, a collegue (who has now left) of mine wrote an application that connected to the internal chip on the Nokia 3220 using...