|
2017-10-12
, 19:24
|
Posts: 120 |
Thanked: 843 times |
Joined on Jul 2015
@ Berlin, Germany
|
#42
|
properly update? ... i'm quite sure i did this
flashing starts correctly, the phone is found and all previous steps end with OK. like this here:
Searching device to flash..
Found device with vendor id '0fce': Bus 001 Device 034: ID 0fce:0dde Sony Ericsson Mobile Communications AB Xperia Mini Pro Bootloader
Fastboot command: fastboot -i 0x0fce
Flashing boot partition..
target reported max download size of 536870912 bytes
sending 'boot' (10842 KB)...
OKAY [ 0.356s]
...
just this oem partition doesn't want to be flashed
The Following User Says Thank You to jakibaki For This Useful Post: | ||
|
2017-10-12
, 19:26
|
Posts: 127 |
Thanked: 203 times |
Joined on Sep 2010
@ Switzerland
|
#43
|
The Following User Says Thank You to maximilian1st For This Useful Post: | ||
|
2017-10-12
, 19:31
|
Posts: 286 |
Thanked: 259 times |
Joined on Jan 2006
@ Cambridge, England
|
#44
|
No that actually wasn't it D:
Did it work anyways for you? In that case there are multiple non-fatal errors that can happen.
The Following User Says Thank You to richie For This Useful Post: | ||
|
2017-10-12
, 19:37
|
Posts: 4 |
Thanked: 6 times |
Joined on Oct 2017
|
#45
|
Did you flash "F5121_34.3.A.0.228_CE5.ftf" or had not unlocked boot loader previously and had managed to obtain OTA update to enable OEM partition prior to flashing Sailfish OS?
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
The Following User Says Thank You to jabgoe For This Useful Post: | ||
|
2017-10-12
, 21:23
|
Posts: 4 |
Thanked: 6 times |
Joined on Oct 2017
|
#46
|
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:
sed -i 's/$FLASHCMD oem $BLOBS/#$FLASHCMD oem $BLOBS/' flash.sh
- 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 copied files according to instructions here
|
2017-10-13
, 04:14
|
|
Posts: 411 |
Thanked: 1,105 times |
Joined on Jan 2010
@ Europe
|
#47
|
The Following User Says Thank You to BluesLee For This Useful Post: | ||
|
2017-10-13
, 06:33
|
Posts: 951 |
Thanked: 2,344 times |
Joined on Jan 2012
@ UK
|
#48
|
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
|
2017-10-13
, 06:37
|
|
Posts: 889 |
Thanked: 2,087 times |
Joined on Sep 2010
@ Manchester
|
#49
|
The Following 4 Users Say Thank You to mrsellout For This Useful Post: | ||
|
2017-10-13
, 06:58
|
Posts: 177 |
Thanked: 427 times |
Joined on Sep 2017
|
#50
|
The Following User Says Thank You to suicidal_orange For This Useful Post: | ||
Last edited by aspergerguy; 2017-10-12 at 19:24. Reason: Correction