Hi,
I am trying to interogate a Mifare1k card which returns classes
[NDEFTagConnection,com.philips.MifareStdConnection].
The SDK includes com.nokia.nfc.nxp.mfstd.MFStandardConnection which does not seem to exist on the phone - so cannot be used.
As the Mifare1k complies with the ISO14443A spec I ideally would like to open an ISO14443 connection - but trying this results in "connection isnt supported exception" (as I suppose the ISO class is not in the connection classes returned from the TP.).
I am finding this a bit frustrating as I can't see any reason why the card should not be allowed to open a compliant connection or have some similar low level bridge class to use as the philips one does not seem to be available.
Alternatively, is there any way to force a particular connection to open irrespective of the classes returned in the TargetProperties?
steve

Reply With Quote


