Ralf Kistner

Results 157 comments of Ralf Kistner

Please follow the issue template - the details listed are required to assist with debugging issues like these. This could be a permission missing from the manifest, or camera permission...

Does it happen with the sample app? (Download from https://github.com/journeyapps/zxing-android-embedded/releases) It would also help to see the full stack trace, not just the error. Either way, this is likely a...

In that case it's unfortunately not enough info to do anything about this issue, and we can only assume that it's a bug with the specific device.

1. Can you post a sample of the barcode that fails to scan? 2. Does it work in other barcode scanners, such as [this one](https://play.google.com/store/apps/details?id=com.google.zxing.client.android&hl=en_ZA&gl=US)? In general, QR codes should...

In this case the logo is not specifically an issue, but the contrast is simply too low for the current algorithms to work well. If you have control over how...

This is likely a general issue in the application, and not in this library. Looks at the suggestions on StackOverflow: https://stackoverflow.com/questions/15825081/default-activity-not-found-on-android-studio-upgrade If you are convinced it is an issue with...

Those are old versions of Node, Electron and this library, and we can't provide support for that unfortunately. A lot of changes and fixes have been made to the installation...

Which version of this package are you using? The SQLCipher 4 defaults should be used by default, so I'm not sure why this isn't working. You can try to set...

I've tested with `@journeyapps/sqlcipher` versions 4.1.0 and 5.0.0, and couldn't reproduce in either version. Tested with sqlitebrowser 3.12.99 / sqlcipher 4.3.0. If you still run into the issue, I recommend:...

Supporting this is outside the scope of this project, but if you do manage to get it to work it would be great if you could post an update here....