This link was working at the time I have posted here - as far as I remember - but now it does not work anymore and since v4.5.0.21 every images to download require some extra fields in the url: {Policy, Signature, Key-Pair-Id} which is supposed being unique for each customer / registered user.
You can also try this one:
- https://d2lokee10frdc2.cloudfront.net/images/4.5.0.21/Sailfish_OS-Jolla-4.5.0.21-xqau52-1.0.0.21.zip
and you will enjoy the 403 forbidden error. I think that this is an sensitive step towards a more restrictive distribution policy. With positive and negative implications, depending the point of view:
-
negative - because the community is even more thigh to Jolla Oy and its destiny
-
positive - because Jolla Oy affirmed in a practical way their right to limit the re-distribution of their proprietary software and the vendor’s one.
I cannot exclude that this decision has been taken under the pressure of the vendors, but I do not think it is about Sony because all the stuff is anonymously downloadable from their website. Possibly Qualcomm which is the producer of the SoC, instead.
UPDATE
For the next release, I suggest to apply this patch:
--- flash-config.sh 2023-07-11 11:54:29.000000000 +0200
+++ flash-config.sh 2023-07-06 23:37:32.870895987 +0200
@@ -8,6 +8,7 @@ FLASH_OPS=(
"flash dtbo_b dtbo.img"
"flash userdata sailfish.img001"
"flash_blob oem_a *_v12b_seine.img"
+"flash_blob oem_b *_v12b_seine.img"
)
GETVAR_ERROR_secure="
@@ -32,5 +33,6 @@ Please remove any additional files.
"
FLASH_COMPLETED_MESSAGE="
-Remove the USB cable and bootup the device by pressing powerkey.
+Remove the USB cable and bootup the device by pressing powerkey off.
+Alternatively execute 'sudo fastboot reboot' to reboot it.
"