From e40921560a0f9e459ef8dd850d0c3b4c9491490b Mon Sep 17 00:00:00 2001 From: spezifisch Date: Tue, 20 Aug 2024 07:35:48 +0000 Subject: [PATCH] update readme for LOS release --- .../push-textfiles-to-sourceforge.sh | 11 ++++++ texts/android-roms_xiaomi-veux.md | 34 +++++++++++++------ 2 files changed, 35 insertions(+), 10 deletions(-) create mode 100755 internal-tools/push-textfiles-to-sourceforge.sh diff --git a/internal-tools/push-textfiles-to-sourceforge.sh b/internal-tools/push-textfiles-to-sourceforge.sh new file mode 100755 index 0000000..9fe05db --- /dev/null +++ b/internal-tools/push-textfiles-to-sourceforge.sh @@ -0,0 +1,11 @@ +#!/bin/bash -ex + +[ -d .git ] || exit 1 +[ -d texts ] || exit 2 + +ls -l texts +echo "PUSH THESE? [enter]" +read + +scp texts/android-roms_xiaomi-veux.md frs.sourceforge.net:/home/frs/project/itsfragilecode/android-roms/xiaomi-veux/README.md + diff --git a/texts/android-roms_xiaomi-veux.md b/texts/android-roms_xiaomi-veux.md index 5b9cce7..2b9ed86 100644 --- a/texts/android-roms_xiaomi-veux.md +++ b/texts/android-roms_xiaomi-veux.md @@ -1,31 +1,38 @@ -# itsfragilecode builds: android-roms/xiaomi-veux +# itsfragilecode android roms for veux -## Files +Releases by: -This directory contains Android update zips. -They can be flashed using LineageOS recovery or TWRP. +## Disclaimer -### PixelOS\_\* +**Please Read Before Proceeding** -Untitled PixelOS fork. +- **I am not responsible** for any damage to your device, loss of data, or any other issues that may arise from using this ROM. You assume full responsibility for anything that happens to your device as a result of flashing this ROM. +- **Flashing a custom ROM** may void your device’s warranty and can potentially cause software instability or even brick your device if not done correctly. +- **Backup your data** before proceeding. It is highly recommended to perform a full backup of your device, including your current ROM, apps, and data, before flashing this ROM. +- **Compatibility**: This ROM is specifically built for the Xiaomi Veux. Attempting to flash it on any other device may result in serious issues. +- **Support**: While I will do my best to address issues and provide updates, this is an unofficial release, and there is no guarantee of continued support or development. -Source: +**By downloading and flashing this ROM, you agree to the above terms and conditions.** -WORK IN PROGRESS, MAY BE UNSTABLE! FLASH WITH CARE! --2024-08-17 +## Files + +This directory contains Android update zips. +They can be flashed using LineageOS recovery (or others like TWRP). ## Verify File Signature Verify downloaded ROMs using GnuPG: ```sh -gpg --verify PixelOS_veux*.zip.asc +# specify more accurate file name if needed +gpg --verify *.zip.asc ``` **Make sure this check succeeds for your downloaded file.** ### Import Release Key -Make sure to get our signing keys from our GitHub org! +**Make sure to get our signing keys from our official GitHub repository!** The itsfragilecode project's signing keys are always published on the org's repository at . @@ -36,3 +43,10 @@ You need to import this key before you can verify your files, using GnuPG: ```sh gpg --import /path/to/downloaded/public-key.asc ``` + +## Source Code + +Manifest: + +Everything linked from the manifest is published at (itsfragilecode's GitHub org)[https://github.com/itsfragilecode/]. +