Releases: vladrevers/autopif
Release list
autopif, version v1.9
- Added
turn_spoof_vendingSDKoption to activate thespoofVendingSdkparameter in the PIF file
Note
This option is enabled by default for Android 13+ (only during first installation or when updating from version 1.8.1 and older). It helps bypass Play Integrity changes where, since May 2025, devices with unlocked bootloaders on Android 13+ cannot pass MEETS_DEVICE_INTEGRITY. Be aware that this feature may cause issues with the Play Store (navigation degradation or crashes during apps installation/updates).
- Fixed config migration to correctly process the last line of config.prop files without trailing newline
See the differences between variations here (About obtaining pif.json)
autopif, version v1.8.1
Announcement (01.01.2025, Fetch Variant Only)
Recently, public sources have primarily been using fingerprints from beta versions of Google Pixel firmware. Therefore, you may choose to modify the pif_json_url option in the config.prop file by replacing pif.json in the default link with pif_beta.json: https://raw.githubusercontent.com/vladrevers/pifsync/main/pif_beta.json
It is also recommended to significantly increase the update check interval (update_interval_minutes), for instance, to 6 hours (360 minutes). This setup tends to be more stable (e.g., RCS is less likely to break), provided there are no unexpected changes or "surprises" from Google.
v1.8.1
- selfgen variant: fixed issue with ignoring failures when calling
get_pif_json.shand enhanced error checks within the script - Removed unnecessary code
v1.8.0
- Added
turn_spoof_signatureoption to activate thespoofSignatureparameter in the PIF file - Migrated configuration to a unified
config.propfile instead of separate configuration files. See Preferences for more details. - Code refactoring and general optimization
See the differences between variations here (About obtaining pif.json)
autopif, version v1.8
- Added
turn_spoof_signatureoption to activate thespoofSignatureparameter in the PIF file - Migrated configuration to a unified
config.propfile instead of separate configuration files. See Preferences for more details. - Code refactoring and general optimization
See the differences between variations here (About obtaining pif.json)
autopif, version v1.7.1
- Added a one-time manual check option via the Magisk interface