Qr : Read and Create Bar Code offline

Thank you.

Identified, working on a fix.

2 Likes

ChangeLog Version 5.1

New Blocks
image
This property forces encoder to use the specified shape
Accepted Values: NONE,SQUARE,RECTANGLE

Changes

  • Auto scaling : bar codes will be now automatically scaled to match correct rotation according to height and width
  • Some internal changes
5 Likes

Just a small question (I know I just can test it, but this goes quicker) if data matrix is possible now?

Yes, in APK , not sure about companion.

So I downloaded the extension but it doesnt seem to work for me.

blocks(1) I have this but it shows this error: /qr.png: open failed: EROFS (Read-only file system) I am running android 11 on a s20 FE. Also If I want to create a barcode do I just change “QR_CODE” to “BAR_CODE” ?

You need to prefix external storage path which in your case is App Specific Directory.
So complete path should look like /storage/emulated/0/Android/data/package_name/files/qr.png

Simply no.
Bar Code is a collection of types like CODE_39 , CODE_93 , CODABAR , DATA_MATRIX , PDF_417 , AZTEC and many more.

1 Like

I made a QR Generator application, when using the eagle version there is no problem, but after updating to Fenix, this extension can’t generate a QR Code. is there a solution?

Post an APK.

I use sample from your project


the notification “QR Code Generate Successfully” appears, but the QR Code does not appear

That’s quite old version.
Update to latest version.

Ok, ill try
 thank you

I’ve updated to the latest extension, but the QR Code still doesn’t appear


the notification “QR Code Generate Successfully” appears, but the QR Code does not appear

Similar problem here:

Probably you can prefix file:// before the file path after getting file path.

Same result with this method

Strange, it is working here:

Can you try loading that file in WebViewer?

I think the problem is not in the load picture method, but in generating the QR Code. Because after I generate it, a QR.png file appears in the gallery with an empty image

Maybe possible.
Can you post the newer APK then?

This is the apk

cobaQR.apk (5.6 MB)

Yeah I can confirm the issue is somewhere.

Maybe any solution?

Note:
Before updating to fenix, I used this extension, and it worked normally. But today I compile using fenix, it doesn’t work. It’s not only this extension that doesn’t work, but the QR Scanner (not the default scanner) can’t work either.