I’m new to Kodular and I’m searching and trying out solutions (aka extensions) I might be needing in the future. The first one I’m testing out is the creation & reading of QR codes (and other codes). I downloaded the scanview.zip file posted earlier, and am now testing the included .aia file (via the companion app).
When I tried the “Create QR/Bar” button, I got an error, and the app reported it was because of EPERM (Operation not permitted). I’m aware that this is and Android 11 issue, and I’d like to ask for a solution/workaround for this, as this has been bugging me for days.
This is occurring in more than one device. Five devices I tested, to be precise (2 different Xiaomi models: A6 and Redmi 7, Samsung A30, LG K30, Motorola G4).
I’ll test this setting in the same devices and post here. Thanks for your time.
The same thing is happen when I set front camera in Samsung Galaxy note 9. Runtime error Failed resolution of Lcom/google/zxing/BarcodeFormat. Can you tell me how to solved it?
Hi , @Silver.
I have the same error message. In one project the extension works with Kodular’s bar code component and in another project, it doesn’t. I’ve already removed the other extensions, one by one to check. But the error is still popping up and closing the app.
More details about the error, what I tried, what extensions I use, are in the private message.
Hi!
thanks for sharing this extension. It helped me in my project.
Can I somehow save the image of the moment of reading the QR Code? My project is to record the employee’s time and for security I need to keep his photo at the time of registration.
You need to take a picture while reading the QRCODE. In Component QRCODE there is an after scan event … fire the camera , save the image in your database. But, do you want this in the app?