NFC creator

Write many NDEF messages to tags, format and clone tags.

Quickly Create NFC Tags

The Java ME based NFC creator is for Symbian and Series 40 is the predecessor of the more powerful and flexible NFC interactor.

NFC creator is a smaller app that focuses on writing various NDEF messages to tags. The intention is to provide a starting point for your own Java ME-based NFC implementation, giving examples on how to write different tag types.

In addition, the app allows formatting / deleting tags by writing an empty message, as well as cloning NFC tag contents. The raw contents of Mifare tags can be saved to files for further analysis.

Tag reading support is basic: the contents of known record types are printed directly to the screen without parsing. For a more in-depth analysis of the tag contents use NFC interactor.

Download

The source code is available from GitHub.