Skip to content

Commit

Permalink
update readme for LOS release
Browse files Browse the repository at this point in the history
  • Loading branch information
spezifisch committed Aug 20, 2024
1 parent aee997d commit e409215
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 10 deletions.
11 changes: 11 additions & 0 deletions internal-tools/push-textfiles-to-sourceforge.sh
Original file line number Diff line number Diff line change
@@ -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

34 changes: 24 additions & 10 deletions texts/android-roms_xiaomi-veux.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,38 @@
# itsfragilecode builds: android-roms/xiaomi-veux
# itsfragilecode android roms for veux

## Files
Releases by: <https://github.com/itsfragilecode/>

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: <https://github.com/itsfragilecode/manifest>
**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 <https://github.com/itsfragilecode/org>.

Expand All @@ -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: <https://github.com/itsfragilecode/manifest>

Everything linked from the manifest is published at (itsfragilecode's GitHub org)[https://github.com/itsfragilecode/].

0 comments on commit e409215

Please sign in to comment.