We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2017-10-06 21:46:49 +0200

jovirkku gravatar image

[release notes] 2.1.3 Kymijoki for Sony Xperia X

## NEWS

  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

2.1.3 will soon turn into the official OS release for Sony Xperia X devices. So far it is available just for you in the cbeta team. We appreciate getting feedback on it.
- RC2 will become available on Saturday Oct 7th at the latest.

MUST MODIFY THE PARTITIONS BEFORE DOWNLOADING

We have merged the mounting change for Xperia X to switch the vendor blob partition from the 'cache' partition to the Sony managed 'oem' partition.

If you update your phone after this without modifying the partitions, then it will no longer boot and will hang at the 'Sony' logo.

You can copy the blobs over manually to the new location before you version --dup. Here are the commands to do that:

devel-su
mkdir ~/oem
mount /dev/disk/by-partlabel/oem ~/oem
rm -rf ~/oem/*
cp -ar /system/vendor/* ~/oem
umount ~/oem
rmdir ~/oem

If it's already broke, use the recovery mode and execute:

mkdir oem
mount /dev/mmcblk0p28 oem
mkdir cache
mount /dev/mmcblk0p24 cache
rm -rf oem/*
cp -ar cache/* oem
umount oem
umount cache
rmdir oem cache

DOWNLOADING AND INSTALLING ON THE XPERIA X

You will need a "Sony Xperia X" device f5121 for this, codename suzu. We assume here that you have already unlocked the bootloader, updated the Android, modified the partitions. Hence you are ready to update "over the air".

devel-su
ssu re 2.1.3.3
version --dup

HIGHLIGHTS OF 2.1.3.3 (Xperia)

  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • Bluetooth works (beta)
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • sensors:
    • working (detected with AIDA64): accelerometer, gyro, light, proximity

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.3

  • New pictures may appear at the end of the Gallery
  • Signing in to Dropbox account may not work smoothly
  • Camera fails to work after using it in Android apps
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (tethering) does not work
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores

ISSUES FOUND BY CBETA

click to hide/show revision 2
No.2 Revision

[release notes] 2.1.3 Kymijoki for Sony Xperia X

## NEWS

  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

2.1.3 will soon turn into the official OS release for Sony Xperia X devices. So far it is available just for you in the cbeta team. We appreciate getting feedback on it.
- RC2 will become available on Saturday Oct 7th at the latest.

MUST MODIFY THE PARTITIONS BEFORE DOWNLOADING

We have merged the mounting change for Xperia X to switch the vendor blob partition from the 'cache' partition to the Sony managed 'oem' partition.

If you update your phone after this without modifying the partitions, then it will no longer boot and will hang at the 'Sony' logo.

You can copy the blobs over manually to the new location before you version --dup. Here are the commands to do that:

devel-su
mkdir ~/oem
mount /dev/disk/by-partlabel/oem ~/oem
rm -rf ~/oem/*
cp -ar /system/vendor/* ~/oem
umount ~/oem
rmdir ~/oem

If it's already broke, use the recovery mode and execute:

mkdir oem
mount /dev/mmcblk0p28 oem
mkdir cache
mount /dev/mmcblk0p24 cache
rm -rf oem/*
cp -ar cache/* oem
umount oem
umount cache
rmdir oem cache

DOWNLOADING AND INSTALLING ON THE XPERIA X

You will need a "Sony Xperia X" device f5121 for this, codename suzu. We assume here that you have already unlocked the bootloader, updated the Android, modified the partitions. Hence you are ready to update "over the air".

devel-su
ssu re 2.1.3.3
version --dup

HIGHLIGHTS OF 2.1.3.3 (Xperia)

  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • Bluetooth works (beta)
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • sensors:
    • working (detected with AIDA64): accelerometer, gyro, light, proximity

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.3

  • New pictures may appear at the end of the Gallery
  • Signing in to Dropbox account may not work smoothly
  • Camera fails to work after using it in Android apps
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (tethering) does not work
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores

ISSUES FOUND BY CBETA

click to hide/show revision 3
No.3 Revision

[release notes] 2.1.3 Kymijoki for Sony Xperia X

## NEWS

  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

2.1.3 will soon turn into the official OS release for Sony Xperia X devices. So far it is available just for you in the cbeta team. We appreciate getting feedback on it.
- RC2 will become available on Saturday Oct 7th at the latest.

MUST MODIFY THE PARTITIONS BEFORE DOWNLOADING

We have merged the mounting change for Xperia X to switch the vendor blob partition from the 'cache' partition to the Sony managed 'oem' partition.

If you update your phone after this without modifying the partitions, then it will no longer boot and will hang at the 'Sony' logo.

You can copy the blobs over manually to the new location before you version --dup. Here are the commands to do that:

devel-su
mkdir ~/oem
mount /dev/disk/by-partlabel/oem ~/oem
rm -rf ~/oem/*
cp -ar /system/vendor/* ~/oem
umount ~/oem
rmdir ~/oem

If it's already broke, use the recovery mode and execute:

mkdir oem
mount /dev/mmcblk0p28 oem
mkdir cache
mount /dev/mmcblk0p24 cache
rm -rf oem/*
cp -ar cache/* oem
umount oem
umount cache
rmdir oem cache

DOWNLOADING AND INSTALLING ON THE XPERIA X

You will need a "Sony Xperia X" device f5121 for this, codename suzu. We assume here that you have already unlocked the bootloader, updated the Android, modified the partitions. Hence you are ready to update "over the air".

devel-su
ssu re 2.1.3.3
version --dup

GETTING THE LICENCED CONTENT FROM STORE

In order to make sure that the store works consistently for everyone, you now need to purchase the license from https://shop.jolla.com to get Aliendalvik and MS Exchange support. You can use voucher code JOLLACBETASFX with your cbeta account there to get it for free.

After the purchase, make sure store-client is restarted, either by pkill store-clientin terminal or by rebooting the device.

HIGHLIGHTS OF 2.1.3.3 (Xperia)

  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • Bluetooth works (beta)
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • sensors:
    • working (detected with AIDA64): accelerometer, gyro, light, proximity

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.3

  • New pictures may appear at the end of the Gallery
  • Signing in to Dropbox account may not work smoothly
  • Camera fails to work after using it in Android apps
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (tethering) does not work
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores

ISSUES FOUND BY CBETA

click to hide/show revision 4
No.4 Revision

[release notes] 2.1.3 Kymijoki for Sony Xperia X

## NEWS

NEWS

  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

2.1.3 will soon turn into the official OS release for Sony Xperia X devices. So far it is available just for you in the cbeta team. We appreciate getting feedback on it.
- RC2 will become available on Saturday Oct 7th at the latest.

MUST MODIFY THE PARTITIONS BEFORE DOWNLOADING

We have merged the mounting change for Xperia X to switch the vendor blob partition from the 'cache' partition to the Sony managed 'oem' partition.

If you update your phone after this without modifying the partitions, then it will no longer boot and will hang at the 'Sony' logo.

You can copy the blobs over manually to the new location before you version --dup. Here are the commands to do that:

devel-su
mkdir ~/oem
mount /dev/disk/by-partlabel/oem ~/oem
rm -rf ~/oem/*
cp -ar /system/vendor/* ~/oem
umount ~/oem
rmdir ~/oem

If it's already broke, use the recovery mode and execute:

mkdir oem
mount /dev/mmcblk0p28 oem
mkdir cache
mount /dev/mmcblk0p24 cache
rm -rf oem/*
cp -ar cache/* oem
umount oem
umount cache
rmdir oem cache

DOWNLOADING AND INSTALLING ON THE XPERIA X

You will need a "Sony Xperia X" device f5121 for this, codename suzu. We assume here that you have already unlocked the bootloader, updated the Android, modified the partitions. Hence you are ready to update "over the air".

devel-su
ssu re 2.1.3.3
version --dup

GETTING THE LICENCED CONTENT FROM STORE

In order to make sure that the store works consistently for everyone, you now need to purchase the license from https://shop.jolla.com to get Aliendalvik and MS Exchange support. You can use voucher code JOLLACBETASFX with your cbeta account there to get it for free.

After the purchase, make sure store-client is restarted, either by pkill store-clientin terminal or by rebooting the device.

HIGHLIGHTS OF 2.1.3.3 (Xperia)

  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • Bluetooth works (beta)
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • sensors:
    • working (detected with AIDA64): accelerometer, gyro, light, proximity

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.3

  • New pictures may appear at the end of the Gallery
  • Signing in to Dropbox account may not work smoothly
  • Camera fails to work after using it in Android apps
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (tethering) does not work
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores

ISSUES FOUND BY CBETA

click to hide/show revision 5
No.5 Revision

[release notes] 2.1.3 Kymijoki for Sony Xperia X

NEWS

  • 2017-10-11 2.1.3.5 RC3 : Roll out to all Xperia users. No over-the-air update available. Must be flashed to devices.
  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

2.1.3 will soon turn into the Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices. So far it is available just for you in the cbeta team. We appreciate getting feedback on it.
- RC2 will become available on Saturday Oct 7th at the latest.

MUST MODIFY THE PARTITIONS BEFORE DOWNLOADING

We have merged the mounting change for Xperia

GETTING SAILFISH X to switch the vendor blob partition from the 'cache' partition to the Sony managed 'oem' partition.

If you update your phone after this without modifying the partitions, then it will no longer boot and will hang at the 'Sony' logo.

You can copy the blobs over manually to the new location before you version --dup. Here are the commands to do that:

devel-su
mkdir ~/oem
mount /dev/disk/by-partlabel/oem ~/oem
rm -rf ~/oem/*
cp -ar /system/vendor/* ~/oem
umount ~/oem
rmdir ~/oem

If it's already broke, use the recovery mode and execute:

mkdir oem
mount /dev/mmcblk0p28 oem
mkdir cache
mount /dev/mmcblk0p24 cache
rm -rf oem/*
cp -ar cache/* oem
umount oem
umount cache
rmdir oem cache

DOWNLOADING AND INSTALLING ON THE XPERIA XIT TO XPERIA

You will need a "Sony Xperia X" device f5121 for this, codename suzu. We assume here that you have already unlocked the bootloader, updated the Android, modified the partitions. Hence you are ready to update "over the air".
Follow the instructions here, please: https://jolla.com/sailfishxinstall/

devel-su
ssu re 2.1.3.3
version --dup

GETTING THE LICENCED LICENSED CONTENT FROM STORE

In order to make sure that the store works consistently for everyone, you now need to purchase the license from https://shop.jolla.com to get Aliendalvik and MS Exchange support. You can use voucher code JOLLACBETASFX with your cbeta account there to get it for free.Visit Jolla online shop: https://shop.jolla.com

After the purchase, make sure store-client is restarted, either by pkill store-clientin terminal or by rebooting the device.

HIGHLIGHTS OF 2.1.3.3 (Xperia)2.1.3.5 (Xperia X)

  • Camera: video recording and still camera fixed in Android apps
  • Camera: HW shutter button added
  • Camera: focus modes added; focus of front camera fixed
  • Connectivity: switching from mobile data to WLAN improved
  • Dropbox account: sign in fixed
  • Longer buffers for music playback in use
  • New default ambience added
  • Youtube video playback fixed in landscape fullscreen mode
  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • Bluetooth works (beta)basics work (beta level)
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • sensors:
    • working (detected with AIDA64): sensors: accelerometer, gyro, light, proximityproximity.

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.32.1.3.5

  • Bluetooth: implementation not complete
  • Waking up the device by double-tap does not work
  • New pictures may appear at the end of the Gallery
  • Signing in to Dropbox account may not work smoothly
  • Camera fails to work after using it in Android apps
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (tethering) does not work
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores

ISSUES FOUND BY CBETA

[release notes] 2.1.3 Kymijoki for Sony Xperia X

NEWS

  • 2017-10-11 2.1.3.5 RC3 : Roll out to all Xperia users. No over-the-air update available. Must be flashed to devices.
  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.

GETTING SAILFISH X AND INSTALLING IT TO XPERIA

Follow the instructions here, please: https://jolla.com/sailfishxinstall/

GETTING THE LICENSED CONTENT FROM STORE

Visit Jolla online shop: https://shop.jolla.com

HIGHLIGHTS OF 2.1.3.5 (Xperia X)

  • Camera: video recording and still camera fixed in Android apps
  • Camera: HW shutter button added
  • Camera: focus modes added; focus of front camera fixed
  • Connectivity: switching from mobile data to WLAN improved
  • Dropbox account: sign in fixed
  • Longer buffers for music playback in use
  • New default ambience added
  • Youtube video playback fixed in landscape fullscreen mode
  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • Bluetooth basics work (beta level)
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • working sensors: accelerometer, gyro, light, proximity.

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.5

  • Bluetooth: implementation not complete
  • Waking up the device by double-tap does not work
  • New pictures may appear at the end of the Gallery
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (tethering) does not work
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores
click to hide/show revision 7
No.7 Revision

[release notes] 2.1.3 Kymijoki for Sony Xperia X

NEWS

  • 2017-10-11 2.1.3.5 RC3 : Roll out to all Xperia users. No over-the-air update available. Must be flashed to devices.
  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.

GETTING SAILFISH X AND INSTALLING IT TO XPERIA

Follow the instructions here, please: https://jolla.com/sailfishxinstall/

GETTING THE LICENSED CONTENT FROM STORE

Visit Jolla online shop: https://shop.jolla.com

HIGHLIGHTS OF 2.1.3.5 (Xperia X)

  • Camera: video recording and still camera fixed in Android apps
  • Camera: HW shutter button added
  • Camera: focus modes added; focus of front camera fixed
  • Connectivity: switching from mobile data to WLAN improved
  • Dropbox account: sign in fixed
  • Longer buffers for music playback in use
  • New default ambience added
  • Youtube video playback fixed in landscape fullscreen mode
  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • Bluetooth basics work (beta level)
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • working sensors: accelerometer, gyro, light, proximity.

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.5

  • Bluetooth: implementation not complete
  • Waking up the device by double-tap does not work
  • New pictures may appear at the end of the Gallery
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (tethering) does not work
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores
click to hide/show revision 8
No.8 Revision

[release notes] 2.1.3 Kymijoki for Sony Xperia X

NEWS

  • 2017-10-11 2.1.3.5 RC3 : Roll out to all Xperia users. No over-the-air update available. Must be flashed to devices.
  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.

GETTING SAILFISH X AND INSTALLING IT TO XPERIA

Follow the instructions here, please: https://jolla.com/sailfishxinstall/

GETTING THE LICENSED CONTENT FROM STORE

Visit Jolla online shop: https://shop.jolla.com

HIGHLIGHTS OF 2.1.3.5 (Xperia X)

  • Camera: video recording and still camera fixed in Android apps
  • Camera: HW shutter button added
  • Camera: focus modes added; focus of front camera fixed
  • Connectivity: switching from mobile data to WLAN improved
  • Dropbox account: sign in fixed
  • Longer buffers for music playback in use
  • New default ambience added
  • Youtube video playback fixed in landscape fullscreen mode
  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • working sensors: accelerometer, gyro, light, proximity.

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.5

  • Bluetooth: implementation not completecomplete (beta)
  • Waking up the device by double-tap does not work
  • New pictures may appear at the end of the Gallery
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (tethering) does not work
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores

[release notes] 2.1.3 Kymijoki for Sony Xperia X

NEWS

  • 2017-10-11 2.1.3.5 RC3 : Roll out to all Xperia users. No over-the-air update available. Must be flashed to devices.
  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.

GETTING SAILFISH X AND INSTALLING IT TO XPERIA

Follow the instructions here, please: https://jolla.com/sailfishxinstall/

GETTING THE LICENSED CONTENT FROM STORE

Visit Jolla online shop: https://shop.jolla.com

HIGHLIGHTS OF 2.1.3.5 (Xperia X)

  • Camera: video recording and still camera fixed in Android apps
  • Camera: HW shutter button added
  • Camera: focus modes added; focus of front camera fixed
  • Connectivity: switching from mobile data to WLAN improved
  • Dropbox account: sign in fixed
  • Longer buffers for music playback in use
  • New default ambience added
  • Youtube video playback fixed in landscape fullscreen mode
  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • working sensors: accelerometer, gyro, light, proximity.

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.5

  • Bluetooth: implementation not complete (beta)
  • Waking up the device by double-tap does not work
  • New pictures may appear at the end of the Gallery
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (tethering) does not work
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores

[release notes] 2.1.3 Kymijoki for Sony Xperia X

NEWS

  • 2017-10-11 2.1.3.5 RC3 : Roll out to all Xperia users. No over-the-air update available. Must be flashed to devices.
  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.

GETTING SAILFISH X AND INSTALLING IT TO XPERIA

Follow the instructions here, please: https://jolla.com/sailfishxinstall/

GETTING THE LICENSED CONTENT FROM STORE

Visit Jolla online shop: https://shop.jolla.com

HIGHLIGHTS OF 2.1.3.5 (Xperia X)

  • Camera: video recording and still camera fixed in Android apps
  • Camera: HW shutter button added
  • Camera: focus modes added; focus of front camera fixed
  • Connectivity: switching from mobile data to WLAN improved
  • Dropbox account: sign in fixed
  • Longer buffers for music playback in use
  • New default ambience added
  • Youtube video playback fixed in landscape fullscreen mode
  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • working sensors: accelerometer, gyro, light, proximity.

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.5

  • Bluetooth: implementation not complete (beta)
  • Waking up the device by double-tap does not work
  • New pictures may appear at the end of the Gallery
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (tethering) does not work
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores
click to hide/show revision 11
No.11 Revision

[release notes] 2.1.3 Kymijoki for Sony Xperia X

NEWS

  • 2017-10-11 2.1.3.5 RC3 : Roll out to all Xperia users. No over-the-air update available. Must be flashed to devices.
  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.

GETTING SAILFISH X AND INSTALLING IT TO XPERIA

Follow the instructions here, please: https://jolla.com/sailfishxinstall/

GETTING THE LICENSED CONTENT FROM STORE

Visit Jolla online shop: https://shop.jolla.com

HIGHLIGHTS OF 2.1.3.5 (Xperia X)

  • Camera: video recording and still camera fixed in Android apps
  • Camera: HW shutter button added
  • Camera: focus modes added; focus of front camera fixed
  • Connectivity: switching from mobile data to WLAN improved
  • Dropbox account: sign in fixed
  • Longer buffers for music playback in use
  • New default ambience added
  • Youtube video playback fixed in landscape fullscreen mode
  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • working sensors: accelerometer, gyro, light, proximity.

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.5

  • Bluetooth: implementation not complete (beta)
  • Waking up the device by double-tap does not work
  • New pictures may appear at the end of the Gallery
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (tethering) does not workwork. However, it can be forced to work - see this help article
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores
click to hide/show revision 12
No.12 Revision

[release notes] 2.1.3 Kymijoki for Sony Xperia X

NEWS

  • 2017-10-11 2.1.3.5 RC3 : Roll out to all Xperia users. No over-the-air update available. Must be flashed to devices.
  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.

GETTING SAILFISH X AND INSTALLING IT TO XPERIA

Follow the instructions here, please: https://jolla.com/sailfishxinstall/

GETTING THE LICENSED CONTENT FROM STORE

Visit Jolla online shop: https://shop.jolla.com

HIGHLIGHTS OF 2.1.3.5 (Xperia X)

  • Camera: video recording and still camera fixed in Android apps
  • Camera: HW shutter button added
  • Camera: focus modes added; focus of front camera fixed
  • Connectivity: switching from mobile data to WLAN improved
  • Dropbox account: sign in fixed
  • Longer buffers for music playback in use
  • New default ambience added
  • Youtube video playback fixed in landscape fullscreen mode
  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • working sensors: accelerometer, gyro, light, proximity.

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.5

  • Bluetooth: implementation not complete (beta)
  • Waking up the device by double-tap does not work
  • New pictures may appear at the end of the Gallery
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (tethering) does not work. However, it can be forced to work - see this turned on at the command line: help article
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores
click to hide/show revision 13
No.13 Revision

[release notes] 2.1.3 Kymijoki for Sony Xperia X

NEWS

  • 2017-10-20: Sailfish X instructions improved. RC4 expected next week.
  • 2017-10-11 2.1.3.5 RC3 : Roll out to all Xperia users. No over-the-air update available. Must be flashed to devices.
  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.

GETTING SAILFISH X AND INSTALLING IT TO XPERIA

Follow the instructions here, please: https://jolla.com/sailfishxinstall/

GETTING THE LICENSED CONTENT FROM STORE

Visit Jolla online shop: https://shop.jolla.com

HIGHLIGHTS OF 2.1.3.5 (Xperia X)

  • Camera: video recording and still camera fixed in Android apps
  • Camera: HW shutter button added
  • Camera: focus modes added; focus of front camera fixed
  • Connectivity: switching from mobile data to WLAN improved
  • Dropbox account: sign in fixed
  • Longer buffers for music playback in use
  • New default ambience added
  • Youtube video playback fixed in landscape fullscreen mode
  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • working sensors: accelerometer, gyro, light, proximity.

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.5

  • Bluetooth: implementation not complete (beta)
  • Waking up the device by double-tap does not work
  • New pictures may appear at the end of the Gallery
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (tethering) does not work. However, it can be turned on at the command line: help article
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores
click to hide/show revision 14
No.14 Revision

[release notes] 2.1.3 Kymijoki for Sony Xperia X

NEWS

  • 2017-10-20: Sailfish X instructions improved. RC4 expected next week.
  • 2017-10-11 2.1.3.5 RC3 : Roll out to all Xperia users. No over-the-air update available. Must be flashed to devices.
  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.

GETTING SAILFISH X AND INSTALLING IT TO XPERIA

Follow the instructions here, please: https://jolla.com/sailfishxinstall/

GETTING THE LICENSED CONTENT FROM STORE

Visit Jolla online shop: https://shop.jolla.com

HIGHLIGHTS OF 2.1.3.5 (Xperia X)

  • Camera: video recording and still camera fixed in Android apps
  • Camera: HW shutter button added
  • Camera: focus modes added; focus of front camera fixed
  • Connectivity: switching from mobile data to WLAN improved
  • Dropbox account: sign in fixed
  • Longer buffers for music playback in use
  • New default ambience added
  • Youtube video playback fixed in landscape fullscreen mode
  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • working sensors: accelerometer, gyro, light, proximity.

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.5

  • Manual network/operator search lists all networks by the same name (the name of the SIM provider). Use automatic search. If not possible, you need to try several items in the manual search results, unfortunately. The top most item is not necessarily the one that can serve you.
  • Bluetooth: implementation not complete (beta)
  • Waking up the device by double-tap does not work
  • New pictures may appear at the end of the Gallery
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (tethering) does not work. However, it can be turned on at the command line: help article
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores
click to hide/show revision 15
No.15 Revision

[release notes] 2.1.3 Kymijoki for Sony Xperia X

NEWS

  • 2017-10-20: Sailfish X instructions improved. RC4 expected next week.
  • 2017-10-11 2.1.3.5 RC3 : Roll out to all Xperia users. No over-the-air update available. Must be flashed to devices.
  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.

GETTING SAILFISH X AND INSTALLING IT TO XPERIA

Follow the instructions here, please: https://jolla.com/sailfishxinstall/

GETTING THE LICENSED CONTENT FROM STORE

Visit Jolla online shop: https://shop.jolla.com

HIGHLIGHTS OF 2.1.3.5 (Xperia X)

  • Camera: video recording and still camera fixed in Android apps
  • Camera: HW shutter button added
  • Camera: focus modes added; focus of front camera fixed
  • Connectivity: switching from mobile data to WLAN improved
  • Dropbox account: sign in fixed
  • Longer buffers for music playback in use
  • New default ambience added
  • Youtube video playback fixed in landscape fullscreen mode
  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • working sensors: accelerometer, gyro, light, proximity.

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.5

  • Manual network/operator search lists all networks by the same name (the name of the SIM provider). Use automatic search. If not possible, you need to try several items in the manual search results, unfortunately. The top most item is not necessarily the one that can serve you.
  • Bluetooth: implementation not complete (beta)
  • Waking up the device by double-tap does not work
  • New pictures may appear at the end of the Gallery
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (tethering) (WLAN hotspot, tethering) does not work. However, it can be turned on at the command line: help article
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores

[release notes] 2.1.3 Kymijoki for Sony Xperia X

NEWS

  • 2017-10-20: Sailfish X instructions improved. RC4 expected next week.
  • 2017-10-11 2.1.3.5 RC3 : Roll out to all Xperia users. No over-the-air update available. Must be flashed to devices.
  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.

GETTING SAILFISH X AND INSTALLING IT TO XPERIA

Follow the instructions here, please: https://jolla.com/sailfishxinstall/

GETTING THE LICENSED CONTENT FROM STORE

Visit Jolla online shop: https://shop.jolla.com

HIGHLIGHTS OF 2.1.3.5 (Xperia X)

  • Camera: video recording and still camera fixed in Android apps
  • Camera: HW shutter button added
  • Camera: focus modes added; focus of front camera fixed
  • Connectivity: switching from mobile data to WLAN improved
  • Dropbox account: sign in fixed
  • Longer buffers for music playback in use
  • New default ambience added
  • Youtube video playback fixed in landscape fullscreen mode
  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • working sensors: accelerometer, gyro, light, proximity.

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.5

  • Manual network/operator search lists all networks by the same name (the name of the SIM provider). Use automatic search. If not possible, you need to try several items in the manual search results, unfortunately. The top most item is not necessarily the one that can serve you.
  • Bluetooth: implementation not complete (beta)
  • Waking up the device by double-tap does not work
  • New pictures may appear at the end of the Gallery
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (WLAN hotspot, tethering) does not work. However, it can be turned on at the command line: help article
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores
click to hide/show revision 17
No.17 Revision

[release notes] 2.1.3 Kymijoki for Sony Xperia X

NEWS

  • 2017-11-14: 2.1.3.7 has rolled out. The release notes are at https://together.jolla.com/question/172002/release-notes-213-kymijoki/ - we discontinue posting here. Instructions for installing Sailfish OS to Sony Xperia X devices are at jolla.com - covering Windows, Linux and Mac computers.
  • 2017-10-20: Sailfish X instructions improved. RC4 expected next week.
  • 2017-10-11 2.1.3.5 RC3 : Roll out to all Xperia users. No over-the-air update available. Must be flashed to devices.
  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.

GETTING SAILFISH X AND INSTALLING IT TO XPERIA

Follow the instructions here, please: https://jolla.com/sailfishxinstall/

GETTING THE LICENSED CONTENT FROM STORE

Visit Jolla online shop: https://shop.jolla.com

HIGHLIGHTS OF 2.1.3.5 (Xperia X)

  • Camera: video recording and still camera fixed in Android apps
  • Camera: HW shutter button added
  • Camera: focus modes added; focus of front camera fixed
  • Connectivity: switching from mobile data to WLAN improved
  • Dropbox account: sign in fixed
  • Longer buffers for music playback in use
  • New default ambience added
  • Youtube video playback fixed in landscape fullscreen mode
  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • working sensors: accelerometer, gyro, light, proximity.

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.5

  • Manual network/operator search lists all networks by the same name (the name of the SIM provider). Use automatic search. If not possible, you need to try several items in the manual search results, unfortunately. The top most item is not necessarily the one that can serve you.
  • Bluetooth: implementation not complete (beta)
  • Waking up the device by double-tap does not work
  • New pictures may appear at the end of the Gallery
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (WLAN hotspot, tethering) does not work. However, it can be turned on at the command line: help article
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores

[release notes] 2.1.3 / Kymijoki for Sony Xperia X

NEWS

  • 2017-11-14: 2.1.3.7 has rolled out. The release notes are at https://together.jolla.com/question/172002/release-notes-213-kymijoki/ - we discontinue posting here. Instructions for installing Sailfish OS to Sony Xperia X devices are at jolla.com - covering Windows, Linux and Mac computers.
  • 2017-10-20: Sailfish X instructions improved. RC4 expected next week.
  • 2017-10-11 2.1.3.5 RC3 : Roll out to all Xperia users. No over-the-air update available. Must be flashed to devices.
  • 2017-10-06 2.1.3.3 RC2 : NOTE: Partitions changed. Must be modified on device before updating to RC2.
  • 2017-10-04 2.1.3.1 RC1 : Initial release to cbeta

FOREWORD

Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.

GETTING SAILFISH X AND INSTALLING IT TO XPERIA

Follow the instructions here, please: https://jolla.com/sailfishxinstall/

GETTING THE LICENSED CONTENT FROM STORE

Visit Jolla online shop: https://shop.jolla.com

HIGHLIGHTS OF 2.1.3.5 (Xperia X)

  • Camera: video recording and still camera fixed in Android apps
  • Camera: HW shutter button added
  • Camera: focus modes added; focus of front camera fixed
  • Connectivity: switching from mobile data to WLAN improved
  • Dropbox account: sign in fixed
  • Longer buffers for music playback in use
  • New default ambience added
  • Youtube video playback fixed in landscape fullscreen mode
  • Blueborn CVE fixed
  • Other CVE fixes
  • Fix for phone call mute
  • PIN/PUK dialogs fixed
  • installing local rpm's works now
  • creating ambiences works better
  • gallery with lots of content more robust
  • more CPU cores in use.
  • working sensors: accelerometer, gyro, light, proximity.

KNOWN ISSUES AND FEATURES NOT YET SUPPORTED ON 2.1.3.5

  • Manual network/operator search lists all networks by the same name (the name of the SIM provider). Use automatic search. If not possible, you need to try several items in the manual search results, unfortunately. The top most item is not necessarily the one that can serve you.
  • Bluetooth: implementation not complete (beta)
  • Waking up the device by double-tap does not work
  • New pictures may appear at the end of the Gallery
  • WPA2 Enterprise connection fails after first entering an incorrect password
  • Sensors:
    • not working: fingerprint, barometer, step counter
    • compass (or gyro?) working in Google Maps, not yet natively
  • Internet sharing (WLAN hotspot, tethering) does not work. However, it can be turned on at the command line: help article
  • Issues with video playback and video recording
  • FM radio missing
  • Even though all CPU cores get eventually enabled, foreground apps do not always run on the big cores