Julien Lemaitre
Julien Lemaitre
Hi @virgileMaon you are correct, you would have do C++ (your app) -> Java (Solum.java) -> C++ (solum_android.so) -> Java (Solum.java) -> C++ (your app). I will look at providing...
I am thinking to provide libs this week. Which Android platform are you targeting in priority? aarch64/armv8, armv7-a, i686, x86_64?
Hello I published a pre-release https://github.com/clariusdev/solum/releases/tag/v11.4.0-dev with an attempt at `libsolum.so` for Android arm64-v8a. It was built against Qt 6.7.1. I used this lib to build the provided `solum_console` example...
I cannot provide a FW 11.4 for now because it is not stable, it might brick the probe. I will try to provide arm64-v8a binaries for v11.3.0 that was released...
Here is another test build: https://github.com/clariusdev/solum/releases/tag/v11.3.0-dev Notes: - it is based on FW 11.3.0 so you should not need to update your probe - it uses Qt 6.5.5 - with...
Yes the probe's FW version has to match that of Solum. You have 2 ways to update: - update with the Clarius App itself (version 11.3.0 being a pilot-only release,...
The FW version is "11.3.0-573+670db68186", I will need to rebuild and re-upload the binaries with the correct FW info.
You should be able to connect without the FW info, it will just prevent your FW download workflow. I just updated the binaries on GH release.
Good to hear, so you confirm the Solum C++ library for Android is usable? If so, I will commit the changes in our repo to deploy it with the next...
> the Solum library seems to be very large (about 800Mo) Due to debug symbols yes. The next release will have the Solum C++ library for Android. I will close...