
Originally Posted by
roehrle
Hi, after changing Byte 3 in Block 88h, you still need to write the 'Attribute Information Block' to the tag. The 'Attribute Information Block' is defined in the 'Type 3 Tag operation Specification' of the NFC Forum, which defines how to store NDEF on such tags. It contains some meta-information e.g. how many memory blocks can be used for NDEF and how big the currently written NDEF message is. This block is automatically updated by the phone whenever NDEF is written, however it must be initially present to allow the phone to detect the tag as NDEF tag.
For the RC-S965 you should write the following bytes to block 0 of the service 0x0009: 0x10, 0x01, 0x01, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x18 (read/write only one block at a time, 5 blocks for NDEF, tag is writable).
After that the phone should recognize the tag as an NDEF capable tag.
Hope this helps.