Releases: FeDeveloper95/GSI-Flash-Tool
3.0
Version 3.0 is here!
Cross-Platform Support
The tool now features a dedicated native Bash script to guarantee complete and seamless compatibility for macOS and Linux users, alongside the traditional Windows batch file.
Advanced Action Menu
Introduced a new secondary menu after the device state selection. You can now specifically choose between performing a standard system update or executing a clean reset and flash operation.
Enhanced Safety Checks
The script now automatically verifies that ADB and Fastboot tools are correctly installed in your system PATH right at startup. Furthermore, it strictly checks for the presence of all required image files (vbmeta.img, system.img, recovery.img) in the directory before initiating any fastboot commands, preventing the process from hanging or failing midway.
Streamlined User Experience
The initial screen pause requiring a key press has been removed for a faster, more direct startup, with the welcome banner now remaining statically at the top of the menu. Appropriate pauses and sleep timers have also been implemented at the end of the flashing sequence, allowing you to easily review the terminal output and catch any potential errors before the interface resets.
2.1
Fix to flasing process when booted in Android or Recovery. Change from AndroidOS to Android.
2.0
Major update to the script.
Release v1.0.0
First upload to GitHub. It reboots the device if it is in Bootloader or Fastboot mode and starts flashing the System.img file.