Skip to content
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

,,This is Not an amiibo,, fix for FlipperZero #8

Closed
Brickleberry19 opened this issue Feb 13, 2024 · 34 comments
Closed

,,This is Not an amiibo,, fix for FlipperZero #8

Brickleberry19 opened this issue Feb 13, 2024 · 34 comments
Assignees

Comments

@Brickleberry19
Copy link

First of all, thank you very much for the program and the time and work that went into it.

Is it possible to implement this:
https://github.com/turbospok/Flipper-NTAG215-password-converter

@DarkIrata DarkIrata self-assigned this Feb 15, 2024
DarkIrata pushed a commit that referenced this issue Feb 15, 2024
@DarkIrata
Copy link
Owner

This should now be fixed in 3.0.5 for the Flipper Zero

@Brickleberry19
Copy link
Author

Thank you for the fix

@Brickleberry19
Copy link
Author

Still get the Message ,,this is Not an amiibo,,

@DarkIrata
Copy link
Owner

Do you export them as Flipper .nfc files? Just to make sure, since i dont now if there are already .bin file support.

@DarkIrata DarkIrata reopened this Feb 16, 2024
@Brickleberry19
Copy link
Author

Yes

@DarkIrata
Copy link
Owner

DarkIrata commented Feb 16, 2024

Mhm. Could you open an exported .nfc and change the last line from
Page 134: 00 00 00 00
to
Page 134: 80 80 00 00
and check if its working. Any Text Editor is fine.
Was wondering why the py script is doing it, since i couldnt find any information related to it. Maybe the flipper needs the bytes set.

@Brickleberry19
Copy link
Author

It works now

@DarkIrata
Copy link
Owner

interesting. I will fix it shortly :)

@Brickleberry19
Copy link
Author

it works now, thank you for integrating it

@Brickleberry19
Copy link
Author

Hey it me again , I got the Same issue again With the new 4 splatoon amiibo

@DarkIrata
Copy link
Owner

Hmm. Checked the output for the Amiibos. Looks normal to me. Do you get a specific error?

@Brickleberry19
Copy link
Author

No , only the ,,this is Not an amiibo,, Error on the Switch

@DarkIrata
Copy link
Owner

Checked the dumps from gdrive. It looks like the .bin dumps are not fully functional / are corrupted. Got the same problem with NTAG without even doing anything to them. Try to look for a new dump of them

@Brickleberry19
Copy link
Author

Which Gdrive?

@DarkIrata
Copy link
Owner

Can't post it. But yeah, looks like either a corrupted version of the amiibo is currently shared or they are not yet supported by the switch (based on what NTAG says to them

@Brickleberry19
Copy link
Author

If you mean the ones from newamii....they are saved directly from the real amiibo with TagMo. Also, if I convert them with TagMo then they work without any problems

@DarkIrata
Copy link
Owner

Sorry, was late, meant TagMo 😅 and not from newamii, more the gdrive where all files are loosly. But after checking the file hashes, it is the same.
Hmm TagMo shows me for Marina (Side Order) and Pearl (Side Order) that they aren't Switch compatibile

@Brickleberry19
Copy link
Author

I think this information comes from AmiiboAPI with the game info. Why could it be that the conversion works properly with TagMo but not with your program?

@DarkIrata
Copy link
Owner

hmm wasnt using AmiiboAPI, switched, got the same info. But shouldn't be the problem.
Do i need something special in TagMo to use the "Save as Flipper" Function? When i press it, nothing happens

@Brickleberry19
Copy link
Author

There is a TagMo folder on your Phone(in the Download folder) and in that should be a folder named Flipper it should in this folder

@DarkIrata
Copy link
Owner

Ahh okay thanks.
Can you take a .nfc file from TagMo and one from ASNC and do the following.
Copy from the TagMo file the UID and Page 0 - 4 over to the ASNC and test it.
If thats not enough, do also Page 133.
Should that still not be enough, Page 5 - 20.

Since i dont have a flipper, i need you to test that for me. Strange thats it only happens with this new amiibos

@Brickleberry19
Copy link
Author

How do i do that ?

@DarkIrata
Copy link
Owner

You can just open the file with an text editor

@Brickleberry19
Copy link
Author

Brickleberry19 commented Sep 11, 2024

Only the UID are different (tested Marina side order)

From TagMo: 04 03 5D D2 2A 68 15
from ASNC : 04 03 5D 2A 68 15 91

@DarkIrata
Copy link
Owner

Based on what i saw, there should be also in Page 0-4 since they are based on the UID.
Also the other named Pages.
Just replace some parts like noted earlier until it works, so i know which page is incorrect

@Brickleberry19
Copy link
Author

Brickleberry19 commented Sep 11, 2024

How i say only the UID are different, Page 0-20 are 1:1 the same

Edit: Page 133 is also different
TagMo: 7B 22 10 6A
ASNC : 00 00 00 00

@Brickleberry19
Copy link
Author

It still says this is Not an amiibo

@DarkIrata
Copy link
Owner

Sorry, was busy.
Can you check again with https://editor.mergely.com/
There should be many more diffenrentials. Since i got way more differentials.
Also, did you try to add Page 133 to ASNC Output and got still the same error?

@Brickleberry19
Copy link
Author

Please tell me exactly what I should try, otherwise I feel too stupid for it 😅

@DarkIrata
Copy link
Owner

Hey, sorry busy weeks.
Could you put the content of ASNC's .nfc file in the left Text field and the content of TagMo in the right. It should automaticly hightlight all the differences in the files.
2024-10-02_08-40-58

And check thats there isnt really many differences.

@Brickleberry19
Copy link
Author

image (1).png

image.png

@DarkIrata
Copy link
Owner

If you copy and overwrite the differences of Page 133 and Page 134 from the right to the left and try it with the flipper, it still doesnt work?
For me there was way more differences. Also this pages shouldnt effect it. This is really strange

@Brickleberry19
Copy link
Author

Yes , it doesnt work

@DarkIrata
Copy link
Owner

Looked a little bit more into it. Still cant find the exact reason the Flipper got a problem with the nfc files.
Also, without a Flipper it will be a back and forth with 100 of files to test... If you find which part exactly of the pages needs to be changed, this would be awesome and i can look more into that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants