Skip to content

Releases: badabing2005/PixelFlasher

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.

Release v6.7.1.0

30 Jan 00:38
v6.7.1.0
d914cff
Compare
Choose a tag to compare
  • Added an checkbox in Pif Manager. Keep All Keys which allows any unrecognized key to be kept in the json file when using smart paste. This allows support for future keys that could be added but are unrecognized today. (Example: KERNEL)
  • Added Cleanup DG but in Pif Manager to clean up Droidguard cached files. Helps in some situations.
  • Miscellaneous small improvements.

Release v6.7.0.0

20 Jan 22:19
v6.7.0.0
4f6ef29
Compare
Choose a tag to compare
  • Added history to device image selection (Max 16)
  • #133 Fix for Get Xiaomi.eu print when version_class is missing.
  • Improved device state detection with retry attempts.
  • Updated 7zip binaries to v23.01
  • Added line numbers to Active Pif window and Output Console window, along with an option to sort FP keys for easy visual comparison.
  • Pixel watches require user intervention after flashing OTA, added popup messages to guide the user for the next steps.
  • You can now easily save the Active Pif content into a pif json file (filename automatically build from print information, however user can change before saving)
  • Keep splash screen visible until the main window shows up.
  • Under the hood improvements and bug fixes, improved logging and refactoring code.

Release v6.6.1.0

10 Jan 21:22
v6.6.1.0
50e7715
Compare
Choose a tag to compare
  • Changed PixelFlasher icons to dark icon (artwork provided by @T-Ryder).
  • Potential fix for #144, when getting firmware / ota download links, fallback to ignore ssl errors, if ssl errors are encountered.
  • Add ssl verify ignore fallback to any download (also display warning).
  • Add button in Pif Manager to convert key=value format (similar to env or older .prop format) to json format.
  • Device Info now gets props as root if the device is rooted.
  • Miscellaneous minor fixes and improvements.

Release v6.6.0.1

09 Jan 00:57
v6.6.0.1
6c5266a
Compare
Choose a tag to compare
  • Bug Fix: Toolbar menus were interfering with the download menus and triggering a download when toolbar was modified.

Release v6.6.0.0

07 Jan 23:18
v6.6.0.0
c67dadb
Compare
Choose a tag to compare
  • New Feature: Download any Google device firmware or full OTA directly in PixelFlasher.
  • Automatic detection and notification if an update is available for the selected device.
  • New feature: Cancel / reset OTA update pushed by Google (need to be used prior to a reboot). Binary graciously provided by @capntrips.
  • Removed outdated links from help menu.
    • kdrag0n's safetynet-fix
    • Displax's safetynet-fix
  • Added new links to the help menu
    • osm0sis's PlayIntegrityFork
    • chiteroman's PlayIntegrityFix
    • TheFreeman193's Play Integrity Fix Props Collection
    • Full OTA Images for Pixel Phones / Tablets
    • Factory Images for Pixel Phones / Tablets
    • Full OTA Images for Pixel Watches
    • Factory Images for Pixel Watches
    • Full OTA Images for Pixel Beta 14
    • Factory Images for Pixel Beta 14
  • Enable Magisk Kitsune patch creation using Magisk core component (previously disabled due to incompatibility and patches were only created using the manager).
  • Miscellaneous improvements, bug fixes and code refactoring.

Release v6.5.3.1

31 Dec 02:18
v6.5.3.1
5b7e286
Compare
Choose a tag to compare
  • FORCEABI="arm64-v8a,armeabi-v7a,armeabi" on newer phones.
  • Fix remebered PI Selection option not properly enforced.
  • Revert to using monkey to launch the Play Integrity apps (more reliable).