get your pif custom! (google pixel images)
- now we have zenfone images and pixel images
- other images will be added soon.
- [✅] Xiaomi (the add more devices)
- [✅] Google Pixel (completed)
- [✅] Asus Zenfone (the add more devices)
- [❌] Samsung (not added yet)
add other brands
Instructions
- Linux
- Install packages dos2unix python3 python3-pip
apt install dos2unix python3 python3-pip
- Install protobuf
pip install --upgrade pip
pip3 install -Iv protobuf==3.20.3
- Make executable all script, run:
chmod +x *.sh
- Download last ota device_name, run:
./download_last_ota_build.sh device_name
- Extract Image and build.prop, run:
./extract_images.sh
- Get your custom_pif.json
./gen_custom_pif.sh json your_build.prop
- 0x11DFE by build-prop files
- osm0sis by file gen_pif_custom.sh
- chiteroman original idea
- clone this repository by forking
- add other brands in
api/brand
- maintain the standard of
brand_devices.json
- maintain the standard of
- test locally with flask (assuming that everything is in order.)
- (not yet) enable your fork's CI and do a test
- Lastly send your PR's and I will check.