Open Harlot616 opened 8 years ago
same issue. @Harlot616 are you able to recompile it to make it work or any work around.
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.
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.
any news on android 6 readiness? crash reports say: libzbarjni.so: has text relocations
I am able regenerate it.. I will post file soon for download so other can use meanwhile.
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
With this version the app opens but I can't show the camera, this error appear:
Camera: Camera new cameraInitNormal:-1
Any solution?
It wasn't issue in my case. Probably you may want to try different device for surety.
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.