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
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
Languages
Nix
100%