[Release notes] Pispala 5.1.0.11

I added into _saveSettings() function of /usr/share/accounts/ui/email.qml following:
setConfig(“imap4/authentication”, 2)
setConfig(“smtp/authentication”, 2)
but unfortunately didn’t helped.
Same error!

Since the update to sfos 5.1, I can no longer fully control the audio/video player via the functions on Bluetooth headphones. Volume up and down works. Play/Pause and Forward/Backward don’t work.

Is anyone else watching this?

Mmh, do you mean when fetching emails, or when creating a new account ?

I think you have the authentication problem, the server proposing XOAUTH2 and accepting it, but failing because this method is not yet implemented.

See this thread : Sailfish OS 5.1 developer early access - #60 by ahjolinna . Your log looks identical to the one reported there. You may try to follow the discussion there to see how to circumvent this authentication issue. Don’t hesitate to ask if you don’t get how to change the authentication method to “2” (PLAIN).

3 Likes

creating new account…it doesn’t pass the authentication.

many thank’s! it’s work

3 Likes

Since first erarly access my car bluetooth audio does not see addressbook anymore and call history, stating message that phone does not support it. It was working i n 5.0.x series. Does anybody see same issue ? (Jolla C2)

1 Like

Sorry if this was mentioned already, but I felt slightly weirded out when there was an update on my phone and no accompanying release thread.

edit: I mean the 5.0.0.78 update of course, I’m not in early access. This is the only (official) mention on the forums.

2 Likes

I have also trouble with car bluetooth since update to 5.1. Device name is not shown on the car’s list. Sometimes phonebook copy fails. I can connect. After connection car says, Audio connection has failed, but it can see network strength and accu load and it plays audio. The car’s display show a connection error.

1 Like

Could you please specify the exact location of the source code for Sailfish OS 5.1 ? The repository at http://releases.sailfishos.org/sources/ appears to have stalled in 2021.

Yes, same issue with Xperia 10 III.

strange. 1st time it work, but now I have infinity update status

AFAIK (almost?) all Open Source components of Sailfish OS are published at Sailfish OS · GitHub

Offical docs about source code are here.

7 Likes

Too bad : / Another bug maybe.

You can try to restart the email application. If it’s still updating, then, there is an issue with the mail daemon that seg fault or doesn’t respond.

Can you try to start from a clean situation and gather some logs ?

  • stop the email application
  • restart the mail daemon systemctl --user restart messageserver5
  • start the email application and trigger a sync and check that it’s forever staying on updating status, well maybe not checking forever litterally ; )
  • gather logs from the journal.
2 Likes

That’s unexpected. Can you try to recreate an account and gather logs from the mailer daemon ?

Edit or create ~/.config/QtProject/Messageserver.conf, so it contains:

[FileLog]
Enabled=1
Path=~/qmf.log

(put another path if you prefer, and you can keep other entries if they already exist)

Then restart the mailer daemon systemctl --user restart messageserver5 and try to create an account. Go until the failure. Then, look at the ~/qmf.log log, PM it to me or post it here.

To stop file logging of the mailer daemon, put the Enabled entry to 0 and restart the mailer daemon.

2 Likes

I today paired with another Car (VW) using Bluetooth and have the feeling that a very low quality audio codec was selectet for Media Playback which I never had experienced before. Is someone experiancing similar behavioure with BT for AAS enabled? Also there were some background noise in the playback as soon as media were played.

It was a “new” Pairing not the usage of an existing Pairing.

1st log after recreate account

2nd log after commands

devel-su -p ag-tool get-service 43 email string:smtp/authentication
devel-su -p ag-tool update-service 43 email string:smtp/authentication=“2”
devel-su -p ag-tool get-service 43 email string:imap4/authentication
devel-su -p ag-tool update-service 43 email string:imap4/authentication=“2”

On some notes I have a duplicate On Jolla C2 5.1.0.10. some notes are duplikated up to 7 times.

3 Likes

Yeah there seems to be an annoying bug with autosaving notes.

2 Likes

I can also confirm this. When I add a new note, and wait long enough (let’s say 10 seconds) between adding new rows in the note, there will be duplicated notes, each containing only some part of the text.
It’s like it’s doing a “Save as new” in the background constantly.
Does not seem to happen when I edit an existing note. Only for new notes.

8 Likes