answered
2017-10-11 22:06:20 +0200
Flashing from LInux only works iff you first upgraded the installed Android to 34.3.A.0.228. If you unlocked the phone before upgrading, the partitioning is still in an old layout, which prohibits flashing from Linux.
I unlocked it before fully upgrading, so now I'm battling with the Sony Emma tool, which is a PITA because my C: disk doesn't have much free space, and Emma instists on downloading the image to C:, which fails :(
Edit: As @Jarno noted, you can fix the partitioning from linux:
devel-su
mkdir ~/oem
mount /dev/disk/by-partlabel/oem ~/oem
rm -rf ~/oem/*
cp -ar /system/vendor/* ~/oem
umount ~/oem
rmdir ~/oem
THANK YOU! IYF trolls!
tortoisedoc ( 2017-10-11 21:30:57 +0200 )editThank you! Great to know!
Do I understand correctly I just need to run the flash.sh script ('course sudo and fastboot available)?
Have a nice evening!
shiro kitsune ( 2017-10-11 21:44:57 +0200 )editfirst: this is no guide
yes, upgrade Android on the phone to atleast the version from the Jolla Guide, unlock it according to Sonys guide, download the image from the Jolla Store. Extract the zip- file. Add the Sony Image to the folder as descibed.
My post was to let evryone know that one can flash Sailfish Offical to Xperia X without MS- Windows. Not a guide.
fishandchips ( 2017-10-11 21:54:08 +0200 )editYes, I understood this is no guide. Just wanted to ask as asking is free of charge(*-^). Maybe I should have been more specific (e.g. flashing the image by hand). Question answered. 'bowing'
shiro kitsune ( 2017-10-11 21:57:24 +0200 )editthanks! sounds encouraging. will try this then. emma at least is no wine compatible program ... :(
jabgoe ( 2017-10-11 22:00:43 +0200 )edit