Flipper-XFW / Xtreme-Firmware

The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today!
https://flipper-xtre.me
GNU General Public License v3.0
9.39k stars 685 forks source link

nfc writing and partially reading wont work #504

Closed Jona-Walpert closed 8 months ago

Jona-Walpert commented 9 months ago

Describe the bug.

Issue with NFC Tag Reading and Writing on Flipper Zero with Xtreme Firmware

Problem Description

I encountered an issue with my Flipper Zero running the Xtreme Firmware, where I am unable to read or write NFC tags successfully. When attempting to read a new and empty tag, the device reports that only 133 out of 135 pages were read. However, I can successfully read all pages if the tags are unlocked using the password FF FF FF FF wich I found online.

Additionally, when trying to write to an NFC tag, the device indicates that it is still locked, and there is an issue related to Auth 0 (refer to the attached picture).

Steps to Reproduce

  1. Attempt to read a new and empty NFC tag.
  2. Observe the reported read result (133/135 pages).
  3. Try reading the same tag after unlocking with the password FF FF FF FF.
  4. Attempt to write to an NFC tag.
  5. Observe the reported lock status and Auth 0 issue (as shown in the attached picture).

Expected Behavior

The Flipper Zero with Xtreme Firmware should be able to read and write to NFC tags without encountering issues related to incomplete reads or authentication problems.

Additional Information

nfc-error

Reproduction

  1. Switch on
  2. nfc
  3. saved
  4. select saved nfc file
  5. write
  6. error

Target

No response

Logs

[useless qflipper logs]

Anything else?

Logs always says succes. writing or readng all pages didnt work but logs show SUCCESS

Jona-Walpert commented 9 months ago

rad

Sil333033 commented 9 months ago

your card is locked by the lock bits. even with the passwords for all the pages you cant do anything. Those logs are useless btw, ignore them. They are referring to your actions via qflipper

Jona-Walpert commented 9 months ago

your card is locked by the lock bits. even with the passwords for all the pages you cant do anything. Those logs are useless btw, ignore them. They are referring to your actions via qflipper

Ok but I should be able to write it?

Willy-JL commented 9 months ago

explain how you are attempting to write to it.

Jona-Walpert commented 9 months ago

I go to "NFC". then to "saved". Then I choose a saved nfc file. After that I click on "Write" and hold a nfc tag to the back of the flipper and Then the message apepars that you can see in the first picture

Willy-JL commented 9 months ago

learning to use google might prove fruitful. https://www.google.com/search?q=write+locked+ntag215+with+flipper+zero https://www.reddit.com/r/flipperzero/comments/18e48gg/flipper_thinks_all_ntag215_cards_are_password/ https://github.com/flipperdevices/flipperzero-firmware/issues/3281 https://github.com/flipperdevices/flipperzero-firmware/pull/3285

the issue is resolved and merged into the firmware. it is already available in dev builds, and will be released in v53.

Willy-JL commented 9 months ago

technically not resolved in a stable release however, so i will reopen and mark as pending release.