- Improved Performance: Some Magisk module update URLs were slow to respond, making PixelFlasher appear frozen. Added an option in settings to bypass module update checks.
- Module Updates: Explicitly report which modules encounter update issues.
- Device Recognition: Added Pixel 9 series and Pixel Watch series to the recognized Google devices list for enhanced device details.
- UI Enhancements: Added widgets to control PiFork's advanced granular spoofing settings, making it easier to change print contents.
- Model Detection: When extracting PIF print from an image, if the model is not in the Google device list, it is now picked up from
vendor.prop
. - Bugfix #235: Fixed utf-8 encoding issues in application names when exporting from App Manager.
- Bugfix #236: Enabled the
Push keybox.xml
button even when using TrickyStore forks. - Error Reporting: Now reports an error when the device state is not one of the recognized states ['device', 'recovery', 'sideload', 'rescue']. This addresses issues with custom platform tools.
- Permissions Check: Detects misconfigured permissions of platform tools and guides the user to Google documentation.
- Help Menu Update: Added a link to the TrickyStore GitHub repo under the Help menu (thanks @VisionR1).
- PI Analysis: Added a check in PI analysis reports for visible overlays without root.
- Keybox Testing: Added multi-select capability when testing keyboxes.
- New Feature #237: Added a
Push print, no validation
button, allowing users to push prints without validation, preserving comments in thepif.json
. - Default Settings: With spoof functionality removed from TrickyStore, PIF Manager now prioritizes default selection to PIF/PiFork module instead of TrickyStore.
- Miscellaneous: Various small improvements.