Releases: badabing2005/PixelFlasher
Releases · badabing2005/PixelFlasher
Release v7.9.3.1
- Added Windows arm64 build
Which file to download?
A description of the various artifacts is in the README
Release v7.9.3.0
PIF Manager
: AddedTrickyStore
security_patch.txt
creation and editing.- Included
TrickyStore
security_patch.txt
contents inPI Analysis Report
. - Bug Fix #276: Surround with double quotes in
extract_magiskboot
to handle paths with spaces. - Added more exception handling and error tracing.
- Added more built-in verifications.
- With Apatch/KSU,
/data/local/tmp
may not be readable — added a check for this and report accordingly (Issue #275). - Report
ro.boot.vbmeta.device_state
andro.boot.verifiedbootstate
as part of device details. - Improved locked bootloader detection and reporting; skip flash attempts if the bootloader is locked (with an option to force).
- Improved handling of KSU/Apatch module installation and uninstallation.
- Report if the
No Reboot
option is selected when flashing. - Fixed incorrect formatting in
User Interaction
dialogs under certain corner cases. - Improved
Smart Paste
to dynamically select the correct image when available. - Added
Run Action
option toMagisk Modules Manager
to executeaction.sh
if the module supports it.
Which file to download?
A description of the various artifacts is in the README
Release v7.9.2.4
Change Log:
- Universal MacOS build, thanks to PR from Kangmin Kim @bookworm-coding
- Reuse Github workflows, thanks to PR from Kangmin Kim @bookworm-coding
- Update Readme to describe
Release Files
. - Display
ro.build.version.security_patch
andro.vendor.build.security_patch
as part of device details. - Exception handling in
get_pif_data
function.
Which file to download?
A description of the various artifacts is in the README
Release v7.9.1.1
- Fetch A15 beta print even when GSI for A15 is not available.
Release v7.9.1.0
- Improved error handling.
Flash Boot
regression fix.- Delete temporary files created by PixelFlasher in case apps key on them.
- Check Magisk created backup instead of relying on the return code, which is erroneously returning 1.
- Suppress not applicable warnings/errors when flashing non-Pixel devices.
- When in Recovery or sideload mode, reduce the properties queried, as they are unavailable.
Release v7.9.0.3
- Regression bug fix for download of Magiskboot failure when patching with APatch
- Few additional debug messages.
Release v7.9.0.2
- Bump the version code in the app to avoid false update available trigger.
Release v7.9.0.1
- Improvements when device is unplugged while using PixelFlasher.
- Improved console log messages.
- Support for KernelSU-Next based patching.
- Classic KernelSU-Next
- KernelSU-Next LKM patching, with mounting options:
- MagicMount
- OverlayFS
- #266 Enhancement to adapt to output naming changes in KernelSU.
- Detect if APatch-Next is installed and report the version.
- Added
Download
button in Rooting Application window. - Updated overdue readme documentation (still much more to cover).
- Completely reworked downgrade patch tool, it still remains experimental for the gutsy.
- Improved keybox.xml check:
- PF maintains shadow banned certificate issuers list and reports if any of the included certificates are signed by those.
- Warn and report long chained certificates.
- Improved toast notifications.
- Added Ubuntu 24.04 build.
- Many under the hood code improvements.
Release v7.8.1.0
- Added
Start Shizuku
option. - Dynamic disabling of features that can't be run in recovery or sideload modes.
- Bug fix in App Manager when exporting the app list.
- Updates to the readme.
- Added an option to selectively skip check for module updates, designed to skip update check for problematic modules.
- Under the hood improvements.
Release v7.8.0.1
- Enable checkboxes in My Tools
- Keybox Check: Fix a coding error that output both revoked and clean messages instead of just revoked message.