Alexandros Roussos
Alexandros Roussos
#112 exists, if it ever gets merged
Have you looked at the class documentation in `annotated.html`? The documentation is planned to be expanded with examples in the future as well.
@kleest added this in 918cf85dff5eb829733f307b56f316f409a47707
Looks like the replacement `mysql_options` [is also deprecated](https://mariadb.com/kb/en/mysql_options/) in mariadb in favor of `mysql_optionsv`, which is [not supported in mysql](https://jira.mariadb.org/browse/ODBC-239).
Thanks for reporting this issue! The log can sometimes just be filtered by "nfc" to avoid sharing sensitive data. In this case it looks like there are two issues in...
You could try the version from #139 and see if that resolves the issue already. If not, you could post another logcat and we could see about issue 2. Or...
The log contains no obvious errors, but the hooking is never completed as it should be. Could you try cloning some tag UID with NFCGate (using #139) even if the...
For this purpose just scanning the tag in clone mode should be enough
So the `NFA_Enable` hook _should_ have been called right after the `nfcManager_doInitialize` line in the log, but it was not. We will investigate this further and report back.
@Lassie111 unfortunately, the latest commits only address Android 14 and a different issue (libnfc being loaded directly from an APK). We are working on another fix for this (Samsung-specific) issue....