no , i just want to decode the qr code .
and yesterday i tried my test apk and it worked with out any problems
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ā¦
i will try now and tell you , thank you
Itās my pleasure and work to answer questions related to my extensions
Sorry but I am thinking about thatā¦next update will replace that feature
thank you , iām realŁ y waiting for this great extension
as workaround you can copy the image to the internal sdcrd and read the qr code from there
Taifun
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?
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?
@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 >>>>
@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
Changes/Bug Fixes
Thanks to @Nader_El-Sayed and @Taifun
java error appears when scanning qr. THE SCANNER DOESNāT WORK!