Open szescxz opened 8 months ago
Thanks for the feedback and your interest in the app. Normally there should already be dialogs for notifying the user about the mlkit module. These should look like following:
However since this wasn't the case for you I will be looking into and see if I can improve this. If you still have the logcat available you could search for the tag "ModuleInstaller". There should be log outputs simmilar to the following:
11386-11386 ModuleInstaller dev.fabik.bluetoothhid D Checking if module is present 11386-11386 ModuleInstaller dev.fabik.bluetoothhid D Modules are not available 11386-11386 ModuleInstaller dev.fabik.bluetoothhid D Modules installer started 11386-11386 ModuleInstaller dev.fabik.bluetoothhid D Install state: 4 11386-11386 ModuleInstaller dev.fabik.bluetoothhid D Modules installation completed
Or if the installation failed:
11386-11386 ModuleInstaller dev.fabik.bluetoothhid D Checking if module is present 11386-11386 ModuleInstaller dev.fabik.bluetoothhid D Modules are not available 11386-11386 ModuleInstaller dev.fabik.bluetoothhid D Modules installer started 11386-11386 ModuleInstaller dev.fabik.bluetoothhid D Install state: 5 11386-11386 ModuleInstaller dev.fabik.bluetoothhid D Modules installation failed
Normally there should already be dialogs for notifying the user about the mlkit module. These should look like following:
I did see those after clearing Google Play Services data, but in some cases it just moved on after the "Please wait!" prompt, resulted in those logcat lines in the OP.
I'll do a full logcat again when I have time.
I'm experiencing an issue when camera preview is working but the app could not recognize any barcodes. Until I checked the logcat:
The easiest workaround is to use the bundled version from GitHub release, but I expect the app to detect such errors and guide the user to do so.