View Single Post
Posts: 194 | Thanked: 1,167 times | Joined on May 2016
#30
It seems we tracked down what happened. SailfishOS devel repository version on OBS got bumped to 3.2.1.20, so nemo:devel:hw:fxtec:t5 got rebuilt against the latest and in this state doing zypper update broke ofono RIL binder transport due to RIL binder plugin and ofono version mismatch.

The easiest fix without reflashing seems to be updating to 3.2.1.20:
Code:
ssu re 3.2.1.20
version --dup
dd if=/boot/hybris-boot.img of=/dev/block/bootdevice/by-name/boot_a

# Allow all rotations hack (if needed, homescreen won't work in landscape otherwise)
sed -e "s/return allowed/return Orientation.All/" -i  /usr/lib/qt5/qml/Sailfish/Silica/Page.qml
 

The Following 11 Users Say Thank You to TheKit For This Useful Post: