Hello,
I made an NFC Mifare wrapper, but when I generate the application in b4a it creates two shortcuts
this is the manifest file that I use
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information...
I have a little problem when injecting data to NFC Tags.
Here my code
Sub Activity_Resume
If app.GetNFCAdapter(Me).IsInitialized = False Then
//Show Message
Else
If app.GetNFCAdapter(Me).RunMethod("isEnabled", Null) = False Then
Msgbox2Async("NFC is Off. Turn...
hello
i can read block 0 and 1 and 2 and 3 of sector 0 from mifare clasic 1k s50
1- but when i want read sector 2 or more. it have Error
2- i cannot write on mifare
my code is:
Sub Activity_Resume 'ok
Try
nfc.EnableForegroundDispatch
Dim si As Intent =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.