Skip to content

Releases: badabing2005/PixelFlasher

Release v6.9.1.0

05 Apr 21:06
8eb52ef
Compare
Choose a tag to compare
  • #181 Handle KernelSU new output filename format.
  • #187 register exit menu id for MacOS to OS's "Exit" menu.
  • KernelSU bug fix and improvements.
  • Improved logging to further easy troubleshooting.
  • Update banned kernels list.
  • Update and re-add Magisk zygote64_32 canary with a forked URL.
  • Minor typo corrections and other improvements.

Release v6.9.0.2

28 Mar 01:05
v6.9.0.2
808fca5
Compare
Choose a tag to compare
  • When patching with APatch, handle devices that don't have init_boot.

Release v6.9.0.1

26 Mar 23:01
v6.9.0.1
4810f52
Compare
Choose a tag to compare
  • Bugfix #179 silly mistake with the filename in APatch patching.

Release v6.9.0.0

26 Mar 18:55
v6.9.0.0
256f696
Compare
Choose a tag to compare
  • Add support for patching KernelSU LKM (Kernel modules, GKI only). This is in addition to the classic KernelSU support.
  • Add support for patching with APatch
  • Rename Install Magisk to Install Root App as it now supports directly installing KernelSU and Apatch through PixelFlasher.
  • Add Install ZygiskNext module option in Magisk tool options.
  • Use UTF-8 encoding for the logifile instead of ISO-8859-1
  • Miscellaneous minor improvements.

Release v6.8.4.0

20 Mar 02:34
v6.8.4.0
3a486da
Compare
Choose a tag to compare
  • When patching with KernelSu on devices that have init_boot partition, patch boot partition, not init_boot.
  • Added Dev Tools | keybox.xml validity checker (credit to @hldr4)
  • Extra Img Extraction setting now additionally extracts dtbo, vendor_boot, vendor_kernel_boot, super_empty (useful for some ROMs).
  • When custom patching, Paste button will automatically paste the path to the (extra) image type selected.
  • Improved logging.

Release v6.8.3.0

12 Mar 02:23
v6.8.3.0
db20e53
Compare
Choose a tag to compare
  • Fix MacOS builds, we're finally back to buiding with MacOS 11 (fingers cross it lasts).
  • If internet is not available, do not try to build a menu with Google Devices.

Release v6.8.2.1

04 Mar 03:50
v6.8.2.1
91e2c16
Compare
Choose a tag to compare
  • Bundle in the executable the missing files android_version.json and android_devices.json otherwise patching with KernelSU won't detect your Pixel as Pixel device.
  • Add back Magisk Alpha install option, thanks to pull request from @hldr4
  • Make Magisk install window resizable.
  • Add right click option on the selected Magisk to download in case you just want it downloaded and not installed.
  • Update all old forum.xda-developers.com links to xdaforums.com
  • Make Pif Manager work without a device being connected (obviously for props / pifs management and not for updating / testing pifs).
  • Typo fixes and other minor improvements.

Release v6.8.1.0

29 Feb 22:20
v6.8.1.0
6ec4445
Compare
Choose a tag to compare
  • Update Xiaomi apk download function to handle exceptions and work with the latest version.
  • #160 Update readme to add pre-requisites for MacOS and Windows platforms.
  • #161 Auto detect file encoding before opening a file.
  • Don't check for Magisk path if in recovery mode.
  • Misc. bug fixes and improvements.

Release v6.8.0.4

17 Feb 15:31
v6.8.0.4
67e4a6a
Compare
Choose a tag to compare
  • Use MacOS 13 to build with Github actions instead of MacOS 11, sorry to folks who use older MacOS, unless I get it to build it successfully on Github, MacOS 13 will have to do.
  • #158 Fix the App version.

Note: The following versions have identical code 6.8.0.0, 6.8.0.1, 6.8.0.2, 6.8.0.3, 6.8.0.4, the differences are in Github actions.

Release v6.8.0.3

17 Feb 03:31
v6.8.0.3
3187c19
Compare
Choose a tag to compare
  • Added untested support for patching with KernelSU for Pixel phones. Patching with APatch is in the works.
  • Detect known blacklisted kernel names, and notify the user. (list is current as of this release date).
  • Rename the SOS button to reflect that the modules would be removed instead of being disabled.
  • Removed bulk install APK feature which installed all APKs in a directory, instead reworked the Install APK feature to allow user choice multi-select, and added another option Bypass low target SDK block.
  • Report device Kernel and KMI.
  • Added Android Platform Tools 34.0.4 to known problematic versions list, which when detected warns the user.
  • Improved Pixel Watch flashing dialog messages.
  • New feature: #152 Show System Apps and Show 3rd Party Apps in Package Manager.
  • Bug Fix: #157 'PifManager' object has no attribute 'first_api' in some situations.
  • Bug Fix: scrcpy download link was not working.
  • Support for upcoming PlayIntegrity Fork v8 changes by @osm0sis.
  • Added Special Magisk 27001 install option when selecting Magisk install. (This is similar to Special Magisk 26401, just a version difference).
  • Support for SSL error fallback for all https requests (previously was only for PIF downloads).
  • Improved factory / image downloading with lower memory footprint.
  • Miscellaneous minor bug fixes and enhancements.