Skip to content

Instantly share code, notes, and snippets.

@Nokius
Last active December 7, 2025 07:28
Show Gist options
  • Select an option

  • Save Nokius/a890ea00e563b4517ca6b6454ffa028d to your computer and use it in GitHub Desktop.

Select an option

Save Nokius/a890ea00e563b4517ca6b6454ffa028d to your computer and use it in GitHub Desktop.
Install SailfishOS on Xperia™ Z3 Tablet Compact (SGP621)

Install SailfishOS on Xperia™ Z3 Tablet Compact (SGP621)

SailfishOS

!!!! Backup your data you do it on your own risk !!!!

fastboot -S 256M flash boot boot.img
fastboot -S 256M flash system system.img
fastboot -S 256M flash userdata userdata.img
fastboot -S 256M flash recovery recovery-twrp-3.0.2-0-scorpion.img
  • reboot your device
fastboot reboot
  • enter recovery with press volume down while the LED is purple

  • sideload SailfishOS

adb sideload sailfishos-scorpion-release-2.2.0.29-Alpha1.zip
  • reboot and enjoy

thanks to r0kk3rz for the great work!

@ginkage
Copy link
Copy Markdown

ginkage commented Jun 12, 2018

I've unlocked my bootloader, but getting "Invalid sparse file format at header magic" error when trying to flash boot. What should I do?..

@ginkage
Copy link
Copy Markdown

ginkage commented Jun 12, 2018

Ah, got it. Should've removed "-S 256M" from the command line.

@Umeaboy
Copy link
Copy Markdown

Umeaboy commented Nov 1, 2020

This won't work as the twrp image that you flash is based on scorpion_windy.
Trying to boot to twrp after flashing the image to the recovery partition ends up with a bootloop.

@sailinggalaxians
Copy link
Copy Markdown

Ping!
Any solution to this?
There's still no TWRP for the 4G+WiFi model.
The twrp version you linked to is built for the WiFi only model called scorpion_windy.

@Nokius
Copy link
Copy Markdown
Author

Nokius commented Nov 24, 2020

the one I used is having windy in the name too

8 Jun  2018 twrp-3.0.2-0-scorpion_windy.img

@Umeaboy
Copy link
Copy Markdown

Umeaboy commented May 3, 2025

I found a recovery to use that's actually built for the LTE + WiFi version while scorpion_windy is WiFi only.

@M1chiel7
Copy link
Copy Markdown

M1chiel7 commented Dec 5, 2025

I´d love to try this OS on my old tablet, but the link to the SailfishOS file doesn´t work anymore. Is it possible for you to restore the link?

@Nokius
Copy link
Copy Markdown
Author

Nokius commented Dec 6, 2025

@M1chiel7 not sure I still have the files somewhere, you can build the OS using HADK and the sources in my github repos. :)

@M1chiel7
Copy link
Copy Markdown

M1chiel7 commented Dec 6, 2025

Thanks for your reply! I am a poor user so building the OS would require a steep learning curve :-)

@Nokius
Copy link
Copy Markdown
Author

Nokius commented Dec 7, 2025

@M1chiel7 for me I'm happy I toke it more then 10 years ago, was fun and for sure awesome to do! go for ti if you wanna learn a lot of linux and computers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment