[Release notes] Pispala 5.1.0.11

My phone model is Xperia 10 II.

mine was working ok before the update and still works fine with 5.1, I am on 10-iii, using the wg vpn plugin.

Ok, that is odd. I have the same device and WireGuard has no issues, but just to confirm few things, can you do:

zcat /proc/config.gz |grep -e WIREGUARD

expecting to see: CONFIG_WIREGUARD=y

And:

cat /etc/connman/connman-vpn.conf

→ the [DACPrivileges] section

[DACPrivileges]
User = defaultuser
Group = vpn
SupplementaryGroups = inet, net_admin

And you have no specific /etc/connman/vpn-plugin/wireguard.conf ?

zcat /proc/config.gz is empty. The rest looks ok. [DACPrivileges] is the same and no wireguard.conf

Thank you, this clarifies things. Somehow the kernel in 5.1 for Sony X10 II’s does not have WireGuard support.

Can you still get uname -a to confirm what kernel you have there running?

Xperia10II 4.14.264. I suspect that something wrong is with my Device adoption setting.

Thanks. Can you output the full uname -a, for example:

[root@Xperia10II-DualSIM ~]# uname -a
Linux Xperia10II-DualSIM 4.14.264 #1 SMP PREEMPT Fri May 8 23:20:56 UTC 2026 aarch64 GNU/Linux

as the build date is also good to know.

But you can try also:

pkcon install --allow-reinstall droid-hal-pdx201-img-boot

to get the kernel reinstalled. And reboot afterwards.

1 Like

Same issue with my gmail account. Re-authenticating seems to work, but on the next sync it needs to re-authenticate again.
For me removing and re-adding the account fixed the issue. I seem to remember this happening before.

1 Like

Linux Xperia10II 4.14.264 #1 SMP PREEMPT Wed Apr 10 14:16:48 UTC 2024 aarch64 GNU/Linux

There is no change after reinstall and reboot.

it looks like there are some troubles with establishing connection with xmpp server (maybe because tls1.0 was finally removed from SF but telepathy-gabble was not recompiled to use newer tls and still trying the old one)
after STARTTLS->PROCEED->error response with:

i have not seen in traffic offer for ciphers or so…

temporally fix is to install telepathy-gabble-plus: telepathy-gabble-plus | OpenRepos.net — Community Repository System

i just installed:
pkcon install-local telepathy-gabble-plus-0.18.4-32.aarch64.rpm
not sure if it will complicate system update, so better uninstall before updating system, or use dirty way - unpack rpm, copy and overwrite all files and package manager will have no clue that it is installed…

i was trying to recompile telepathy-gabble from sailfish repo GitHub - sailfishos/telepathy-gabble Ā· GitHub and also plus via sfdk but stuck on
autogen.sh: line 4: gtkdocize: not found
gtk-doc, or gtk-doc-tools not found in build engine/device

can somebody help how do i compile this? PM me if you can help

the goal is, get XMPP working with tls1.2+ and ideally also with media share via http upload
there is share-plugin-telepathy | OpenRepos.net — Community Repository System for telepathy-gabble-plus, but does not work because it looks like it ignore force-httpupload option and trying direct connection…

1 Like

But did the date on the kernel update when you installed?

Can you list the output of: rpm -qi droid-hal-pdx201-img-boot?

Have you ever manually flashed a boot image on the device, e.g., in case of device recovery? Or do you have something else enabled as additional repositories?

Xperia 10 II. Before 5.1 bluetooth with car works, contacts synced and call history. After 5.1 both are unsynced. I can call and get calls. Does some one get worked? Tried to restart obex and paired phone and car again.

It looks the same:
Linux Xperia10II 4.14.264 #1 SMP PREEMPT Wed Apr 10 14:16:48 UTC 2024 aarch64 GNU/Linux

# rpm -qi droid-hal-pdx201-img-boot

Name        : droid-hal-pdx201-img-boot
Version     : 0.0.6
Release     : 1.4.12.jolla
Architecture: aarch64
Install Date: Thu 28 May 2026 10:11:06 CEST
Group       : Unspecified
Size        : 21669729
License     : GPLv2
Signature   : RSA/SHA256, Fri 17 Apr 2026 01:20:16 CEST, Key ID 5b1e398947394f23
Source RPM  : droid-hal-pdx201-img-boot-0.0.6-1.4.12.jolla.src.rpm
Build Date  : Wed 15 Apr 2026 21:07:51 CEST
Build Host  : phost23
Vendor      : meego
Summary     : Kernel boot image for pdx201
Description :
Kernel boot image for pdx201

Yes, I had issues with booting after updating described here.

@kan_ibal the update probably didn’t complete correctly. And as you apparently have some random versions of some packages installed (like the libgcrypt you mention in the other post), it is hard to say what else might be broken.

But as the boot-img package seems to be the correct version, you can try running update scripts

/var/lib/platform-updates/flash-bootimg.sh 
/var/lib/platform-updates/flash-dtbo.sh

And that way you should get the correct kernel version in use.

6 Likes

Yes, after flashing kernel version is:
Linux Xperia10II 4.14.264 #1 SMP PREEMPT Wed Apr 15 16:34:53 UTC 2026 aarch64 GNU/Linux
and wireguard works and AppSupport is fixed as well.

8 Likes

Update went pretty smoothly on my 10iii. The progress bar got stuck, like some others, at 100%, but I left it for half an hour then forced a reboot and all seems to have worked out fine. The hardest thing was finding enough to remove from root to make the 1.3GB space (I also had, like others, the odd ā€˜you need 1.3GB but only have 1.3GB free’ rounding-induced message for a while when getting close). All seems to be working OK so far. The biggest surprise, having not realised the significance of the location/BeaconDB item in the changelog, is that the location fix is now super fast - literally only a few seconds most times. This is a really nice quality of life improvement - thanks Jolla! (Hoping the appsupport ā€˜treat data as wifi’ will be similarly good for connectivity, which had got really flaky for me on the previous version :slight_smile: )

1 Like

I have been experiencing this bug as well. It doesn’t always occur but it certainly hasn’t gone away.

Several of my notes from the past few days since the SFOS 5.1 update have duplicated at various points of autosaving.

1 Like

Since I don’t see anything about XMPP in the chenge log post, I’ll not try this now. Without encryption, file transfer MUC and at least voice calls, it is useless for me.

I have another issues.
Recreated AppSupport desktop links has no icons(icon dir is empty)
Edit:
This has been fixed by changing ownership:
chown defaultuser:privileged /home/defaultuser/.local/share/apkd-bridge
chown defaultuser:privileged /home/defaultuser/.local/share/apkd-bridge/launcherIcon
was root:root

and I lost sounds - everywhere (system, media, speaker, bt).
There is sound from aplay from alsa-utils, pulseaudio service is working and I can hear calls at least.
Another edit: it looks like there is something wrong with gstreamer.

#gst-play-1.0 test.wav
Press 'k' to see a list of keyboard shortcuts.
Now playing /home/defaultuser/Music/test.wav
WARNING Resource not found.
WARNING debug information: ../gst/autodetect/gstautodetect.c(342): gst_auto_detect_find_best (): /GstAutoAudioSink:audiosink:
Failed to find a usable audio sink
Redistribute latency...
0:00:02.4 / 0:00:10.5
#pactl list sinks short
0	sink.primary_output	module-droid-card.c	s16le 2ch 48000Hz	SUSPENDED
1	sink.deep_buffer	module-droid-card.c	s16le 2ch 48000Hz	SUSPENDED
2	sink.null	module-null-sink.c	s16le 2ch 48000Hz	SUSPENDED
#gst-launch-1.0 audiotestsrc ! autoaudiosink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
WARNING: from element /GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0: Resource not found.
Additional debug info:
../gst/autodetect/gstautodetect.c(342): gst_auto_detect_find_best (): /GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0:
Failed to find a usable audio sink
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
Redistribute latency...
New clock: GstSystemClock
handling interrupt.:99.
Interrupt: Stopping pipeline ...
Execution ended after 0:00:02.449843365
Setting pipeline to NULL ...
Freeing pipeline ...