Skip to content

Tags: BlassGO/AutoIMG

Tags

auto_img_b1.4.0

Toggle auto_img_b1.4.0's commit message
B1.4.0

Module support! Remote modules can now be downloaded that provide additional logic/functions. All of this is integrated at the interface level so it is quite simple. Additionally, there is support to allow other developers to publish their modules here, but they must consult with me to provide remote linking (with a JSON). Automatic update checking and more.

The File_Manager function now returns an array of the last files/folders selected before closing the window. This can be used by ConfigScripts to ask the user to select a file from the device.

Made some fixes that ensure a clean environment for ConfigScripts

auto_img_b1.3.4

Toggle auto_img_b1.3.4's commit message
B1.3.3

A "bug" was corrected when loading some decompressed files with 7z (They were not detected as files due to lack of attributes and therefore, the tool ignored them). This new file detection applied almost all functions.

Fixed a bad implementation when updating special file keys manually (Ex: If you changed the destination partition "ZIP FILE" to "UPDATE FILE" the tool only updated the value literally and did not change the file category). Now even if you select a new file from Installation Manager it will try to identify its category automatically or allow it to be changed manually.

Official support was added to the installation of ZIPs for fastboot (UPDATE FILE) and sideload (SIDELOAD FILE). In addition to an automatic generic detection for these.

Added a drop-down list with special file keys (in case automatic file detection is not enough) in the entry of destination partitions

Installation Manager is now resizable.

auto_img_b1.3.3

Toggle auto_img_b1.3.3's commit message
B1.3.3

- Fixed a BUG in the predictive text of AutoIMG-Console when white spaces were added to the beginning of the input (command)
- New "File Manager" to send files from the computer or to export files from the Android device, unlike Windows Explorer, any path from the Root is supported (May require superuser permissions). Allows additional basic actions such as deleting/changing permissions to files/folders and more

auto_img_b1.3.2

Toggle auto_img_b1.3.2's commit message
B1.3.2

- Small general improvements
- New features added to AutoIMG-Console:
➡️Dynamic window (resizable)
➡️ Predictive text (only with files/folders in the current path)
➡️ Button to change the current work path
➡️ Button to select a file and autofill its entire path as a command parameter
➡️ Cmd.exe is now allowed for additional quick commands

auto_img_b1.3.1

Toggle auto_img_b1.3.1's commit message
B1.3.1

Slight code optimizations in some functions

Added a confirmation warning when trying to close the tool with processes still running

Added "Console" that allows users to execute commands for adb.exe and fastboot.exe manually, printing their outputs in a simple organized interface that also allows copying of the content

Updated the app_manager plugin that corrects some icon extraction errors on devices with customization layers

Fixed a reported bug that caused the tool to terminate execution suddenly after a few uses of App Manager.

App Manager now allows you to display at the bottom of the application list the total number of apps and the number of apps to uninstall or install by selection.

auto_img_b1.3.0

Toggle auto_img_b1.3.0's commit message
B1.3.0

Changed the use of certutil.exe (from Windows) to a native hash reader.

Integrity verification is much faster
The correct conversion of UFT-8 characters received from CMD was ensured (This ensures correct display and support of special characters and other languages)

Updates are no longer checked each time the tool is opened, a "Check updates" button was added for when necessary

Added more visual alerts

The "App Manager" was added that allows you to uninstall/reinstall/activate apps from ADB on non-rooted devices with a simple interface and with support for icons/common name (label), package and path of system and user apps

It is now possible to save current progress in managers such as "Installation Manager" and "App Manager", this avoids unnecessary repetition of steps

Thanks to the saving of progress in "App Manager" it is possible to share a list of disabled apps for any device, since the difference of non-existent apps is not a problem during processing

auto_img_b1.2.3

Toggle auto_img_b1.2.3's commit message
Fixes

Updated DinoCode

auto_img_b1.2.2

Toggle auto_img_b1.2.2's commit message
B1.2.2

Updated DinoCode
Some fixes

auto_img_b1.2.1

Toggle auto_img_b1.2.1's commit message
B1.2.1

DinoCode was updated to the latest version

A BUG was fixed in the "zip" function when adding folders to the ZIP

The Extract function now also allows you to specify an external ZIP (Previously a ZIP Config Script was mandatory for its use)

Added function 7za for more complex compression/decompression options (and their dependencies)

auto_img_b1.2.0

Toggle auto_img_b1.2.0's commit message
B1.2.0

Fixed some security bugs

The possibility of loading a Remote Script from the interface was added, that was very wasted, now it is possible to share a direct link of the Config-Script and it can be executed without additional files

New run_cmd_literal / shell_literal functions to run commands on both Windows and Android device more elegantly

New FileSelectFile / FileSelectFolder functions to allow file and folder selection

New additional FileMoveZip / FileDeleteZip functions for handling ZIPs