Answer by jdrescher2006 for Harbour API Request:...
After a long time I am still trying to get this fixed. As @harry has mentioned before, I tried [libgato](https://git.javispedro.com/cgit/libgato.git/). If I include this in my app the validator gives...
View ArticleComment by jdrescher2006
OK, I have now set rpath in my pro file like you mentioned. But it still does not work. The folder /usr/share/harbour-obdfish/lib/ on the target device is empty. I just don't know how to put...
View ArticleComment by harry
The answer is here: [Can I link against shared libraries which I ship with the app together in the same RPM? ](https://harbour.jolla.com/faq#6.3.0) Basically you have to put libQt5Bluetooth.so.5 in...
View ArticleComment by jdrescher2006
@harry: I am using the QTBluetooth lib from github and included it in my pro file like you mentioned. My app still works fine, everything OK. Problem is, the app still failes the harbour validator.I...
View ArticleComment by jdrescher2006
Ok, I see your point with GPLv3. Thanks for the example, I will check it out.
View ArticleComment by harry
- My device (MiBand) timed out pretty quick and it actually timed out before qt did all the service discovery. With libgato I could discover only the one service I was interested in. -...
View ArticleComment by jdrescher2006
@harry: ahhh, that sounds interesting. A few questions: - why is it better if you have less informations at BLE service discovery? - why won't you use a GPLv3 library? - do you have an example of how...
View ArticleComment by harry
I tried to develop an app for my MiBand (version 1). I tried the QTBluetooth lib you mentioned and did something like this in my pro file lib.files = lib lib.path = /usr/share/$${TARGET} INSTALLS +=...
View ArticleComment by tortoisedoc
see from the sailfish developer docs how to bundle private libs & set rpath accordingly.
View ArticleAnswer by jdrescher2006 for Harbour API Request:...
Hello guys, I am still trying to get BT to work with Jolla store. Now I found someone who modified QtBluetooth 5.4 for SFOS. It's on [github](https://github.com/lainwir3d/qtconnectivity). This is...
View ArticleComment by jdrescher2006
The developer is not answering my questions. I really don't know how to get that into my app )-:
View ArticleComment by jdrescher2006
@tortoisedoc: I don't know how to do this. I cannot even find a file to download there. What files exactly are needed, where can they be found and where do I put them?
View ArticleComment by tortoisedoc
whats wrong with placing the lib in the path for private libraries (rpath is set for that path already)? That should avoid the necessity for a rpm install.
View ArticleComment by jdrescher2006
That is interesting. Can I include this RPM into my project? Question is if there are other dependencies...
View ArticleAnswer by tortoisedoc for Harbour API Request:...
At least there appears to be a "ported" package already (thanks to MartinK)...
View ArticleComment by BonoNL
Dammit, I love that app! Use it a couple times a week. Maybe one of the best apps on Sailfish. Maybe you can bring this to the table in the mer meeting?
View ArticleComment by bomo
Maybe it helps if you make a PR in the github repo to gain some attention from the devs.
View ArticleAnswer by jdrescher2006 for Harbour API Request:...
I just realized that I can't bring my [app](https://openrepos.net/content/jdrescher/obdfish) to Jolla store because libQt5Bluetooth.so is not in the list of [shared...
View Article