jakibaki
|
2017-10-11
, 19:41
|
Posts: 120 |
Thanked: 843 times |
Joined on Jul 2015
@ Berlin, Germany
|
#21
|
|
2017-10-11
, 19:48
|
Posts: 443 |
Thanked: 282 times |
Joined on Oct 2011
@ Grenoble, France
|
#22
|
The Following 3 Users Say Thank You to mousse04 For This Useful Post: | ||
|
2017-10-11
, 20:41
|
Posts: 57 |
Thanked: 140 times |
Joined on May 2015
|
#23
|
The Following User Says Thank You to objectifnul For This Useful Post: | ||
|
2017-10-11
, 21:02
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#24
|
|
2017-10-11
, 22:01
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#26
|
You don't need any drm keys.
If you didn't run ota while on an official sony rom in the last few days you'll need to install the update. It enables a special partition to be written to from fastboot-mode which is needed to install sailfish-x. (there is a workaround but this way is much easier)
|
2017-10-11
, 22:27
|
Posts: 807 |
Thanked: 1,589 times |
Joined on Aug 2014
|
#27
|
Now runon MacOS to flash Sailfish OS.Finally reboot your phone and enjoy Sailfish OS on your Phone!Code:./flash.sh
Last login: Wed Oct 11 22:24:22 on console iMac:~ adrian$ cd //Users/adrian/Desktop/SailfishX/SailfishOS-2.1.3.5-1-f5121-0.0.1.16 iMac:SailfishOS-2.1.3.5-1-f5121-0.0.1.16 adrian$ chmod +x flash.sh iMac:SailfishOS-2.1.3.5-1-f5121-0.0.1.16 adrian$ ./flash.sh Detected Mac OS X - Version: 10 13- Searching device to flash.. Found device with vendor id '0fce': Vendor ID: 0x0fce: Fastboot command: fastboot -i 0x0fce ./flash.sh: line 167: md5sum: command not found Flashing boot partition.. target reported max download size of 536870912 bytes sending 'boot' (10842 KB)... OKAY [ 0.342s] writing 'boot'... OKAY [ 0.077s] finished. total time: 0.420s target reported max download size of 536870912 bytes erasing 'system'... OKAY [ 0.228s] sending sparse 'system' 1/2 (524284 KB)... OKAY [ 16.455s] writing 'system' 1/2... OKAY [ 3.677s] sending sparse 'system' 2/2 (92428 KB)... OKAY [ 2.961s] writing 'system' 2/2... OKAY [ 0.654s] finished. total time: 23.974s target reported max download size of 536870912 bytes erasing 'userdata'... OKAY [ 0.173s] sending sparse 'userdata' 1/3 (524284 KB)... OKAY [ 16.456s] writing 'userdata' 1/3... OKAY [ 3.668s] sending sparse 'userdata' 2/3 (524284 KB)... OKAY [ 16.500s] writing 'userdata' 2/3... OKAY [ 3.673s] sending sparse 'userdata' 3/3 (252840 KB)... OKAY [ 7.986s] writing 'userdata' 3/3... OKAY [ 1.767s] finished. total time: 50.222s Flashing oem partition.. target reported max download size of 536870912 bytes sending 'oem' (163040 KB)... OKAY [ 5.140s] writing 'oem'... OKAY [ 22.583s] finished. total time: 27.723s Flashing completed. Remove the USB cable and bootup the device by pressing powerkey.
|
2017-10-12
, 05:25
|
Posts: 120 |
Thanked: 843 times |
Joined on Jul 2015
@ Berlin, Germany
|
#28
|
Is there a way to just verify the special partition exist on my device, before engaging the process to flash SFOS for X ?
sudo fastboot flash oem SW_binaries_for_Xperia_AOSP_M_MR1_3.10_v13_loire.img
The Following 4 Users Say Thank You to jakibaki For This Useful Post: | ||
|
2017-10-12
, 07:11
|
Posts: 951 |
Thanked: 2,344 times |
Joined on Jan 2012
@ UK
|
#29
|
The workaround would have been booting into recovery and moving the blobs to the special partition from there (the partition is only read-only in fastboot mode) but since you're already on a new firmware you very likely won't need that.
Download and extract the .img file from here, enter fastboot mode and then cd to the folder where you downloaded that image and runIf it runs without an error that means that the partition is properly writable.Code:sudo fastboot flash oem SW_binaries_for_Xperia_AOSP_M_MR1_3.10_v13_loire.img
The Following User Says Thank You to mariusmssj For This Useful Post: | ||
|
2017-10-12
, 07:29
|
Posts: 120 |
Thanked: 843 times |
Joined on Jul 2015
@ Berlin, Germany
|
#30
|
The Following 6 Users Say Thank You to jakibaki For This Useful Post: | ||