Results 46 comments of Luke Korth

There doesn't appear to be any stacktrace or crash information in the log that you posted.

Please post the log output when you're attempting to start `CardIOActivty`. If the native libraries fail to load or the device is not supported you'll see those messages in the...

Please supply the version of card.io and what source/tool you are getting this message from.

card.io [uses and requires OpenCV 2.4.13](https://github.com/card-io/card.io-Android-source/blob/ca6f021501710134989fcde5ad1c65c21463189a/opencv/build_opencv.sh#L7) at this time. To be compatible with applications using OpenCV 3, it would need to be upgraded to use OpenCV 3.

The source code for card.io is at https://github.com/card-io/card.io-Android-source and https://github.com/card-io/card.io-dmz . In order to upgrade to OpenCV 3.x both repos would need to be updated. If this is something you're...

1.) Not at this time, no. 2.) Not at this time, no. 3.) Yes, suppress manual entry and after the response comes back to your `Activity` in `Activity#onActivityResult`, process the...

Please include the version of the SDK and a stacktrace of the crash.

Do you have any logs to provide? 5.5.0 is used in several applications like https://github.com/braintree/braintree-android-drop-in via gradle and they do not have any issues.

You should be able to accomplish exactly this by [disabling manual entry](https://github.com/card-io/card.io-Android-source/blob/ca6f021501710134989fcde5ad1c65c21463189a/card.io/src/main/java/io/card/payment/CardIOActivity.java#L134) and filling in your manual entry screen with any data that comes back from the scan. The only...

If you only want 1 page, make `public int pageCount()` return 1 always. If you want it to scroll vertically, change PagedDragDropGrid to extend ScrollView.