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 ArticleComment by Djip007
install qt5-qtconnectivity-qtsdpscanner on my XperiaX (SailfishX 3.0) like descripe here: http://docs.tau-technologies.com/en/edge/guide/nativesdksetup devel-su pkcon refresh pkcon update pkcon install...
View ArticleComment by lainwir3d
Sorry to disturb you again. Recent QtBluetooth needs the "sdpscanner" tool binary to work properly. Unfortunately the package qt5-qtconnectivity-qtsdpscanner is not an allowed dependency either. Qt is...
View ArticleComment by lainwir3d
Alright, thanks for the quick answer! I'll continue to package it with my app then, and I'll look into helping with that. Cheers!
View ArticleComment by Joona Petrell
We haven't allowed QtBluetooth before since it is not a very mature Qt module and suffers from bunch of issues that we would like to fix in Qt first, but mainly because we really haven't had bandwidth....
View ArticleComment by lainwir3d
Hi. Now that Sailfish has moved to Bluez 5 and Qt 5.6, is it possible to put QtBluetooth as an allowed dependency? It doesn't seems like the validator in the SDK is allowing it. AFAIK those two...
View ArticleComment by c.la
now that update10 brought a new QT, can we expect to have this request fulfilled soon? :)
View ArticleComment by harry
QT5.4 Alpha is released with bluez5 support! http://blog.qt.digia.com/blog/2014/09/08/qt-5-4-alpha-available/
View ArticleComment by harry
So, https://bugreports.qt-project.org/browse/QTBUG-32085 is resolved as of today! But Robin is no Jolla employee anymore
View ArticleComment by harry
As written in the QTBUG it is planned for QT5.4. Roughly 3 month till the QT 5.4 Alpha release if they continue with the same speed. Get prepared ;-)
View ArticleAnswer by Robin Burchell _ w00t for Harbour API Request:...
The implication is that QtBluetooth is supported as of 5.2, based on the release announcement. However, there is a slight complication: we plan to move to bluez5 in the future, which will imply further...
View ArticleComment by Kontio
No the package has not been removed: https://releases.jolla.com/releases/1.1.9.28/jolla/armv7hl/qt/armv7hl/qt5-qtconnectivity-qtbluetooth-5.2.0+git0-1.3.61.armv7hl.rpm
View ArticleComment by Andy Branson
As reported by a user of pebbled, this package seems to be no longer present in 1.1.9. Has it been removed? Reported here: https://github.com/smokku/pebble/issues/86
View ArticleHarbour API Request: qt5-qtconnectivity-qtbluetooth, Bluetooth
qt5-qtconnectivity-qtbluetooth allows the interaction with bluetooth devices. The package qt5-qtconnectivity-qtbluetooth is already available for SailfishOS. However, right now, the respective...
View Article