Bash script to convert Pixel OTA builds to a system props.
Simply drag and drop your images into the workspace directory and execute extract_images.sh
.
Images can be found from the Google Android Images page.
Additionally, you can also use the download_latest_ota_build.sh
utility with an arguments of the name of the devices you are trying to download from:
$ ./download_latest_ota_build.sh cheetah raven redfin
- Downloads latest OTA Image from Google Full OTA Images.
- Check for dependencies
- Extract factory images
- Extract OTA images
- Build props
- Use of GitHub Actions to automate the update/commit/push/release process on schedule
- Previous release checker (to check for duplicates, via git notes)
- Use of GitHub Actions to automate the release of props on the Telegram Channel
-
Download latest factory image from Google Android Images
You can also help me finish those todo's by forking this repository, modifying the script and pushing a pull request.