View Single Post
Posts: 207 | Thanked: 482 times | Joined on Mar 2016
#555
Originally Posted by gapintheclouds View Post
Tried removing and adding abranson's repo as well as installing the rpm directly. Is it worth resetting the phone again and then installing while still on pre-2.0 Sailfish in case something went wrong during an update somewhere?
This is not custom package, rather from core. This is odd. Can you do following commands on your phone? The lib is apparently in the deps and if rpm is getting installed it means dependency is resolved.
Code:
[nemo@Sailfish ~]$ rpm -qR rockpool | grep libQt5Bluetooth.so.5
libQt5Bluetooth.so.5  
[nemo@Sailfish ~]$ ls -la /usr/lib/libQt5Bluetooth.so.5
lrwxrwxrwx 1 root root 24 Mar  5  2016 /usr/lib/libQt5Bluetooth.so.5 -> libQt5Bluetooth.so.5.2.2
[nemo@Sailfish ~]$ rpm -qf /usr/lib/libQt5Bluetooth.so.5
qt5-qtconnectivity-qtbluetooth-5.2.0+git0-1.3.61.armv7hl
[nemo@Sailfish ~]$ rpm -ql qt5-qtconnectivity-qtbluetooth
/usr/lib/libQt5Bluetooth.so.5
/usr/lib/libQt5Bluetooth.so.5.2
/usr/lib/libQt5Bluetooth.so.5.2.2
/usr/lib/qt5/qml/QtBluetooth
/usr/lib/qt5/qml/QtBluetooth/libdeclarative_bluetooth.so
/usr/lib/qt5/qml/QtBluetooth/plugins.qmltypes
/usr/lib/qt5/qml/QtBluetooth/qmldir
[nemo@Sailfish ~]$
 

The Following User Says Thank You to ruff For This Useful Post: