Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User freediver29's Avatar
    Join Date
    May 2007
    Location
    Brest - FRANCE
    Posts
    16
    Hi,

    have you some links where i could find some coding examples excepting Nokia 6131 NFC SDK examples...

    Thanks

  2. #2
    Regular Contributor berroto's Avatar
    Join Date
    Apr 2006
    Posts
    58
    Hi,
    I need also some tutorial to start to write a program with the NFC SDK.

    Please post some code

    bye,
    Rob

  3. #3
    Regular Contributor berroto's Avatar
    Join Date
    Apr 2006
    Posts
    58
    Here there is something useful: http://wiki.forum.nokia.com/index.ph...131_NFC_-_FAQs

    Nokia 6131 NFC allows MIDlets to access the internal secure element of the phone. The internal connections are opened by directly calling Connector.open() and using the “internal.se.url” system property. The DiscoveryManager isn't needed.

    Here is a sample code for how to open an internal ISO14443 connection, using the javax.microedition.contactless.sc.ISO14443Connection interface:

    String uri = System.getProperty("internal.se.url");

    ISO14443Connection iseConn = (ISO14443Connection) Connector.open(uri);

    ---

    also at the bottom of the page you can download a presentation and a source code.

    Hope that it's enough for you.

    bye
    Roberto

  4. #4
    Registered User freediver29's Avatar
    Join Date
    May 2007
    Location
    Brest - FRANCE
    Posts
    16
    Yep thanks for the link,

    I haven't seen it before...
    Just one problem for these interesting examples, it's that on TagTestMidlet example, manipulate data through a Mifare connection seems to be done with the package "com.philips.rf.MifareStdConnection", but for the nokia 6131 NFC SDK, the right package is "com.nokia.nfc.nxp.mfstd".
    Unfortunately the mifare standard connection is not yet implemented on this environment...

    Ciao

Similar Threads

  1. ###Upgrading Firmware###
    By zahid44 in forum General Development Questions
    Replies: 27
    Last Post: 2008-10-21, 07:17

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved