Is it possible to auto launch a midlte wiht a Mifare Ultra Light card? All the examples seem to be NDef.
If it is possible what should the JAD entry be?
Thanks Mike
Is it possible to auto launch a midlte wiht a Mifare Ultra Light card? All the examples seem to be NDef.
If it is possible what should the JAD entry be?
Thanks Mike
Hallo Mike,
yes, this is possible with the Nokia extensions to JSR 257. The push entry would look something like this:
The connection URL "nfc:undefined_format" is sensitive to all non-NDEF formatted tags and the filter "nfc:rf;type=simpletag;uid=*" limits the push-events to "simpletag" (i.e. MIFARE Ultralight) with any UID.Code:MIDlet-Push-1: nfc:undefined_format,my.midlet,nfc:rf;type=simpletag;uid=*
br,
Michael