Skip to content

sailfishos-on-tucana/Readme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sailfish on tucana

This org contains all sources to build Sailfish OS for Mi Note 10, except the kernel that is in this branch: https://github.com/b100dian/Xiaomi_Kernel_OpenSource/tree/tucana-hybris-17.1

Installing

Installing requires unlocking your device and installing TWRP. Your device will probably be out of warranty.

You need MIUI Android 10 vendor partition. You can use tucana_global_images_V12.0.3.0.QFDMIXM_20201026.0000.00_10.0_global or xiaomi.eu_multi_MINote10_MICC9Pro_20.3.26_v11-10.zip (recommended).

Both of the Xiaomi firmwares above will replace TWRP - but the latter will allow you to replace it back without reverting it at each boot.

Next you can install this Lineage 17.1 build: https://forum.xda-developers.com/t/deprecated-rom-10-unofficial-tucana-lineageos17-1.4196085/ (or use mine, https://1drv.ms/u/s!Alh0arVfv0RwirZ7aGrClFPS1kXTqw?e=7JhQVY - the only difference is that mine uses the OSS kernel, but we will replace this next).

Pre-release

(Building 4.6.0 final as we speak.) https://github.com/sailfishos-on-tucana/Readme/releases/tag/release-testing-4.6.0.11-usbmoded3 Early access 4.6.0. Installed by pushing the zip to the device and using the TWRP install zip option.

Previous Pre-releases

Pre-release version 2023-08-02 https://github.com/sailfishos-on-tucana/Readme/releases/tag/release-testing-4.5.0.21-droidmedia Installed by pushing the zip to the device and using the TWRP install zip option.
Pre-release version 2023-08-02 https://github.com/sailfishos-on-tucana/Readme/releases/tag/4.4.0.72-prerelease Installed by pushing the zip to the device and using the TWRP install zip option.
Pre-release version 2023-04-29 https://github.com/sailfishos-on-tucana/Readme/releases/tag/release-testing-4.5.0.19-hybris48 Installed by pushing the zip to the device and using the TWRP install zip option.

Beta3

Beta version 2021-12-09 https://github.com/sailfishos-on-tucana/Readme/releases/tag/4.3.0.15-beta-3 Installed by pushing the zip to the device and using the TWRP install zip option.

Beta2

Beta version 2021-10-08 This [beta version](https://github.com/sailfishos-on-tucana/Readme/releases/tag/4.2.0.21) is installed by pushing the zip to the device and using the TWRP install zip option.

Prerelease-0

Prerelease version 2021-08-10

The prerelease version (that is, you get all the issues) is installed by pushing the zip to the device and using the TWRP install zip option.

Alpha

Alpha version 2021-06-06 You need a MIUI Android 10 vendor partition, I used [tucana_global_images_V12.0.3.0.QFDMIXM_20201026.0000.00_10.0_global](https://xiaomifirmwareupdater.com/miui/tucana/stable/V12.0.3.0.QFDMIXM/) - probably others will work. Boot into it at least once to verifiy the downgrade worker correctly.

This is mainly for the vendor partition but any other device calibrations that could be done.

Next you can install this Lineage 17.1 build: https://forum.xda-developers.com/t/deprecated-rom-10-unofficial-tucana-lineageos17-1.4196085/ (or use mine, https://1drv.ms/u/s!Alh0arVfv0RwirZ7aGrClFPS1kXTqw?e=7JhQVY - the only difference is that mine uses the OSS kernel, but we will replace this next).

Next install the alpha release (that is, you get all the issues: You download the boot image and the bz2 file, install the img with twrp on the boot partition and for the bz2 do:

#!/bin/bash -x
RELEASE=4.0.1.48
EXTRANAME=${EXTRANAME:=-alpha}
echo publishing $RELEASE$EXTRANAME
sudo bunzip2 -vf sfe-tucana-$RELEASE$EXTRANAME.tar.bz2
adb shell mkdir -p /data/.stowaways/sailfishos
adb push sfe-tucana-$RELEASE$EXTRANAME.tar /sdcard/
adb shell tar --numeric-owner -xf /sdcard/sfe-tucana-$RELEASE$EXTRANAME.tar -C /data/.stowaways/sailfishos

About

Use this repository for bugs and docs.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages