2023-01-19 00:14:30 +01:00
2022-11-07 15:55:44 +01:00
2022-11-25 11:20:43 +01:00
2022-11-25 11:20:43 +01:00
2022-11-02 08:29:18 +01:00
2023-01-18 23:58:45 +01:00
2023-01-19 00:14:30 +01:00
2023-01-19 00:14:30 +01:00
2023-01-19 00:14:30 +01:00
2023-01-19 00:14:30 +01:00

Readme

Hosts the Upcycling Android workshop materials.

The repo is hosted on git.fsfe.org.

The factory images and other downloaded files are not included in the repo, but can be found on share.fsfe.org.

Live USB Linux image

To build the live USB image it is required to have Nix installed.

When building the image, to avoid downloading the factory images if they are already synchronized via share.fsfe.org, add the zip files to the Nix store manually, e.g. in the repository root directory:

nix store add-file ./Google/CalyxOS/sargo-factory-22309000.zip

The image can be built with the following command:

nix build .#image

The image file can then be copied to a USB stick by replacing sdX with the name of your device:

dd if=./result/iso/*.iso of=/dev/sdX status=progress
sync

Phones flashed

Stock OS LineageOS CalyxOS postmarketOS
Google
Pixel 2 x x
Pixel 3 x x
Pixel 3 XL x x
Pixel 3a x x
Samsung
GT-I9509 x x
OnePlus
6T x x

Transfer images to USB sticks

Using rsync in the repo directory and filter rules:

rsync --recursive --progress --partial --update --filter ". .rsync-filter" ./. /path/to/usb/stick
Description
No description provided
Readme 106 KiB
Languages
Nix 100%