Forum Replies Created

  • Re: Re: How can i download the Mifare SDK FULL version of library?

    22. September 2014 at 8:29
    in reply to: How can i download the Mifare SDK FULL version of library?
    Hi lishuang,
    With nxpnfcliblite.jar you can authenticate the DESFire card , get the UID of the DESFire card and also you can read and write the any arbitrary data. you can see the sample code for reference, where using of DESFire lite functions are explained.

    Please follow below steps.
    1) Get the new factory default DESFire card. [ Must ]
    2) Follow the basic skeleton of the code as given in sample app.
    3) In onNewIntent function implement Nxpnfcliblitecallback call back in filterIntent API.
    4) Override the onDESFIRECardDetected function in Nxpnfcliblitecallback
    5) When you tap the card you will automatically get the Desfire object in onDESFIRECardDetected ,

    All the above steps are given in sample application source code.
    Ensure that all the NFC required permissions and required intent filters are correctly registered in your application. See AndroidManifest.xml for reference.

    Ensure you have included the techlist.xml in res/xml folder in application structure. you can see the source code for reference.

    Regards,
    Maruthi Konda
    + 0  |  - 0

    Re: Re: DESFire card reading steps

    7. August 2014 at 12:21
    in reply to: DESFire card reading steps
    Hi chintanrathod,

    I tried with the latest version of the library [version 01.01.02.1427] and with new factory default card the APIS given in the sample application works perfectly for me.

    Generally Reading Steps are:
    1) Personalize the card using personalize Api. with master key and application key and appID.
    2) Authenticate the card using authenticate Api . with master key and application key and appID.
    3) Write some data. using write(byte[] data).
    4) Read back using read.

    Thanks and Regards,
    Maruthi Konda
    + 0  |  - 0

    Re: Re: Mifare Ultralight page programming

    27. June 2014 at 6:31
    in reply to: Mifare Ultralight page programming
    Yes, It is limited in lite edition.
    + 0  |  - 0
Viewing 3 posts - 1 through 3 (of 3 total)