acktie / Acktie-Mobile-Android-QR-Reader

Acktie Mobile QR module is an easy to use yet powerful QR code reader.
Other
25 stars 12 forks source link

Could not find a valid Titanium module id=com.acktie.mobile.android.qr #22

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi,

This module was working perfectly in my project from last few years but it does not work after upgrading Titanium to 7.0.0.GA. Could you please help me to run this module on Ti 7.0.0.GA.

m1ga commented 6 years ago

you need to recompile it for all app projects with Titanium > 7.0.0

ghost commented 6 years ago

How can I recompile it? Could you please help.

m1ga commented 6 years ago

I can try it later today. If you want to try it already use the PR https://github.com/acktie/Acktie-Mobile-Android-QR-Reader/pull/19 as a basis and run appc ti build -p android --build-only

m1ga commented 6 years ago

@amitds could you please try http://migaweb.de/com.acktie.mobile.android.qr-android-4.0.0.zip If it works I'll make a PR

adegreiff commented 6 years ago

hi mika, thanks for version 4.0. i've got this fatal error from the module after appstart: couldn't find "libiconv.so", so now i added libiconv.so and it works great. thanks and regards alexander

talalmanaa commented 6 years ago

@m1ga Hey Michael, please I need that module but the link is broken and it gives me server error, and need it to work for Ti 7.0.0.GA ... kindly fix the link as soon as possible. Your help is so appreciated

m1ga commented 6 years ago

@talalmanaa I've uploaded the version again. Link is the same as above. You can always clone the repo and compile it yourself to get the binary as mentioned in https://github.com/acktie/Acktie-Mobile-Android-QR-Reader/issues/22#issuecomment-356855009

talalmanaa commented 6 years ago

thank you michael @m1ga , in my case it didn't find the module but I then added "libzbarjni.so", then every thing was good to go! Really appreciated.

m1ga commented 6 years ago

ok, I've added that file too. Will make a PR tomorrow so it will be available for other people to download/use it