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).
creating new account…it doesn’t pass the authentication.
many thank’s! it’s work
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)
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.
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.
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.
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.
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.
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.
Yeah there seems to be an annoying bug with autosaving notes.
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.