maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   Sailfish OS for the Samsung Galaxy S2 (i9100) (https://talk.maemo.org/showthread.php?t=100957)

edp17 2020-02-12 01:25

Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Code:

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!                                          !!
!!Although I am using this on my backup phone!!
!!                                          !!
!!    IT IS NOT SUITABLE FOR DAILY DRIVE    !!
!!      ONLY FOR EXPERIMENTAL PURPOSES      !!
!!                                          !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Making this port was challenging because Sailfish OS (since release 3) doesn't support kernel version 3.0 which is apparently the kernel on the S2. :)
Fortunately, the SailfishOS-porter guys do very seriously know their business and they are extremely helpful.
From here I would like to emphasize my gratitude towards them for helping me in this project! Thank you!

Requirements:
Before you start to download anything, please read it carefully.
The first requirement is your device must be rooted and you should be able to install a custom recovery (preferably TWRP) onto it.

For this ROM you can either use the stock partitions or you can re-partition to give more space to /system and /data. It doesn't matter which one you chose, I tried and both worked well.
Or if you scroll down to the New partition layout, you can use a completely unique partition layout which gives the most of the internal storage to Sailfish OS. (I currently use my device with this setup.)

Installation instructions:
1. Download all files, CM12.1 zip, Sailfish OS zip, twrp2.8.7.img and kernel*.img to the external SD card on the phone
2. Reboot into TWRP (Hold buttons: Power on + Home + Volume up)
3. Do a factory reset
At this point if you want you can repartition the S2 internal storage. (Later you can put the stock layout back if you want to go back to Android.)
The steps for repartitioning are:
  • Download the 'Repartition: System=1GB, Data=14GB, eMMC=8MB, /preload=7MB' or the 'Repartition: System=1GB, Data=4GB, eMMC=7GB, /preload=0.5GB' .zip file and put into the external SD card. (The difference between these two is explained down at the New partition layout section
  • Then boot into TWRP and flash the zip as any other zip file. The script first will warn you that it cannot do the partitioning with mounted partitions and it also copies the script itself into /tmp. You just simply need to flash the copied version from /tmp and that will do the trick. The script will format the new partitions accordingly, so once it is completed you can go ahead with the next step.

4. Still in recovery, flash the CM12.1 image
5. Still in recovery, flash Sailfish Os image
6. Still in recovery, flash twrp2.8.7.img to recovery partition
7. Still in recovery, flash kernel*.img to boot partition (this step is not required since sfos 4.4, kernel is installed by flashing the zip file)
8. Reboot
9. Enjoy the latest (4.4.0.68) Sailfish OS on your i9100. :)
You will need patience as the first boot will take for a while. Then you can go through the initial Sailfish OS set up.

This Sailfish OS Android HAL based on CM 12.1.


Downloads:

Some useful patches:
Apps from Openrepos
Apart from the Jolla store there are plenty of other, community made apps in Openrepos. There is a user-friendly app to install/remove apps from this source called Storeman. It can be downloaded and install from this location: Storeman

Debug/login/troubleshooting:
In Ubuntu, connect USB cable. telnet 192.168.2.15 2323 or SSH nemo@192.168.2.15.


Notes:
  • On Sailfish OS, as it is a Linux system, you cannot install/run any android apps.

How to make a backup/restore with TWRP:
Now the old clunky method is no longer needed. Once you flashed the twrp2.8.7.img to the recovery partition you can boot into TWRP with the usual button combination (Hold buttons: Power on + Home + Volume up) and can make backup/restore.

Instructions for bluetooth (Since Sfos 4.3, BT works normally, don't need this magic)

BT works however turning it on/off is not as user friendly as I hoped. Here is a little instruction/troubleshooting.
Turn BT on (It only works from Settings/Bluetooth!!!!! DON'T try from TOP MENU!!):
If BT hasn't turned on since last boot:
  1. go to Settings/Bluetooth
  2. tap on the dot next to the Bluetooth option

If BT has turned on at least once since last boot:
  1. go to Settings/Bluetooth and tap on the dot next to the Bluetooth option
  2. go back to Settings
  3. go to into Settings/Bluetooth again
  4. tap on the dot next to the Bluetooth option (if it is not turned on repeat from Step 2! Eventually, BT should turn on.)

Turning BT off: Go to Settings/Bluetooth and tap on the white dot next to the Bluetooth option.

Notice: Never try to tap on the white dot twice without going back to the main menu of Settings.
Never try to turn BT on from Top Menu.
However, if you accidentally did any of these BT cannot be turned on again unless you:
  • reboot the device (this is the easiest) or
  • in a command line as root issue the following command 'systemctl restart bluetooth-rfkill-event.service' (this will restart the bluetooth-rfkill-event service)
I am not sure how pairing works with different devices.

New partition layout

I mentioned that I tried this Sailfish OS installation with the stock partitions and with another what created for Android 7.1.2. With the stock partitions however was a bit more sluggish than the other one. No wonder as in the stock partitions the /system has only 0.5GB and the /data has only 2GB storage and the rest 12GB is the separate internal storage (eMMC). In Sailfish the entire os (rootfs) including all directories (like /home) live on the /data partition so the 2GB was a bit tight. (The OS itself consumes about 1GB so not much left for apps and other stuff.)

With the other partition layout, the picture was a bit better as the /system had 1GB, the /data got 4GB and the rest 9GB remained for the internal storage. But the partition where the OS lives was separated from the 9GB partition. When I installed a few apps and copied some big files into the /home, I felt the limitation very soon.

Although this layout was sufficient for android but not good enough for Sailfish. :)
Therefore I have created my own partition table where I restructured the sizes accordingly to my need. (The lanchon repit zip file is available in the download section.)

In this new layout I gave 1GB for the /system (the prior 0.5GB was also fine as the CM12.1 base consumed only 400MB which let a 100MB free space, but I thought that might be not enough in the future so I have chosen 1GB here), I gave only 8MB for the internal storage (eMMC which is mounted into /android directory in this rom), and this made me possible to gave all the rest 14GB to the /data partition. So basically the Sailfish apps and /home can utilize the entire internal storage. :cool:

As an extra, on the S2 there is a 0.5GB /preload partition which is hidden and unused by default. In my partition setup I set 7MB to this and the rest almost 0.5GB is also added to the /data.


Go back to stock partitions

In case you would like to do this, you can download the stock partition pit file from the download section.
For this use Odin v1.83 which is also in the download section.
The steps are:
  • Boot the device into download mode and connect to the PC.
  • Open Odin v1.83 and tick the 'Re-partition' checkbox at the Option.
  • Then click on the PIT button and select the downloaded stock pit file.
  • Then click on the PDA button and select the downloaded TWRP (AOSP kernel) file.
  • Then click on start.
  • Done. You need to boot into TWRP and wipe all partitions (system, data, emmc) then you can install the stock rom back. (or if you select the stock rom at PDA instead of the AOSP kernel, it will do the repartition and install the stock rom as well. In this case, you don't need to wipe anything and the device will reboot into the stock Android at the end.)

Changelog:

15.02.2022
=========
Sailfish OS 4.3.0.15 is available to download. This requires a different kernel. Both of these can be found in the download section above.
General advice: Patience! All (except camera) apps do start and work but they do need time. This is true for websites. When you clicked on something, wait patiently, eventually, it will start/load. :)
Know issue: The camera app crashes and the device reboots.
Improvement: Stock browser stable and works!

03.09.2021
=========
Sailfish OS 4.1.0.24 is available to download. This requires a different kernel. Both of these can be found in the download section above.

06.03.2021
=========
Sailfish OS 3.4.0.48 is available to download. This requires a different kernel. Both of these can be found in the download section above.

06.05.2020
=========
Sailfish OS 3.3.0.16 is available to download. This requires a different kernel. Both of these can be found in the download section above.
Note: With the new version the patch that displays the provider logo at the bottom on the lock screen stopped working. This issue is not related to the OS. The owner of the app should fix it.
Update: In Openrepos Kodi is fixed for SFOS 3.3.0.16!

14.05.2020
=========
Work:
  • Screen
  • Touch
  • IMEI number is detected
  • Sensors (GPS, Rotation, Acceleration, Gyroscope, Magnetometer, Light & Proximity)
  • Wifi
  • MTP
  • Bluetooth (instruction is above)
  • Calls incoming/outgoing
  • Messages incoming/outgoing
  • Mobile data ((to make it work: change Protocol to IP in Settings/Mobile network/Data access point))
  • External SD card detected and mounted to /run/media/nemo/_sdcard_name_ (where _sdcard_name_ is the name of the sd card when it was formatted like 7C97-785B)
  • Internal SD card is mounted to /android
  • Pixel ratio and icons set to 1.00 (Can be changed to 0.82 which is more appropriate for the device's screen. to do this as root run the 'kimmoli-diyicons.sh 0.82' command. It will fail to install imagemagick but will set the ratio to 0.82 and as we have all icons in place it will work.)
  • Audio is routed to headphone if that presents
  • Camera front/rear (only for taking pictures)
  • Jolla store
  • findutils is installed by default (updatedb and locate commands work out of the box)
  • Torch
  • the charging icon does work properly however there is a little delay
  • can boot into TWRP recovery with the usual button combination (hold buttons: Power on + Home + Volume up)
  • kernel and recovery .img can be flashed from TWRP (no need for PC to flash Sailfish OS, kernel and recovery)
  • Low Power Mode (AKA "sneak peek" or "ambient display") works (install instruction is in this post)
  • The softkeys (each side of the home button) work as notification leds

Do not work:
  • Video recording

There is an extra little issue is a delay in screen refresh which is related to how vsync is handled in v10 backend in qt5-qpa-hwcomposer-plugin. I managed to improve this but there is a little delay still. Probably this is the reason why we need to jump back to Settings every time before trying to turn BT on, but I am not sure.


Pictures:
http://www.flashnet.epizy.com/upload...s_list_800.jpg

http://www.flashnet.epizy.com/upload...p_menu-800.jpg

http://www.flashnet.epizy.com/upload...ttings-800.jpg

http://www.flashnet.epizy.com/upload...roduct-800.jpg

Battery life:
In my experience the battery life is good. On standby, it can survive 10 days. (Almost 11.) I have checked once or twice daily during this period.
https://i.ibb.co/wMrYFxv/i9100-uptime-360x600.jpg

Maemish 2020-02-12 05:38

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Nice! And good instructions!

mautz 2020-02-12 21:12

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Congrats, that you got it working!!!

edp17 2020-02-24 23:04

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
In case somebody missed these I would like to highlight some improvements since day 1:
  • Now both the kernel and twrp can be flashed as an .img from twrp (no need for PC and heimdall anymore)
  • Plus I uploaded a kernel with Flatpak support

edp17 2020-02-25 08:40

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Quote:

Originally Posted by edp17 (Post 1565662)
In case somebody missed these I would like to highlight some improvements since day 1:
  • Now both the kernel and twrp can be flashed as an .img from twrp (no need for PC and heimdall anymore)
  • Plus I uploaded a kernel with Flatpak support

With kernel07_flatpak, I have installed Flatpak and angelfish but got an error when started Angelfish.

It looks like this is a limitation of the old kernel, but there might be a workaround. :D
I'll keep you posted.

claustn 2020-02-26 10:21

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
edp17, why don't you open a new thread on XDA and report your work there as well? It can be more visible than here for new users!
https://forum.xda-developers.com/jolla-sailfish

Edit: why not also on https://together.jolla.com/questions/

edp17 2020-02-26 12:20

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Quote:

Originally Posted by claustn (Post 1565704)
edp17, why don't you open a new thread on XDA and report your work there as well? It can be more visible than here for new users!
https://forum.xda-developers.com/jolla-sailfish

Edit: why not also on https://together.jolla.com/questions/

Thanks for the advise. It is already there. :D

But I have posted on TJC and XDA/sailfish general too.

edp17 2020-02-27 02:11

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Bluetooth is fixed! :D
Plus backport of NO_NEW_PRIVS is added into kernel for further Flatpak support but the kernel seems to be too old for that.
Unless we can patch the glibc for flatpak like I have done it for sailfish. :)

Edit:
The bluetooth is still needs some love because it starts only with the reboot (if it was switched on before that) and once it is on (after the reboot) and you switch it off, you cannot switch back on without another reboot. (Maybe the problem is the initialization.)
Plus when I paired with my bluetooth headset, the audio is not routed to it. (It still heard the sound from the speaker.)
So, I go back to the drawing board. :)

edp17 2020-04-04 18:59

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
The two softkeys (each side of the home button) do work as notification leds.
(As this device doesn't have any leds, this is a nice re-use of the soft keys which can light on/off or blink.)
The download link is updated to point to the latest image that has this function.

Bluetooth is still WIP.

edp17 2020-04-29 10:11

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
With the latest image, Bluetooth works (with little extra effort) The instruction has updated. :)

claustn 2020-04-29 11:12

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Does the bluetooth file sharing work in this build?

edp17 2020-05-06 16:11

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Quote:

Originally Posted by claustn (Post 1567178)
Does the bluetooth file sharing work in this build?

Hi, no I am afraid. The BT barely works on this device.
I'll build a new image (3.3.0.16) for the hammerhead soon and after that will come back to the BT sharing issue. (Honestly it slipped out my mind as I was busy with the S2 port.) Hopefully will find a solution. I'll keep you posted.

edp17 2020-05-06 16:12

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
I have good news! :)
Today I have manged to build a new version 3.3.0.16 image with CM-12.1 base. :D As I still don't have OBS account this new version cannot be installed as an update OTA. It has to be a fresh install what means you will lose your content. (I suggest to do a backup in TWRP first!)
A few things changed in 3.3 and the result of that Kodi stopped working. (And one of the patches I loved to use, the one that displays the provider name and logo at the bottom on the lock screen.) The owner of these two projects should update their app at some point (or maybe never). However if you can live without these two apps you can download the kernel and the image from the main post.

