Releases: badabing2005/PixelFlasher
Releases · badabing2005/PixelFlasher
Release v6.9.1.0
- #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
- When patching with APatch, handle devices that don't have init_boot.
Release v6.9.0.1
- Bugfix #179 silly mistake with the filename in APatch patching.
Release v6.9.0.0
- 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
toInstall 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
- 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 extractsdtbo
,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
- 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
- Bundle in the executable the missing files
android_version.json
andandroid_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 toxdaforums.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
- 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
- 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
- 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
andShow 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.