![]() |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
|
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
Try doing the flashtool-step again, maybe something went wrong there. (it seems like the flash may not have applied everything correctly) If that doesn't help you should probably try to get a hold of a windows-computer and update using emma because your phone seems to be in a weird state that could be causing more trouble in the long run. |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
|
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
I was then curious reading your guide afterwards (great guide btw) about the error you saw, as useful to know if I want to flash a Nougat image in the future, whether flashtool actually works with the error I saw, "reset-non-secure-adb". It will be interesting to see if anyone else sees it and tries to continue and flash. Rich |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
fastboot getvar version-basebandgives me version-baseband: 1300-4911_34.3.A.0.206looks like i just had wanted to upgrade it but just didn't too bad ... |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
just as an information:
i could remedy my mistake (not updating to the correct version before flashing with linux) by getting some inspiration from the previous build and install instructions (https://sailfishos.org/wiki/Sailfish...y_period.21.29) - i edited the flash script, commenting the part with oem flash: sed -i 's/echo "Flashing oem partition.."/echo "oem partition is populated manually through recovery"/' flash.sh- then copied the *loire.img files by hand to the appropriate partition: - flashed the phone with the sony blobs:- afterwards rebooted the phone into fastboot mode againfastboot flash system *_loire.img- did a boot into recovery image:sudo fastboot boot hybris-recovery.img- telneted into the phone in the rescue boot. - and flashed again with the modified flash.sh - and that worked. my phone now boots into sailfish x. too late to check functions now. that'll teach me (again) to better respect instructions before doing stuff. thanks for the hints! :) |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Anyone knows why some of us encountered warnings in Spanish language after flashing the Android image? I just rebooted twice to Android to check that everything is fine. It did not have impact buy i would like to know where those warnings are coming from and why in Spanish language?
|
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
Went trough all good :) not sure if I should wait for official F5122 dual sim support |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
The Android image provided in this guide is customized for Latin America. The first screen I saw had a drop down menu button to select other languages.
|
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
|
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
|
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
|
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
|
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
|
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
Waiting for a "ready to use F5122" image is the lazy route. Quote:
(e.g.: I downloaded Switzerland). Just pay attention to at least have 34.3.A.0.228 (Nougat 7.1.1), there are still a few countries with images that are stuck at 34.0 (Marshmallow 6.0.1). (On the other hand, if you want to backup the TA with the DRM key these old 34.0 images are exactly what you need). |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
1 Attachment(s)
Quote:
I had this RESET-NON-SECURE-ADB question too and canceled the flashing because I was not sure what this means. I restarted the flashing and checking the Firmeware Selector dialog. Under exclude -> Misc TA there is an option to exclude this. Can you remember if you checked that point? Should this be included? Are there other options that should be checked? Attachment 39597 |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
I tried flashing Sailfish X to my Xperia X using this device.
My sim card was detected but I was unable to get any signal. My only changes was using the F5121_34.3.A.0.238_1302-4806_R2D (DE T-MOBILE) from Xperia flashtool and my officially brought Xperia X image. Anyway I was able to get signal by using the official Windows Sailfish X installation instructions and F5121_34.3.A.0.228 NOBA firmware from Emma. |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
For those of you who don't wanna update to >=.228 fw, I wrote how I was able to flash /oem partition from hybris-recovery here. Might be of help for somebody.
http://talk.maemo.org/showthread.php...34#post1536434 |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
If not that's probably the reason why it didn't work with flashtool. |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
I have zero experience with Emma, but I've noticed that there are tons of part that can be optionnally flashed or not in Flashtool. Personnally, I've selected to flash nearly every single possible optionnal : wipe everything, nearly all optionnal Ta The only exception is simlock - it's not available in Simple mode, and Advanced mode advises you NOT to flash it. So I've skipped simlock.ta |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Does it matter/Is it better to follow the Sony Developer website proposed command to unlock the bootloader?
They give fastboot -i 0x0fce oem unlock 0x<key> the -i option is for specifying a custom USB vendor id |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
It's important only if you have more than 1 phone connected to your computer. Otherwise no difference.
|
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Thanks and then I have another question
I am using Mageia distribution and unfortunately the android-tools there use 'fastboot-android' and not 'fastboot' as the command line ... And this creates an error message with flash.sh which thinks that I do not have the package installed. I tried using an alias but same error message. I tried filling in "FASTBOOT_BIN_NAME=fastboot-android" in the script flash.sh but that did not work either. I am not that fine playing too much with the script with the limited knowledge I have and I prefer to ask for any advice before trying remove the section checking if android-tools are rightly installed... so please any guidance :P ? |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Try this to create an alias in bash so one command runs the other.
Code:
alias fastboot="fastboot-android" |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
fastboot devices instead of fastboot-android devices but still the script flash.sh complains :-( about the missing android-tools installation: "No 'fastboot' found in $PATH" |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
OK, try this to create a symlink (like a shortcut but better)
First find where it is Code:
which fastboot-android Code:
symlink /path/fastboot-android /path/fastboot |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Thanks for the guide jakibaki, it worked fine!
|
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Thanks it is running now !
This is great to see SFOS on such device PS: there was clearly no need for drama about the 'forced to use windows' :rolleyes: |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
|
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
Anyway - greetings from another Mageia user :) :cool: |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Thanks for the guide! Worked without a hitch.
Funny thing was the spanish Android from your link.. the few seconds I saw it before installing SailfishX :) |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Thanks for the information; got finally sailfishx installed:
Started on sunday, 15:30 ... 00:20 (monday morning got andoid downgraded) Continued on monday, 20:00 -- 23:20 sailfishx booted the first time. Quite a few obstacles and trial & errors... Last thing was that fastboot just did not work after that 'spanish' image flashing (well, how to know what 'wipe' options to tick on that gui...) -- the led always went green when pressing volumeup when connecting usb. Working 'workaround' was entering 'adb reboot bootloader' when android running (and that MTP usb mode) to get blue led... |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
There is a small error on the above site: Code:
mount /dev/mmcblk0p52 system |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Hello,
Where can i download this file: SailfishOS-2.1.3.5-1-f5121-0.0.1.16.zip Anybody have a link please? I can't go on jolla shop it said page not found. Is it the last sfos for xperia X? Thanks in advance. |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
The download is in your account @jolla after you bought it.
|
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
|
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
My country is not allowed i think. I try with proxy online same result :( when i want to pay SFOS X. |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Quote:
But some addresses are wrongly recognized (that's why I did the proxy in the first place) Other people have shown success using the VPN mode of opera. Alternative : If you have some place (e.g.: an FTP site) I could upload it to your. Note: the Sailfish X ZIP file contains only the free part of Sailfish OS. The non-free proprietary bits which are licensed (alien-dalvik, microsoft exchange accounts, text prediction, etc.) are obtained from the Jolla Shop and are linked to your account. If you do not buy them from the website, you won't get these features, you'll only get more or less what the community crowd make themselves. You're better off finding a way around the stupid broken geo-lock and buying it than getting the ZIP from someone : it would be incomplete. |
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
1 Attachment(s)
Quote:
|
Re: [UNOFFICIAL GUIDE] Flash Sailfish X using Linux or MacOS
Thanks again Jakibaki for the tutorial!
I finally have time to give little feedback. All was working great but the Flashtool part. Is it correct that flashtool needs sudo rights to operate? At least it did not work for my normal user which i attempted first according to the "open flashtool" instruction. |
All times are GMT. The time now is 08:13. |
vBulletin® Version 3.8.8