/build.prop

Bash script to build your own system.prop's

Primary LanguageShell

build.prop

Bash script to build your own system.prop

How to use

Simply drag and drop your images into the build.prop root directory and execute extract_images.sh, If you are wondering where i get my images from they are all from the Google Android Images.

You can now also use the download_last_ota_build.sh $* with an argument of the name of the device you are trying to download from. Example: download_last_ota_build.sh cheetah raven redfin

Why?

I wrote this in a quick day so it might look unfinished, But the why is that it takes me a long time to do all by hand so a bit of automatization should help me.

Todo

  • Downloads latest OTA Image from Google Full OTA Images.
  • Check for dependencies
  • Extract factory images
  • Extract OTA images
  • Build system.prop
  • Use of GitHub Actions to automate the update/commit/push/release process on schedule
  • 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.