Happy testing. :)

edp17 2020-06-14 00:46

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Good news, mobile data is fixed!
Instruction is updated in the main post. (To make it work: change Protocol to IP in Settings/Mobile network/Data access point.)

monkeyisland 2020-09-02 15:08

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Hi there i tested the Installation.
It works so far but the browser don't work.
"Browser Content not responding"
any advice ? :(

edp17 2020-09-03 15:05

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Quote:

Originally Posted by monkeyisland (Post 1569056)
Hi there i tested the Installation.
It works so far but the browser don't work.
"Browser Content not responding"
any advice ? :(

Well, it depends on what URL you are visiting. This is an old browser, so it is quite possible there are many unsupported web sites.
I think the default home page is http://jolla.com, so this is what the browser is trying to load when you start it. Try to change the default page to something else, or try another browser from openrepos e.g. webcat.
In my experience webcat is loading up pages better that the silica browser.

edp17 2020-11-02 09:18

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
The 3.4.0.24 build is available to download. Links in the main post.
Don't forget to flash the kernel and TWRP right after you flashed SFOS otherwise you cannot boot!
  1. flash the base (cm12.1)
  2. flash the SFOS image
  3. flash the kernel!!
  4. flash TWRP

edp17 2020-12-09 12:59

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
To the main post, I added some info regarding the battery life. I post it here too.

In my experience the battery life is good. On standby, it can survive 10 days. (Almost 11.) I have checked once or twice daily during this period.
https://i.ibb.co/wMrYFxv/i9100-uptime-360x600.jpg

edp17 2021-09-06 12:52

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Sailfish OS 4.1.0.24 is available to download. This requires a different kernel. Both of these can be found in the download section in the main post.

edp17 2022-02-15 12:25

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Sailfish OS 4.3.0.15 is available to download. This requires a different kernel. Both of these can be found in the download section in the main post. (On Sfos 4.3, BT works normally, without the magic described in the first post.)

edp17 2022-05-11 06:32

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
In case somebody needs a good battery replacement, I've purchased one from this company in 2019 and I am still happy with its performance (2022): Wannsee-electronic Galaxy S2 i9100 battery

nonsuch 2022-05-12 04:52

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
^ +1 for polarcell! Got a N900 battery just a year ago, better capacity than the original.

PS: how stable/usable would you say your build is, over two years after your initial statement?

edp17 2022-06-07 00:23

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Quote:

Originally Posted by nonsuch (Post 1574109)
^ +1 for polarcell! Got a N900 battery just a year ago, better capacity than the original.

PS: how stable/usable would you say your build is, over two years after your initial statement?

I am still happy with the build. It is stable and usable, however, I am not using the device very often now. (Sfos is a bit slow on it and got some other devices to work with and test.) I still build sfos to the S2 but some things do not properly work. I've planned to make waydroid work on it but that would require a lot of work as the port uses a cm12.1 base and the device has a very old kernel (version 3.0). I've started to re-base to los17.1 but unfortunately, that also lacks some stuff that is required for Waydroid. Therefore I've put it aside and probably will come back to it later.

edp17 2022-06-08 06:49

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
The 4.4.0.64 build is available to download. Link's in the main post.
From now on the kernel is installed when flashing the zip file. :)

On the first page, I've removed some old kernel/sfos release links because the post length is limited to 1500 characters.

Some useful tips:
  • Low power mode aka ambient mode (in Fingerterm):
    Code:

    mcetool --set-low-power-mode=enabled
  • Disable lock screen animation (in Fingerterm):
    Code:

    mcetool --set-lockscreen-animation=disabled

nonsuch 2022-06-09 05:34

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Quote:

Originally Posted by edp17 (Post 1574220)
Some useful tips:
  • Low power mode aka ambient mode (in Fingerterm):
    Code:

    mcetool --set-low-power-mode=enabled
  • Disable lock screen animation (in Fingerterm):
    Code:

    mcetool --set-lockscreen-animation=disabled

Oh, nice.
Do you have more useful tips, or the source of these useful tips?
I've been looking for ways to reduce animations.
What does the other one (low power mode) do exactly?
I'm trying both anyhow... do they need to be reapplied each boot?

edp17 2022-06-09 12:18

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Quote:

Originally Posted by nonsuch (Post 1574224)
Oh, nice.
Do you have more useful tips, or the source of these useful tips?
I've been looking for ways to reduce animations.
What does the other one (low power mode) do exactly?
I'm trying both anyhow... do they need to be reapplied each boot?

What does the low-power mode enabled do?
This is meant to be to show the time&date&weather when the device is pulled out the pocket without waking up the device with the power button.
You can try it following these steps:
- lock the screen with the power button
- cover the proximity sensor at the top for a few seconds
- uncover the sensor
- The clock should appear in blue for a short time. :)
(I am not sure how reliably this works on newer Sailfish versions. It worked well on older releases but Jolla might change this because on some Sony models there is a problem with the proximity sensor when the device is in a deep-sleep and they couldn't fix that. Then they decided to switch this off when a device goes to deep-sleep. What I am not sure is whether they did this for all devices or just for Sony devices.)
No, these don't need to reapplied after reboots.

nonsuch 2022-06-10 19:39

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Thanks. It seems to do nothing on my Sony Xperia XA2, so I disabled it again.
The disable-animation thing does exactly what it advertises.

edp17 2022-06-13 15:54

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Quote:

Originally Posted by nonsuch (Post 1574233)
Thanks. It seems to do nothing on my Sony Xperia XA2, so I disabled it again.
The disable-animation thing does exactly what it advertises.

Yeah, on the Sony, it only works right after you lock the screen with the power button. Although, that is useless as it is meant to be working when the device is in deep-sleep and you pull it out from your pocket. I loved this function on older Sailfish versions, but sadly it is dropped from newer releases because of the issue on Sony devices.

edp17 2022-07-14 11:29

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
The 4.4.0.68 build is available to download. Link's in the main post.
(No need to flash kernel separately.)

edp17 2022-10-20 10:28

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
The 4.4.0.72 build is available to download. Link's in the main post.
(No need to flash kernel separately.)

sturai 2023-02-23 09:12

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
I think that it could be interesting to allow the use of Car Audio systems for calling and receiving calls. What stops me using this phone as an alternative to a dumb phone is this issue.

PS: I actually have followed recommendations and I have bought a polarcell battery replacement.

edp17 2023-03-08 07:21

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
The car audio is connected via BT. Some devices with newer BT version cannot connect to the S2. What I recommend you is, install only the android base (don't flash the sfos zip) and boot into it. Try to connect android to your car audio system. If it connects and works, then probably there is a problem with the BT settings in my port. If it doesn't work, then obviously cannot be easily fixed on the Sailfish Os side either because the problem is on the android side.

sturai 2023-03-20 09:56

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
Quote:

Originally Posted by edp17 (Post 1575129)
The car audio is connected via BT. Some devices with newer BT version cannot connect to the S2. What I recommend you is, install only the android base (don't flash the sfos zip) and boot into it. Try to connect android to your car audio system. If it connects and works, then probably there is a problem with the BT settings in my port. If it doesn't work, then obviously cannot be easily fixed on the Sailfish Os side either because the problem is on the android side.

I report that Car Support is working properly with Cyanogenmod 12.1 on the GT-9100. Must be on the SFOS part of the wall.

PS: On the other side I wonder if Replicant can be used as base.
https://redmine.replicant.us/project...laxySIIGTI9100

sturai 2023-03-20 12:25

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
I have tried Replicant on the GT-9100 and I am able to use bluetooth and to connect to a Parrot CK-3400 but I am not able to hear any sound. With SFOS 4.4.0.72 I am also able to connect properly to this Car System but it seems as if audio is not routed properly. I am going to try again with CM-12.1 because maybe my previous reply wasn't 100% accurate.

sturai 2023-03-21 07:52

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
OK, now I can conclude 100% sure that GT-9100 can make and receive calls properly with audio routing on a Parrot CK-3100 and on a Car Multimedia from a Toyota Hybrid from 2014 using CyanogenMod 12.

edp17 2023-03-29 08:53

Re: Sailfish OS for the Samsung Galaxy S2 (i9100)
 
I had been using Replicant on my S2 for a while. It crashed a lot and failed to install many apps, so, finally I replaced with my own built Sailfish Os.

Regarding you car multimedia:
Yeah, probably the routing is not correct. Unfortunately don't use car multimedia with my phones, so cannot really test what the correct routing should be.
What I can advise you, install a Sailfish Os app called Audio Output Chooser from Chum and try whether you can route the sound properly to your car multimedia. Then, post your test results here if that helps others.


All times are GMT. The time now is 18:10.

vBulletin® Version 3.8.8