├── README.md ├── boot-switcher └── META-INF │ └── com │ └── google │ └── android │ ├── update-binary │ └── updater-script ├── install-script └── screenshots ├── los.png └── sfos.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailfishos-oneplus5/boot-switcher/HEAD/README.md -------------------------------------------------------------------------------- /boot-switcher/META-INF/com/google/android/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailfishos-oneplus5/boot-switcher/HEAD/boot-switcher/META-INF/com/google/android/update-binary -------------------------------------------------------------------------------- /boot-switcher/META-INF/com/google/android/updater-script: -------------------------------------------------------------------------------- 1 | # -------------------------------------------------------------------------------- /install-script: -------------------------------------------------------------------------------- 1 | boot-switcher/META-INF/com/google/android/update-binary -------------------------------------------------------------------------------- /screenshots/los.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailfishos-oneplus5/boot-switcher/HEAD/screenshots/los.png -------------------------------------------------------------------------------- /screenshots/sfos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailfishos-oneplus5/boot-switcher/HEAD/screenshots/sfos.png --------------------------------------------------------------------------------