Skip to content

Commit 0689c75

Browse files
committed
Update README
1 parent 78b65f7 commit 0689c75

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

Diff for: README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ Google Play releases are built using [fastlane](https://docs.fastlane.tools/gett
1414
- [ ] Add entry "unknown <#>" to mode spinner on EditSimple fragment
1515
- [ ] Allow users to write a note or title to the NFC tag
1616
- [ ] Allow users to keep a list of tags
17+
- [x] Allow users to write a bulk list of tags
1718
- [x] Add support for further NFC tag technologies
1819
- [x] Mifare Ultralight
19-
- [ ] Generic NfcA
20+
- ~[ ] Generic NfcA~
2021
- ~[ ] Simulate NFC tag~ (unfortunately not possible with current Android APIs
2122
- [ ] Use proper Material design theming instead of faking it
2223
- MainActivity if NFC is not available
2324
- [ ] Use data binding
24-
25+
- [x] on BulkWriteActivity
26+
- [ ] on EditActivity
2527

2628
## Tonuino 2.0.x
2729
[Repository](https://github.com/xfjx/TonUINO/blob/d15df6c7bb53bc970e4def43fd3e93fd82c13086/Tonuino.ino)
@@ -102,6 +104,13 @@ Links:
102104

103105
## NFC Host Card Emulation
104106
It would be great if the app also can act as an NFC tag to simulate TonUINO tags, some links to this:
107+
[Official Android docs](https://developer.android.com/guide/topics/connectivity/nfc/hce.html#HCE)
108+
109+
From a [question on Mifare support forum](https://www.mifare.net/support/forum/topic/creating-nfc-android-app-to-act-as-mifare-card-to-interact-with-mifare-readers/):
110+
> Here is a very good example https://github.com/grundid/host-card-emulation-sample which will write to you "Hello Desktop!" The App emulates a MIFARE card with this AID 0xF0, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06 You should make your self familiar with the HCE code.
111+
>
112+
> In the other side you should have an NFC reader (in your case MIFARE NFC) which will be looking for the same AID as in the HCE App. Normally you should send this cmd to the Android phone from your reader after you have brought the two devices close enough 0x00 [CLA], 0xA4 [INS], 0x04, 0x00, 0x07 [Lc], 0xF0, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x00 [Le]
113+
114+
105115

106-
- [Official Android docs](https://developer.android.com/guide/topics/connectivity/nfc/hce.html#HCE)
107116

0 commit comments

Comments
 (0)