ANOTHERpass icon indicating copy to clipboard operation
ANOTHERpass copied to clipboard

Multiple ndef records fail every time.

Open andmagdo opened this issue 2 months ago • 2 comments

Hello,

I use an implant for nfc ndef reading. I note this not because it is potentially dysfunctional (it is an NTAG216), but that due to its nature as an implant, I only have one of it. Therefore, I try to be able to store multiple records on it, get more use out of one chip. I have 886 bytes that can be used and this app only uses less than 130 bytes

The issue comes up when I use the chip with AnotherPass. The ndef record works, but only when it is the only record on the chip. I have tried putting it in multiple positions (even the first one that I normally use for contacts) and no configuration with another record works.

I hope this is a relatively easy solve (but I don't write android apps, so I don't know)

andmagdo avatar Apr 14 '24 04:04 andmagdo

Hi! I have been looking into this and i might have found the problem, but i have to test it first. Generally, writing data to a tag (by the app) will always overwrite the whole tag, but as far as i understand your comment, you can work around this. When it comes to reading, the app currently tries to append all records to one blob, assuming all data belongs to the app. But there might be a way to filter out unrelated records. I'll let you know once i know more.

jenspfahl avatar Apr 21 '24 19:04 jenspfahl

Thank you very much!

And yes, you can work around this. While the app does write the whole tag, tools like NFC tools and NXP tagwriter can add extra records (phones use the first record for autorun)

andmagdo avatar Apr 21 '24 22:04 andmagdo

Should be fixed with the next version coming soon (1.9.3).

Please note if you have multiple records stored on one tag the Anotherpass record should be the first one to open the app automatically once the tag is tapped on the phone. Otherwise you have to open the app first and then tap the tag to read the master password from it.

jenspfahl avatar May 03 '24 20:05 jenspfahl