Here are few things to check from a device when something like this happens.
First check that upgrade has gone through like it should. Regarding that we’d need list of installed packages
rpm -qa | sort > packages.txt
On top of that you should check statuses of two services
systemctl status apkd
systemctl --user status apkd-bridge
systemctl --user status apkd-bridge-user
systemctl status aliendalvik
Both of the them should be in active (running)
state.
Worth noting that sfos_upgrade tool is not officially supported method to upgrade your device. That said, people have been using it successfully as well. And yes, I have realized that @chazaq have already re-flashed the device.
Finally let’s double check two crucial factors
- You’re using the verify same device that you used earlier?
- The Jolla account that is logged in is the same that you have been using earlier?
Let’s get this one sorted out,
Raine