问题
I just finished building my android app that reads NFC tags. I've been writing the tags using the Nfc-Eclipse-Plugin. The plugin works great, but there is no way to lock the tag once the tag is written.
Are they any tools out there that let me customize the records I want on the tag, and then lock the tag when I've written it?
Thanks!
回答1:
I have updated the NFC Developer app of the NFC Eclipes plugin to include a 'burn mode' - it can be enabled from the options menu once an NDEF payload has been loaded. Please give it (version 1.3) a try!
回答2:
You could try TagWriter. Switch to "Pro" mode in the preferences (option "Switch UI mode"), then you will get an additional menu option "Tools" that contains functions such as marking the NDEF message on a tag as read-only and locking a tag.
It depends on the kind of tag whether it can be locked or not. Beware that, depending on the kind of tag, marking the NDEF message as read-only sometimes cannot be undone (this is the case with a NFC Forum Type 2 Tag, such as MIFARE Ultralight). Locking a tag can usually not be undone either (for example Type 2 Tag or ICODE tag).
来源:https://stackoverflow.com/questions/11456482/how-to-lock-write-permissions-on-nfc-tags-any-tools-out-there