Hi all,
We're working with real life Nokia 6212 Classic devices (no emulator here). We have a Mifare card on which we've written some plain text (using urn:nfc:wkt:T).
We've created a "reader"...
Type: Posts; User: le sage; Keyword(s):
Hi all,
We're working with real life Nokia 6212 Classic devices (no emulator here). We have a Mifare card on which we've written some plain text (using urn:nfc:wkt:T).
We've created a "reader"...
Hey juancarlosr,
We should really make the different between the different memories used. A Java application can store data that can be retrived later (e.g. at a later restart) using the file...
Wait...
I think it depends on your scenario. How much do you need the key to be secured ? Is it for banking operations, ticketing operations, life depending operations ?
I agree option 1 is bad.
I...
So I managed to unlock my 6212 Classic device secure element with the regular unlocking MIDlet.
It should be stated that this application also works in for the Nokia 6212 Classic. I tried it & it worked.
Though, configuring GPRS (& the corresponding APN) is kind of difficult to figure out for...
So the error code in the MFStandardException was ERROR_AUTH, so I deduced I had to unlock the device, which I did, which solved the problem. :cool:
Hi all,
I have problems writing to the internal Mifare 4K card in the 6212 device.
I'm running the MFStandardExample sample code (\Nokia\Devices\S40_Nokia_6212_NFC_SDK\examples\MFStandardExample)....
You might want to install a client certificate in your smartphone. The client certificate may be installed either in the phone memory or in the secure element. Then, you'll be able to do some double...
Thanks for this information Gerald.
Apparently, the method used in the 6131 actually seems to be the same for the 6212, see Nokia 6212: Unlocking the Secure Element.
My bad, I had only tried to put them backwards. :cool:
Problem solved.
Hi all !
We have two Nokia 6212 devices - (we are not working on a emulator). We'd like device1 to access to device2's secure element. Our sample code doesn't work (mainly based on DiscoveryManager,...
So I'm lost. :confused:
Is it a NXP P5CN072 chipset or & G1D chipset ? If it's a G&D, is there any possibility to get the reference in order to retrieve more documentation (e.g. the crypto...
Ooops, forgot to ask :
Does it come with any JCOP version embedded ? I has a look at various PDF files on the web about the P5CN072 chip, none said anything about the JCOP OS being provided. I guess...
Oh, now I get it. :)
Well, I'll try unlocking the 6212 I have, I'll keep you updated on the result.
Thanks for your help Michael.
Thanks for your feedback Michael.
OK ; funny though, I didn't find any reference of this SE on the web. :confused:
OK, this thread applies to the 6131. This documentation really should be...
Hello everyone !
We've recently bought two 6212 Classic devices (not in a developer pack) & would like to inject a CARDlet (JavaCard) in the devices Secure Element. We haven't found any wiki page...
Hello everyone !
Is there any javadoc for the com.nokia.nfc.llcp.ResetListener interface ? Didn't find any in the javadoc embedded in the Nokia 6212 SDK. :confused:
Here is a sample code :
...
Hello everyone,
Has anyone managed to make a P2P connection (using com.nokia.nfc.p2p.NFCIPConnection ; no com.nokia.nfc.llcp.LLCPConnection please) working on two instances of the Nokia 6212...
That's right. Have you heard about any phone that would implement that part ?
:confused: Sure about that ? What about javax.microedition.contactless.visual ?
// Read visual tag
VisualTagConnection conn =
(VisualTagConnection)Connector.open("vtag://");
byte[] data =...
@FAA:
As suggested on this page :
So I'd suggest using "llcp-type1:?sid=10" instead of "llcp-type1:?pid=10". Worked for me.
Hope that helps.
@petusos:
As suggested on this page :
So I'd suggest using "llcp-type1:?sid=10" instead of "llcp-type1:?pid=10". Worked for me.
Hope that helps.
@petusos:
As suggested on this page :
So I'd suggest using "llcp-type1:?sid=10" instead of "llcp-type1:?pid=10". Worked for me.
Hope that helps.