-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB NFC reader Accessed denied #3
Comments
Hi, _"Open chrome://system and expand the "syslog" section. You will find a series of messages from "permission_broker" for each device you try to open and the rule that caused it to deny access. The most common reason is "DenyClaimedUsbDeviceRule" which denies access to devices that are claimed by another application or a kernel driver. Access is denied in this case for security reasons. Chrome OS does not want a Chrome App to be able to override any policies normally enforced by the kernel for devices that it has support for. You should use a higher level API (such as chrome.fileSystem for storage devices or navigator.getUserMedia for webcams and audio adapters)."_ |
I managed to make it work to get detected but I have a problem or at least I think I have one. Once it says connected if I put the tag on it nothing happens. Now the question comes. Am I doing something wrong or I just don't say to the program to do something useful with the tag? As a code example, I just used the code that you provided on the Flutter package, so I think that the action of reading from the tag is not covered that is why nothing happens? and obv I have to program that part using the functions you build in the package right? Can that be a possibility? Thank you in advance for your help. |
Hi, Take a look for example there : https://developer.mozilla.org/en-US/docs/Web/API/USBDevice/transferIn |
Hello everyone I managed to connect my NFC reader via USB but I have a problem, I get access denied.
As you can see in the picture below:
Is it a way to make this work?
The NFC reader is the following model: ACR122U PICC interface
Thank you in advance.
The text was updated successfully, but these errors were encountered: