markusfisch / BinaryEye

Yet another barcode scanner for Android
https://play.google.com/store/apps/details?id=de.markusfisch.android.binaryeye
MIT License
1.42k stars 117 forks source link

Cannot install to tablet Amazon Kindle HD8 #358

Open PSLLSP opened 1 year ago

PSLLSP commented 1 year ago

I cannot install Binary Eye to tablet Amazon Kindle HD8 (8th gen). F-Droid and Google Play Store report that the device is not compatible with this app. That is a strange.

Barcode Scanner from ZXing team runs on this tablet without any issue...

Tablet specification

markusfisch commented 1 year ago

Hm, strange indeed 🤔 Frankly, I have no idea why the app wouldn't run on that hardware.

Currently, the only limitation is processor architecture, which needs to be either armeabi-v7a or arm64-v8a. But according to the specs, the HD8 has a ARM Cortex-A53 which is arm64-v8a, so this can't be the issue.

Is it possible to install the APK directly from GitHub? https://github.com/markusfisch/BinaryEye/releases/tag/1.59.0

PSLLSP commented 1 year ago

I installed BinaryEye.apk directly from GitHub and it works! It looks like report from F-Droid and Google store that application is not compatible with my tablet were wrong...

I created a screenshot from F-Droid, note the message at the bottom of the page No versions compatible with device.

screenshot

markusfisch commented 1 year ago

That's interesting 🤔 Thank you for trying! And glad it did work 😄

I will have to check if there's anything I can do to mark the app as compatible.