Since SFOS 4.4.0.58 EA tapping on missing call notification doesn’t open phone app. For email and message notifications it works as expected.
Has anyone the same problem or a solution?
I see this problem too on my Xperia X. A tap on a missed call notification just makes this notification disappear without bringing up any app. Text messages, mails work as expected.
Seems they didn’t try to fix it for the official release…
No, and this is not the only one. Unfortunately.
Can confirm this bug is also present on the Xperia 10 II
Same problem on Xperia 10.
Yup, same problem with JollaC aswell.
I can confirm this behavior on a fresh install of 4.4.0.58 with a XA2 single sim.
Do you mean problems concerning email sync? In my case the up to date setting does not work whereas the Interval settings work.
Yeah, me too. I noticed it the other day when I tapped a missed call and I didn’t get the contacts app with easy access to phone back. Xperia X with SFOS 4.4 (no Android support, no patches or such, and only official apps from Jolla store).
XperiaX phone in any way did not work, sms either after upgrade. Death in the family, had to pull sim and put it in a degoogled Android backup phone while my wife cried. Thanks guys great work!!!
I “fixed” it by deleting Sailfish 4.0.rubbish and doing a clean reinstall of 3.4, now everything works as expected. GPS, bluetooth, the actual PHONE, etc - all issues solved.
Highly recommended fix.
This issue needs to have a proper bug report in Bug Reports category. @silta would you like to make one?
Well, I’ve moved the current thread to the bug report category directly and tagged it with 4_4_0.
This bug has already been added to the next community meeting
Oh, great, thanks a lot!
I’m proposing a PR (hopefully) fixing the problem : https://github.com/sailfishos/sailjail-permissions/pull/124
It is coming from the fact that the phone application is prestarted and prestarted application rights are not declared exactly the same way than normal applications. As far as I understand, the phone application run inside sailjail, without prestart, should work, because it is declared that it can own “com.nokia.telephony.callhistory” DBus service. But the prestart version doesn’t have this ownership granted. This service is used by the notification system to set the action on a miss-call.
I’m not sure the PR I’m proposing is the right way to do it, but let’s see what the reviewers will say.
I’ve created an internal bug issue related to this, so have also marked it as tracked. However, as I’ve just described on @dcaliste’s PR, I believe this may have already been fixed by changes elsewhere.
@dcaliste: thanks for your PR on this. Perhaps we can discuss this further there, and I’ll try to get someone who knows better than I do (e.g. @tomin) to take a look.