Last active
May 3, 2025 22:39
-
-
Save Nokius/a890ea00e563b4517ca6b6454ffa028d to your computer and use it in GitHub Desktop.
Revisions
-
Nokius revised this gist
Jun 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@  **!!!! 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. -
Nokius created this gist
Jun 10, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,36 @@ # Install SailfishOS on Xperia™ Z3 Tablet Compact (SGP621)  !!!! 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!