Forum Replies Created
-
Hi Sean,
In case of Ultralight EV1, you are able to write only 48 bytes of ndef message only.
it's as per lite sdk design. there is no functionality of password authentication in lite.
This functionlaity will be avaliable in advanced sdk.
Thanks,
+ 0 | - 0
this issue issue has been resolved on the latest library v 01.01.01.1427.
Verify .
+ 0 | - 0
@tjma2001
Regarding crashing issue in nexus 5, can you try to install the given apk(SampleNxpNfcLiteLib.apk) in mifare sdk SampleApps.
and after installing check your specific card/tag is detecting or not.
if it still crash then share the nexus-5 Android version and the card/tag you are using.
Note: Even though the mifare classic is not detecting by non-nxp controller but the application should not be crashed in any controller.
+ 0 | - 0
follow the below steps for accessing :
1- private NxpNfcLibLite libInstacne = null;
2- Activity Oncreate method
libInstacne = NxpNfcLibLite.getInstance();
libInstacne.registerActivity(this);
3-Activity onNewIntent method override classic and plus
libInstacne.filterIntent(intent, new Nxpnfcliblitecallback() {
public void onMifareClassicCardDetected(final MFClassic objMFCCard) {
}
public void onMifarePlusCardDetected(final Plus objMFPlus) {
}
Note: Classic will not detect in Samsung S4 due to Brcm controller.
+ 0 | - 0
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)