https://kotlinlang.org logo
Title
u

user

07/11/2022, 4:51 PM
Android NFC tag record not read-able I have a little project to write data to Ntag 213, 215, and 216. I success write the data using the MifareUltraLight method. The problem is when I scan using NfcTools, the data format is different than I expected. Here's the format that I expected.

https://i.stack.imgur.com/OJ608.jpg

Here's the format that I got.

https://i.stack.imgur.com/JKyhs.jpg

I want that when the Ntag scan, it will open the browser if the...