We have moved to a new Sailfish OS Forum. Please start new discussions there.
## NEWS
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.
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
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
2 | No.2 Revision |
## NEWS
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.
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
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
3 | No.3 Revision |
## NEWS
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.
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
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
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-client
in terminal or by rebooting the device.
4 | No.4 Revision |
## NEWS
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.
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
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
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-client
in terminal or by rebooting the device.
5 | No.5 Revision |
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.
We have merged the mounting change for Xperia
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
You will need a "Sony Xperia X" device Follow the instructions here, please: https://jolla.com/sailfishxinstall/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
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 Visit Jolla online shop: https://shop.jolla.comJOLLACBETASFX
with your cbeta account there to get it for free.
After the purchase, make sure store-client is restarted, either by pkill store-client
in terminal or by rebooting the device.
6 | retagged |
Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.
Follow the instructions here, please: https://jolla.com/sailfishxinstall/
Visit Jolla online shop: https://shop.jolla.com
7 | No.7 Revision |
Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.
Follow the instructions here, please: https://jolla.com/sailfishxinstall/
Visit Jolla online shop: https://shop.jolla.com
8 | No.8 Revision |
Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.
Follow the instructions here, please: https://jolla.com/sailfishxinstall/
Visit Jolla online shop: https://shop.jolla.com
9 | retagged |
Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.
Follow the instructions here, please: https://jolla.com/sailfishxinstall/
Visit Jolla online shop: https://shop.jolla.com
10 | retagged |
Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.
Follow the instructions here, please: https://jolla.com/sailfishxinstall/
Visit Jolla online shop: https://shop.jolla.com
11 | No.11 Revision |
Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.
Follow the instructions here, please: https://jolla.com/sailfishxinstall/
Visit Jolla online shop: https://shop.jolla.com
12 | No.12 Revision |
Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.
Follow the instructions here, please: https://jolla.com/sailfishxinstall/
Visit Jolla online shop: https://shop.jolla.com
13 | No.13 Revision |
Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.
Follow the instructions here, please: https://jolla.com/sailfishxinstall/
Visit Jolla online shop: https://shop.jolla.com
14 | No.14 Revision |
Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.
Follow the instructions here, please: https://jolla.com/sailfishxinstall/
Visit Jolla online shop: https://shop.jolla.com
15 | No.15 Revision |
Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.
Follow the instructions here, please: https://jolla.com/sailfishxinstall/
Visit Jolla online shop: https://shop.jolla.com
16 | retagged |
Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.
Follow the instructions here, please: https://jolla.com/sailfishxinstall/
Visit Jolla online shop: https://shop.jolla.com
17 | No.17 Revision |
Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.
Follow the instructions here, please: https://jolla.com/sailfishxinstall/
Visit Jolla online shop: https://shop.jolla.com
18 | No.18 Revision |
Sailfish X version 2.1.3.5 is the first official OS release for Sony Xperia X devices.
Follow the instructions here, please: https://jolla.com/sailfishxinstall/
Visit Jolla online shop: https://shop.jolla.com