Skip to content

Releases: badabing2005/PixelFlasher

Release v6.9.6.0

04 Jun 15:59
v6.9.6.0
5b991b2
Compare
Choose a tag to compare
  • #204 Fix Pyinstaller issue, thanks to PR from @cjshearer.
  • PIF Import favorites can now import recursively including subdirectories.
  • Added Device | Check otacerts menu option to quickly check if the ROM is signed.
  • Sync banned kernel list with @osm0sis published list.
  • Improved exception handling
  • Improved debug messages for troubleshooting
  • Fix timing issue for a corner case cleanup before unzipping is completed.
  • AVBTool improvements.

Release v6.9.5.0

17 May 19:53
v6.9.5.0
03f9a8c
Compare
Choose a tag to compare
  • Added Pixel 8a (akita) support.
  • Updated Pixel device end of life dates based on Google's published data.
  • Added an option to refresh Google Images download links, useful on release days when you want an immediate refresh.
  • Memory improvements when building Google Images list.
  • Added additional troubleshooting debug messages when a device is not detected.
  • Minor bug fixes and improvements.

Release v6.9.4.0

09 May 02:11
v6.9.4.0
0ea3b64
Compare
Choose a tag to compare
  • Added encryption to support.zip for extra privacy / security.
  • Regression bug fix: When a Magisk module was disabled in Magisk, it was not reflected in PixelFlasher.
  • Added Refresh button to refresh Magisk module list at will.
  • When Apply Custom ROM checkbox is checked, make sure that a ROM file is also selected, otherwise ignore the selection.
  • After rebooting to bootloader, if the device is not detected, sleep 5 seconds and try again.
  • Update Readme to include a link to proper USB driver setup on Linux systems.

Release v6.9.3.1

30 Apr 00:53
v6.9.3.1
0d1db2d
Compare
Choose a tag to compare
  • When getting SPL details, don't limit it to just boot.img.

Release v6.9.3.0

29 Apr 18:48
v6.9.3.0
5edb9c1
Compare
Choose a tag to compare
  • Update AVBTool to use RSA library instead of depending on an external openssl.
  • English typo corrections.
  • When flashing OTA, give the option to continue, even if it is a downgrade.
  • Github action: Fix MacOS build deployment issue.

Release v6.9.2.6

18 Apr 01:17
v6.9.2.6
550fbb4
Compare
Choose a tag to compare
  • Bugfix: #194 Unintialized variable kmi_override causing patching with KernelSU LKM fail if the value is not set in preferences.
  • Bugfix: Preferences setting Magisk Package Name not saved.
  • Regression bugfix: Rooted Magisk patching aborting if Magisk application path is not found when hidden and not properly set in the settings.
    PixelFlasher should not require unhiding Magisk or setting the package name if rooted, and su access to shell is granted.

Release v6.9.2.5

17 Apr 01:48
v6.9.2.5
4fabe44
Compare
Choose a tag to compare
  • Roll up MacOS related changes. #187 and #190
  • Logging improvements
  • When Magisk delta is installed, automatically set the package to: io.github.huskydg.magisk

Release v6.9.2.1

15 Apr 12:55
v6.9.2.1
3458aa0
Compare
Choose a tag to compare
  • Bugfix: #192 - Failed to process Android 15 beta firmware.

Release v6.9.2.0

14 Apr 23:30
v6.9.2.0
fe34916
Compare
Choose a tag to compare
  • Add a new experimental feature to downgrade without a wipe and potentially switch from Beta to Stable without a wipe (untested).
    Credit to @tbalden for the discovery and @capntrips for the details of the process.
  • Select any img file and get additional image info.
  • #190 fix, scrcpy launch improvement.
  • Improved Menu to disabled advanced features when it's not enabled in the settings. (Previously only other GUI elements were hidden or disabled).
  • If KernelSU or APatch is installed, report their version as part of device details.
  • Improved logging.
  • Improved santization.
  • Other minor improvements and added stability.

Release v6.9.1.3

09 Apr 21:36
v6.9.1.3
361aae0
Compare
Choose a tag to compare
  • Fix regression introduced when refactoring code in KernelSU Patching.
  • #187 On MacOS, move the exit menu into PixelFlasher's file menu from the OS's native Exit menu.