Qr : Read and Create Bar Code offline

no , i just want to decode the qr code .

and yesterday i tried my test apk and it worked with out any problems

Actually there are some dependencies (even I donā€™t know) which are not available in Zxing class and somehow available in barcode scanner component so sometimes it crashes app when there is no barcode scanner component.
Try using thatā€¦

1 Like

i will try now and tell you , thank you :slightly_smiling_face:

1 Like

@vknow360 yes itā€™s working now , thank you my friend . :innocent: :blush:

Itā€™s my pleasure and work to answer questions related to my extensions :smile:

1 Like

@vknow360 but do you know ? :sweat_smile:

I still canā€™t find a solution to my other problem :sweat_smile:

Sorry but I am thinking about thatā€¦next update will replace that feature :+1:

1 Like

thank you , iā€™m realŁ…y waiting for this great extension :blush:

as workaround you can copy the image to the internal sdcrd and read the qr code from there
Taifun

1 Like

Is there any way that "when the user chooses an image via an image picker, it is automatically copied to the main memory and then the path is imported into the qr decode extension?

@Taifun

no
but what about using the file component or the file extension to copy?

Taifun

1 Like

i will try this

Hi @Nader_El-Sayed
After reading this:

I am totally confused between main memory and external storage(sd card).
Can you solve my confusion?

1 Like

@vknow360 The main memory is the memory integrated with the phone and its path in my phone (/storage/emulated/0)

sd card is the card that is placed in the phone to increase the space and its path in my phone (/storage/D08E-901D)

and this is a test by taifun file extension >>>>

a072a36a638133f736e7c559b38f3cff4ae8ddce_2_250x500

@vknow360 The problem is that when using your extension, the extension adds an automatic path (/storage/emulated/0) to any other path that the user enters in any way ā€¦

One more questionā€¦
Where is qr generated with extension?
In phone memory or external storage.

No need to generate one by your extension , I downloaded one from the internet and tried it on both paths ā€¦ In the main memory it worked properly ā€¦ As for the sd card it did not work because of the path @vknow360

ChangeLog Version 2

Changes/Bug Fixes

  • Replaced relative filePath with abstract filePath in DecodeQrCode and DecodeBarCode methods.But both Generate methods still use relative filePath.

Thanks to @Nader_El-Sayed and @Taifun

3 Likes

you are welcome , thank you my friend @vknow360

1 Like

java error appears when scanning qr. THE SCANNER DOESNā€™T WORK!