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

Error in Android M #10

Open Harlot616 opened 8 years ago

Harlot616 commented 8 years ago

I have this error when i try to run my app with the module

java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/de.xxx.xxx-2/lib/arm/libiconv.so: has text relocations

And the bug comes from this change in Android OS link

A possible solution is find zbar sources, fix text relocation, recompile and use new .so file for the module.

thecfguy commented 8 years ago

same issue. @Harlot616 are you able to recompile it to make it work or any work around.

thecfguy commented 8 years ago

I have tried new compiled version of .jar and so file from repository https://github.com/dm77/barcodescanner and recompile android module and seems working good now.

nascado commented 8 years ago

Did you manage to successfully recompile the module for Android 6.0.x? Did it work with Ti SDK 5.1.x / 5.2.X ? If so it would be very helpful to upload the compiled version. Thanks in advance.

adegreiff commented 8 years ago

any news on android 6 readiness? crash reports say: libzbarjni.so: has text relocations

isummation commented 8 years ago

I am able regenerate it.. I will post file soon for download so other can use meanwhile.

isummation commented 8 years ago

com.acktie.mobile.android.qr-android-2.0.zip Here is working version. I have tested Ti SDK 5.2 as of now but should work with 5.1.x as well

annamf commented 8 years ago

With this version the app opens but I can't show the camera, this error appear:

Camera: Camera new cameraInitNormal:-1

Any solution?

isummation commented 8 years ago

It wasn't issue in my case. Probably you may want to try different device for surety.