Closed GoogleCodeExporter closed 9 years ago
This issue was updated by revision r778.
I can't reproduce this bug, but saw that the mifare_ultralight_write() was
implemented in an old-school way. I updated the code so that you should have
better traces when compiling the library in debug mode and running:
romain@marvin ~/Projects/libfreefare % cutter -n test_mifare_ultralight_write
test
===> 0000 30 07 |0. |
<=== 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
===> 0000 a2 07 12 34 56 78 |...4Vx |
===> 0000 30 07 |0. |
<=== 0000 12 34 56 78 00 00 00 00 00 00 00 00 00 00 00 00 |.4Vx............|
===> 0000 a2 07 aa 55 00 ff |...U.. |
===> 0000 30 07 |0. |
<=== 0000 aa 55 00 ff 00 00 00 00 00 00 00 00 00 00 00 00 |.U..............|
===> 0000 a2 07 00 00 00 00 |...... |
===> 0000 30 07 |0. |
<=== 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
.
Finished in 0,548238 seconds (total: 0,069079 seconds)
1 test(s), 12 assertion(s), 0 failure(s), 0 error(s), 0 pending(s), 0
omission(s), 0 notification(s)
100% passed
Original comment by rtarti...@il4p.fr
on 5 Apr 2011 at 9:05
I can't reproduce this bug so set it's status to Feedback.
Original comment by romain.t...@gmail.com
on 23 Apr 2011 at 1:13
This issue is invalid. The problem was in our code. Sorry for that.
Original comment by emanuele.bertoldi
on 28 Sep 2011 at 2:18
Thanks for feedback, we were not able to reproduce the bug...
Original comment by romu...@libnfc.org
on 28 Sep 2011 at 3:26
Original comment by romu...@libnfc.org
on 28 Sep 2011 at 3:29
Original issue reported on code.google.com by
romu...@libnfc.org
on 4 Apr 2011 at 10:22