You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.
At first, I assume that configuration path can be fetched from NFC native library, such as /system/lib/nfcjni.so.
If there is no output from strings $(ls /system/lib*/nfcjni*), maybe you can follow the steps:
1.Confirm that your device supports customizing NFC unique identifier.
2. Try to find configuration manually by executing find / -name "*nfc*.conf", etc.
3. Figure out which field is responsible for customizing unique identifier.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm trying to run this on a Unihertz Atom, which uses ST21NFC. Your app builds and deploys fine, but when I open it I get a blank white screen.
If I then scan a tag, I get a black screen which belongs to a window titled "NFC Service", but nothing else.
I tried executing the command you suggested in "Application crashed" issue (strings $(ls /system/lib*/nfcjni*) ), but there is no return value.
The logcat after deploying ends with "I/InstantRun: starting instant run server: is main process
" and no errors.
Any ideas what I could look for?
R
The text was updated successfully, but these errors were encountered: