Xsiid wont read or write

I would need a tutorial of some sort or what commands to run/send. Lol. In the pm3. As stated above phone cant read or write so nfc shell wouldnt wont work.

The command you want should be:

Hf mfu wrbl -b [Decimal Block Number] -d [Hex Data]

And then repeat that for every block

So for example, to get rid of the end of the youtube video i wrote last (line 37 ends in “tube”) i would send

Hf mfu wrbl -b [0x25]?

1 Like

You need the Decimal Block address, so you’d send:

hf mfu wrbl -b 37 -d 00000000

1 Like

Cool. So blanking 04 to 25 would be 00000000

Then to get back to “factory default” DT link would be

Line 4 and 5 00000000
hf mfu wrbl -b 04 -d 00000000
hf mfu wrbl -b 05 -d 00000000
Line 6 0000031F
hf mfu wrbl -b 06 -d 0000031F

And then follow down the list to line 14.

One line at a time

1 Like

Yep, that should be right

Alright. Thanks ill give this a shot later today

1 Like

Another one in The books! Implant is now responding to phone! Thanks everybody! I👍🏻

4 Likes