-
Notifications
You must be signed in to change notification settings - Fork 534
Support ARMv8 chipset #62
Comments
According to this, the Galaxy S6 is a ARMv8, not ARMv7. I will rename this issue to recognize the desire to support ARMv8. |
@braebot I don't have S6 device to test this. Will CardIOUtilities.canReadCardWithCamera() method returns false for Samsung S6 device? Will SDK crash in if I run it in S6 device? |
Should a different issue be logged against card.io-Android-source as well? Since the check happens in the CardIOActivity the same behavior happens there as well. |
@vijayviswas, the SDK will not crash, it'll just not support card scanning if the camera cannot be loaded. @dannybduval, we don't need to create another issue in the source repo, unless we're in the process of fixing it. |
Thanks @braebot |
I'm also seeing Card.io failing to scan cards on the LG G4, another ARM-V8 device. |
Fixed in 5.0.1. |
Thanks @braebot |
getting this error on the galaxy s6 edge using sdk 5.0.1 W/card.io﹕ - Processor type is not supported |
just tried version 5.0.1 - still doesn't work for galaxy s6 edge :( |
Still doesn't work for galaxy s6 |
can you please compile the libs for arm64-v8a .. thanks! |
lg g4 still not supported in 5.1.2 |
@togikan, can you please elaborate? The 64 bit library is now available. Are you not able to scan via the sample app? |
The sdk cannot scan card on a Galaxy S6. Can you help me please.Despite that the Galaxy S6 is based on the exynos processor (ARM-based System-on-Chips).
Here the log :
D/card.io﹕ Loaded card.io decider library. nUseNeon():false,nUseTegra():false
W/card.io﹕ unsupported processor - card.io scanning requires ARMv7 architecture
W/card.io﹕ - Processor type is not supported
W/card.io﹕ ERROR_NO_DEVICE_SUPPORT: This device cannot use the camera to read card numbers.
The text was updated successfully, but these errors were encountered: