-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emulation of Amiibo cards (NTAG215) does not work #3188
Comments
Hello @bl13pbl03p . Thanks for the report. When reader polls NTAG215 tags, it may perform authentication with password. Previous firmware version doesn't compare password with saved one and always responds with hardcoded PACK. That's why the emulation works. Current firmware version compares received password with saved one and responds NACK if the password is incorrect. From protocol implementation point of view, current firmware works correctly, but I can see two problems. Firstly, Flipper doesn't display information that it didn't find password. We will fix that soon. However, you can see "Unlock" option in card menu, and if you find algorithm to guess password, you can save full dump and emulation will work correctly. Second problem is with saved dumps from mentioned repository. There are no password and pack saved in that files, and they will not work with new firmware version. Quick workaround here is to add password to 133 and pack to 134 pages. |
You can try https://github.com/Lanjelin/AmiiboFlipperConverter/pull/1/files to generate |
#3207 just got merged. Now flipper will display that it didn't read Ultralight/NTAG cards passwords and you can try to "unlock" them in the menu. |
I have the same error, yesterday I could emulate normally, but today it gives me the problem that this is not an amiibo |
You can try script from here https://github.com/turbospok/Flipper-NTAG215-password-converter which will convert cards and calculate passwords for the existing ones |
this worked for me! big thanks (using qFlipper ver 1.3.3, firmware ver 0.95.0) |
It also works well for me! I've incorporated your password generation code into one of the popular project, now it's work again. |
Hello I been trying to go to nfc add manually and then click NTAG215 to read the amiibo from an amiibo app on iPhone and it’s not working I use to be able to do this multiple times to keep making more amiibo made a new UID every time so though it was a new amiibo sadly I don’t have a laptop I only have the flipper zero app on my iPhone |
Describe the bug.
The Nintendo Switch does not recognize emulated Amiibo cards from the Flipper, since I updated the firmware to release 0.94.1. Even when a real Amiibo card is read (with the regular read function within NFC) and emulated, the Nintendo Switch will still give the same error: 'This is not an Amiibo.'
Workaround for emulating from real Amiibos:
NFC > Extra Actions > Unlock NTAG/Ultralight > Auth as Ameebo
and then scanning a original Amiibo sortof fixed the issue.It seems that something has changed in the latest update that emulates NFC (NTAG125 specifically) differently.
Thank you advance, I am curious about how this bug could be fixed 😊
Reproduction
Requirements:
Steps:
SD Card > nfc
NFC > Saved
System Settings > amiibo >
Reset amiibo`This is not an Amiibo.
Target
NFC (NTAG215)
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: