Vasile Doe
Vasile Doe
@tdeg is this still working?
@Shestac92 nope, I got same empty result following the Quick Start guide. Running Android 11, and v1.1.4 ` implementation 'com.github.AnyChart:AnyChart-Android:1.1.4'`
Same to me galaxy J5
I observed that autofocus starts late first time when we open scaner
same to me, even from sample doesn't show voice
@magnusja any idea about this one? I represented the basic code, that's in docs.
@magnusja can I help? I investigated in debug and it seems to read not all `entries` in `FatDirectory` via `readEntries()` method. Not sure how do you read files, based on...
just downloaded the whole project but cannot run in Android Studio due to errors: ``` C/C++: C:\Users\Pro\Desktop\testusblib\libusbcommunication\CMakeLists.txt debug|x86 : CMake Error at C:\Users\Pro\Desktop\testusblib\libusbcommunication\CMakeLists.txt:11 (add_library): Cannot find source file: null/libusb/core.c Tried...
I got v1.0.25 for libusb and also seems to work. So the main issue why not all files were disovered is because of missing this: ``` FileSystemFactory.registerFileSystem(JavaFsFileSystemCreator()) UsbCommunicationFactory.registerCommunication(LibusbCommunicationCreator()) UsbCommunicationFactory.underlyingUsbCommunication =...
I mean if we import your lib only via gradle `implementation 'me.jahnen.libaums:core:0.9.1'` then we cannot use: ``` FileSystemFactory.registerFileSystem(JavaFsFileSystemCreator()) UsbCommunicationFactory.registerCommunication(LibusbCommunicationCreator()) UsbCommunicationFactory.underlyingUsbCommunication = UsbCommunicationFactory.UnderlyingUsbCommunication.OTHER ``` because can't find dependency to these classes....