Hacking NTAG216 Amiibo collaboration thread

Nephiel

Artificer
Member
Joined
Nov 3, 2002
Messages
267
Trophies
2
XP
817
Country
Bought as listed, but in the end it was mislabelled.

I'll buy one another time. The shipping time was retarded on this one.

Exact thing happened to me. Listed as 215s showed up as 216s. Not worth the hassel to send back. I got some 215s now but I still have a stack of 216s collecting dust

Same here. Where did you buy them?
 

Fatih120

Well-Known Member
Member
Joined
Jan 22, 2016
Messages
178
Trophies
0
Location
Albania
XP
228
Country
United States
Same here. Where did you buy them?

Aliexpress. Here is how it looks:
Cf3kdG8UAAA1EZ-.jpg:large
 

Geeta

Well-Known Member
Newcomer
Joined
Feb 13, 2015
Messages
74
Trophies
0
XP
128
Country
Venezuela
Hello, sorry for bother you all but can someone port Tagmo so it can work on Android 4.0.3? x_x
 

KingOfTaurus

Well-Known Member
OP
Member
Joined
Feb 19, 2016
Messages
174
Trophies
0
Age
40
Location
Las Vegas
XP
220
Country
United States
I have plenty, but thanks for the offer. I have tested a few things over and over, tried different things, tried basically everything I can think of. Some people may just be messing with our heads. maybe I am wrong with my tests by one single byte and that's causing it to not work. Who knows? I can't figure it out and I don't feel like figuring it out anymore. At least I am honest enough to say that.

So, officially, I am off the project. I can't figure it out on my own and I do not care anymore to continue figuring out 216's.

Sorry. I was enthusiastic about it before, but I feel we have all be lied to and unless specifically told how to do it, its probably and most likely not possible.

I will however continue other projects around Amiibo in general.
 
  • Like
Reactions: lordelan and fuze9

KevWRyd

New Member
Newbie
Joined
Mar 10, 2017
Messages
1
Trophies
0
Age
51
XP
41
Country
Canada
By certain users I assume you mean me.

I'll share the technical info so you guys can do it yourself but I won't share the tools.

NFC tags can actually have multiple partitions (I'm sure most of us know). Make a separate (second) partition on the NTAG216 that is exactly 348 bytes, and fill it with dummy data (FF's, not 00's).

TagMo will then write the Amiibo bin's to them as they were NTAG215's.
New Member, would you be able to help me with a few things?

KevWRyd
 

Luckypriest

New Member
Newbie
Joined
Mar 13, 2017
Messages
1
Trophies
0
Age
34
XP
51
Country
United States
I just received 10 Ntag216's when they should be 215s, however I'm having fun learning about them. DPAD any chance of a guide on this? If not I guess ill just use them for other means while my supposed 215s get here in a week.
 

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,009
Trophies
2
Age
36
XP
4,571
Country
United States
@dpad_5678 Hey man, I really appreciate all your work in figuring out that Powersaves works with Amiibo bin files. I've been having fun with it but got tired of swapping the character out on a single powertag. I've decided to go the route of making my own Amiibo Cards. Got the printer and card printing tray even! However there's one issue. Finding inkjet NTAG215 cards is becoming increasingly rare and costly. NTAG216 is still abundantly available though. After all this time is there a chance you've had a change of heart about releasing more details on how to use NTAG216 in place of 215?
 

sith

Well-Known Member
Member
Joined
Apr 10, 2007
Messages
185
Trophies
1
XP
1,529
Country
United States
@dpad_5678 I feel the same as analogman, I appreciate your contributions elsewhere, I follow your guide in making my powertags from bins but i also would really love to use my stack of printable ntag216s for 'miibos and i want to ask you to find it in your heart to either

a) confirm you have been messing with us and this is simply a fools errand so we can give up hope and move on
or
b) give some proper, clear information and allow kingoftaurus to complete his work and make many people happy
or
c) release your tools and/or source and be the hero yourself.

please consider this dpad. thank you.
 
  • Like
Reactions: Sliter
D

Deleted User

Guest
If it becomes a thing, i'll be in heaven. [NTAG216's tags are way cheaper than NTAG215 tags]
 

ganons

Well-Known Member
Member
Joined
Jun 12, 2005
Messages
3,290
Trophies
1
XP
3,101
Country
I had to find a different version of Tagmo and also use a different (but similar) method to even get it to work. I started directing people towards that tutorial after that point because it worked and was easy to follow. No ill feelings toward you

You got a link to the method you used?
 

Nazosan

Well-Known Member
Member
Joined
May 12, 2009
Messages
576
Trophies
1
XP
1,089
Country
United States
So I ended up with NTAG216s after making a mistake in the order (the top of the page wasn't clear -- it was in the fine print.) I now have no money to spend and it takes forever besides, so I really kind of need to hope that some progress is made on this front.

Anyway, one thing I've been wondering: is this maybe overcomplicating it? Instead of a whole full-blown app, is there any way that the data can just be manually written via, say, a simple bash script for BusyBox or something? (I think this should be possible even with non-rooted phones. Probably. Er, I haven't been unrooted since I first got a smartphone, so I'm not sure, but I know you can download terminal apps that don't require root and thus presumably assume BusyBox isn't already installed and BusyBox is designed to be minimal and embeddable after all.) Eg just write the data of the Amiibo manually and then adding FFs or whatever is needed after? Certainly I've seen a few tools that let you send custom commands to a NFC tag but the only ones I've seen so far make you manually type in up to four bytes at a time and there is literally no way I can do all this by hand. Rigging a simple bash script to custom send the data and then handle the rest at the end seems to me like it would surely be at least easier than writing a whole program, GUI and all, and it would be sufficient to get at least a lot of people started on this until such time as a full blown program can be built.

BTW, when I was googling around, I ran across this: https://community.nxp.com/thread/387536 Specifically this post (removing a bit of whitespace and extraneous data):
- If you want to replicate the same configuration from NTAG215 to NTAG216 you need to shift the configuration data and write it to page E2h instead of 82h.

- You might have a copy of configuration pages in NTAG216 at user data pages 82h to 86h, but this data will not have any effect on the actual tag configuration (locking, UID mirroring, etc).

- To fill the rest of the user memory with FF's in NTAG216 (from pages 87h to E1h) you need to use the WRITE command. The program (Android, Linux or PC app?) should have some API as a wrapper for this command.
I have no clue if this says anything useful or not, but there it is in case it does.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: empty chat