Skip to content

Instantly share code, notes, and snippets.

@r0kk3rz
Last active February 6, 2021 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r0kk3rz/3df3586a098208dbf38fd15580819c34 to your computer and use it in GitHub Desktop.
Save r0kk3rz/3df3586a098208dbf38fd15580819c34 to your computer and use it in GitHub Desktop.
Install SailfishOS on Xperia™ Z3 Tablet Compact (Wifi) (SGP611)

Install SailfishOS on Xperia™ Z3 Tablet Compact (Wifi) (SGP611)

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 FOTAkernel 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_windy-release-2.2.0.29-Alpha1.zip
  • reboot and enjoy
@LouisDK1
Copy link

LouisDK1 commented Feb 6, 2021

If you get this error fastboot: error: Couldn't parse partition size '0x while flashing boot or twrp use this command to make it flash:
fastboot flash:raw boot boot.img

Remember to replace "boot.img" with the correct image name.

Source: https://www.reddit.com/r/essential/comments/ihhedy/psa_solution_fastboot_error_couldnt_parse/

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