@linuxadopter I use it as a daily driver and sofar, no issue. However video is not yet supported so as long you can do without it, go for it ! It's a great port running on a great phone !
Best posts made by henri2h
-
RE: Is Sony Xperia X port daily driver ready?
-
RE: Is Sony Xperia X port daily driver ready?
@linuxadopter Yes, video recording doesn't work but taking pictures does.
Latest posts made by henri2h
-
RE: FluffyChat Encryption via Pantalaimon
I moved my homeserver to an other domain and know it works. Can't reprodue the issue... strange but happy that it works
-
RE: FluffyChat Encryption via Pantalaimon
Hi, I have a hard time making pantalaimon work with fluffy chat, the pantalaimon is properly configured and running (I have check in /home/phablet/.config/pantalaimon/pantalaimon.conf)
Fluffy chat prevent me from signing in because of a an "unecognized request".
Any clues what's going on ?Pantailamon service log : http://paste.ubuntu.com/p/PZTsc7Bj6F/
Paintailamon app log : http://paste.ubuntu.com/p/z8Jsw7kF3Z/
Fluffy chat log : http://paste.ubuntu.com/p/FgDXwffBmh/
-
RE: UBports Website rebuilding
@Kaizen, great job !! I really like this new design ir's looking good !
Side note, full disk encryprion is not (yet) possible. -
RE: Is Sony Xperia X port daily driver ready?
@linuxadopter Yes, video recording doesn't work but taking pictures does.
-
RE: Is Sony Xperia X port daily driver ready?
@linuxadopter I use it as a daily driver and sofar, no issue. However video is not yet supported so as long you can do without it, go for it ! It's a great port running on a great phone !
-
RE: Bluetooth headset not detected as audio output
@fredldotme yes, I tried to update bluez with apt upgrade but the update was stuck at some point...
For the audio call, the audio wasn't redirected to the headset.
For the bug report, I'm going to open one. Do you know where I should open one, I have looked in gitlab but didn't find a proper place. -
RE: Bluetooth headset not detected as audio output
Well, after a long time of trying to understand the bluetooth daemon, I managed to get the headset working on my phone.
Device : Xperia X running the edge arm64 branch.
I had this issue appearing in /var/log/syslog after I tried to connect to my headset :Apr 29 23:45:11 ubuntu-phablet bluetoothd[1387]: GATT service objects disabled
Steps to resolve :
Changing bluetooth controller mode
change the bluetooth controller to bredr
sudo mount -o rw,remount /
Then open (as root) /etc/bluetooth/main.conf and change the line
ControllerMode = bredrAnd finally remount the file system
sudo mount -o ro,remount /
Fixing sound glitches
And I had sound glitches which can be avoided by changing the latency of the sound card as described here (search for "Connecting works, but there are sound glitches all the time")
pactl set-port-latency-offset <bluez_card> headset-output 125000
Where the identifier of the card can be found with
pacmd list-sinks | egrep -o 'bluez_card[^>]*'
This seems like an issue with bluetooth low energy not working on xperia x. @fredldotme should I open a new issue ?
-
Bluetooth headset not detected as audio output
Hi,
Is there a way to forcibily set a bluetooth device as audio output as my bluetooth headset is not recognised as a audio output ?
Thanks ! -
RE: Sony Xperia X (suzu/F5121 & F5122)
@c4pp4 said in Sony Xperia X (suzu/F5121 & F5122):
sudo mksquashfs squashfs-root/ android.img -noappend -no-xattrs -comp xz
Works like a charm, thank you very much for the help and the introduction to image building ! Very appreciated !!