Skip to content

Releases: badabing2005/PixelFlasher

Release v5.5.1.0

14 Jul 22:41
Compare
Choose a tag to compare
  • Bug fix #85 Can't enable/disable Advanced option in v5.5.0
  • A little improvement #84 UI elements not optimized for monitors with low screen resolution

Release v5.5.0.0

14 Jul 01:53
Compare
Choose a tag to compare
  • Added a patch method Other Magisk App to be able to select any Magisk apk and use it to create a patch without installing Magisk, handy when a patch needs to be created with an older version of Magisk (in case the current version has issues) and Magisk daemon gets in the way and replaces the older version with a stub.
  • UI improvements
  • Added Kill Application in Package Manager.
  • Added Clear Application Data in Package Manager.
  • Now that Full OTA flashing is the preferred method, added a direct link to the device's full OTA download page from Google.
  • While flashing, disable the Flash Pixel Phone button to avoid accidental clicking.
  • Improved root detection.
  • Bug fixes and other improvements.

Release v5.4.0.0

03 Jul 13:31
Compare
Choose a tag to compare
  • Add Pixel Fold (Felix)
  • Add sorting capability to boot list.
  • Add warning about Magisk a8c4a33e:26103
  • Improved auto-resize of boot columns.
  • Improved internal DB management.
  • Handle beta or similar words in the firmware name to not trigger hardware mismatch warning.
  • Improved tracking the origin of a patched image.
  • Display Kernel version as part of device details
  • Refresh package manager list when packages are updated to reflect the changes.
  • Miscellaneous other improvements.
  • Update Readme.

Release v5.3.3.0

23 Jun 22:35
Compare
Choose a tag to compare
  • #79 Bug-fix: Package Manager column stays unsorted when filtered.
  • Warn users that extract the contents of firmware and use the image inside as firmware, which is no good.
  • Warn users of Android Platform-Tools 34.0.3 about potential issues and suggest using 33.0.3
  • Package manager bug fixes and improvements.

Release v5.3.2.0

22 Jun 02:41
Compare
Choose a tag to compare
  • Added support for Pixel tablet (tangorpro).
    For future devices, fixed a bug to auto detect init_boot partition and flash init_boot instead of boot even if the device is newer than the PixelFlasher and is not in PixelFlasher's list.
  • Disable Patch buttons if device is not in adb mode.
  • Reboot to system after lock / unlock bootloader if No Reboot option is not selected.
  • Increase sleep after reboots to various modes to assure that slow devices have time to be detected.
  • Updated Readme and screenshots.
  • Minor improvements and bug fixes.

Release v5.3.1.2

16 Jun 21:07
Compare
Choose a tag to compare
  • Set Active slot now automatically reboots to system after setting the slot, unless "No Reboot" option is selected.
  • Update Ubuntu 20.04 build to be aligned to the same methods that Ubuntu 22.04 build uses.
  • Improve confidence value calculation when comparing compressed sha1 against normal sha1 to account for shift.
  • Do not abort when the sha1 comparison confidence value is low, leave the choice to the user.
  • Update Windows builds (both) as wxPython wheel path changed, rely on a more persistent URL instead.

Release v5.3.1.1

16 Jun 20:47
Compare
Choose a tag to compare
Release v5.3.1.1 Pre-release
Pre-release
  • Set Active slot now automatically reboots to system after setting the slot, unless "No Reboot" option is selected.
  • Update Ubuntu 20.04 build to be aligned to the same methods that Ubuntu 22.04 build uses.
  • Improve confidence value calculation when comparing compressed sha1 against normal sha1 to account for shift.
  • Do not abort when the sha1 comparison confidence value is low, leave the choice to the user.
  • Update Windows builds as wxPython wheel path changed, rely on a more persistent URL instead.

Release v5.3.0.0

07 Jun 01:06
Compare
Choose a tag to compare
  • Added Github Action build on Windows 2019 with Python 3.8 to support Windows 7.
  • PixelFlasher now supports loading and processing Samsung Firmware (at least my Samsung's 😀), it would extract AP, BL, CSC, Home_CSC ... and then extract boot.img.lz4 from AP and unpack the lz4.
    When creating a patch from the set boot.img, PixelFlasher will also create boot.tar to be flashed as AP to retain root.
    If there was a way to pre-load odin with the extracted files, flashing could also be automated.
    I know, what does PixelFlasher have anything to do with Samsung firmware? I added it for my own use.

Release v5.2.0.2

03 Jun 15:08
Compare
Choose a tag to compare
  • #76 Get a better build with Github action to support more Linux based platforms.

Release v5.2.0.1

01 Jun 22:43
Compare
Choose a tag to compare
  • Bug fix #78 Error when opening a shell console on Linux / Mac