diff --git a/module/template/customize.sh b/module/template/customize.sh index 9262248..c8e6cb1 100644 --- a/module/template/customize.sh +++ b/module/template/customize.sh @@ -104,3 +104,8 @@ if [ ! -f "$CONFIG_DIR/target.txt" ]; then extract "$ZIPFILE" 'target.txt' "$TMPDIR" mv "$TMPDIR/target.txt" "$CONFIG_DIR/target.txt" fi +if [ ! -f "$CONFIG_DIR/pif.json" ]; then + ui_print "- Adding pif json" + extract "$ZIPFILE" 'pif.json' "$TMPDIR" + mv "$TMPDIR/pif.json" "$CONFIG_DIR/pif.json" +fi diff --git a/module/template/pif.json b/module/template/pif.json new file mode 100644 index 0000000..0bc441a --- /dev/null +++ b/module/template/pif.json @@ -0,0 +1,10 @@ +{ + "ID": "AP31.240617.015", + "BRAND": "google", + "DEVICE": "husky", + "FINGERPRINT": "google/husky_beta/husky:15/AP31.240617.015/12207491:user/release-keys", + "MANUFACTURER": "Google", + "MODEL": "Pixel 8 Pro", + "PRODUCT": "husky_beta", + "SECURITY_PATCH": "2024-08-05" +}