Skip to content

Instantly share code, notes, and snippets.

@Nokius
Last active May 3, 2025 22:39
Show Gist options
  • Save Nokius/a890ea00e563b4517ca6b6454ffa028d to your computer and use it in GitHub Desktop.
Save Nokius/a890ea00e563b4517ca6b6454ffa028d to your computer and use it in GitHub Desktop.

Revisions

  1. Nokius revised this gist Jun 10, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@
    ![SailfishOS](https://sailfishos.org/wp-content/themes/sailfishos/icons/apple-touch-icon-120x120.png)


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

    * unlock the bootloader check [Sony Open Devices](https://developer.sony.com/develop/open-devices/)
    * flash [AOSP 6.0.1_r80](https://nokius.net/SFOS/scorpion/AOSP/scorpion_android-6.0.1_r80_modem-fix.tar) on your device.
  2. Nokius created this gist Jun 10, 2018.
    36 changes: 36 additions & 0 deletions install.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    # Install SailfishOS on Xperia™ Z3 Tablet Compact (SGP621)

    ![SailfishOS](https://sailfishos.org/wp-content/themes/sailfishos/icons/apple-touch-icon-120x120.png)


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

    * unlock the bootloader check [Sony Open Devices](https://developer.sony.com/develop/open-devices/)
    * flash [AOSP 6.0.1_r80](https://nokius.net/SFOS/scorpion/AOSP/scorpion_android-6.0.1_r80_modem-fix.tar) on your device.

    ```
    fastboot -S 256M flash boot boot.img
    fastboot -S 256M flash system system.img
    fastboot -S 256M flash userdata userdata.img
    ```
    * flash [twrp](https://androidfilehost.com/?fid=4996503000517182028)
    ```
    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](https://nokius.net/SFOS/scorpion/Alpha/sailfishos-scorpion-release-2.2.0.29-Alpha1.zip)

    ```
    adb sideload sailfishos-scorpion-release-2.2.0.29-Alpha1.zip
    ```

    * reboot and enjoy

    thanks to r0kk3rz for the great work!