/getProps

get your pif using Google Pixel images.

Primary LanguageShell

GetProps

get your pif custom! (google pixel images)

About other custom images

  • now we have zenfone images and pixel images
  • other images will be added soon.

Others Brand

  • [✅] Xiaomi (the add more devices)
  • [✅] Google Pixel (completed)
  • [✅] Asus Zenfone (the add more devices)
  • [❌] Samsung (not added yet)

add other brands

Usage (Local)

Instructions

Requirements (preferably)

  • Linux
  1. Install packages dos2unix python3 python3-pip
apt install dos2unix python3 python3-pip
  1. Install protobuf
pip install --upgrade pip
pip3 install -Iv protobuf==3.20.3
  1. Make executable all script, run:
chmod +x *.sh
  1. Download last ota device_name, run:
./download_last_ota_build.sh device_name
  1. Extract Image and build.prop, run:
./extract_images.sh
  1. Get your custom_pif.json
./gen_custom_pif.sh json your_build.prop

Usage (Actions)

here

Credits

How to contribute

  1. clone this repository by forking
  2. add other brands in api/brand
    • maintain the standard of brand_devices.json
  3. test locally with flask (assuming that everything is in order.)
  4. (not yet) enable your fork's CI and do a test
  5. Lastly send your PR's and I will check.