How to lock write permissions on NFC tags? Any tools out there?

雨燕双飞 提交于 2019-12-12 16:25:41

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!