reworked the Error Handling mechanics in ISP eMMC reading code. Now errors are handled in smart way, when read errors happen, plugin automatically re-reads erroneous address as many times as needed until the read happens without errors This greatly increases plugin ISP read stability, and allows working even with very poor quality of ISP connection;
the counter of I/O read errors happened during operation is added to the plugin main window status bar.
added Backup partitions feature: For this, select needed partitions, right-click with mouse, and choose ‘Backup partitions’. This will extract current data from partitions and store contents into single file. This backup can be restored later with ‘Load Backup Fileā¦’ right-click feature.
added ‘Used Size’ column into the parsed partitions list window
partitions extraction (like save Partition, save Selected Partitions, etc) algorythm is changed: now are to be saved only used part of partition (specified by used size), the remaining of allocated partition bytes are not saved.
added UFS-based devices support for Repair Packages
interface skin is updated
some other fixes applied.
JTAG Manager 1.88
global CTRL+A shortcut is added to start eMMC Plugin
global CTRL+E shortcut is added to start Edit Package
Full revisision of Jtag Manager interface is performed. Some visual changes are implemented.
JTAG Manager now supports Windows 10 high-resolution screens (DPI settings from 100 to 300% were tested, and interface looks nice and smooth)
Added ‘Recalculate GPT’ action to Package (PKG) Manager. Starting from current JTAG Manager version, packages with this action can be created/executed
Added ‘Erase Flash Memory via ISP/USB’ action to Package (PKG) Manager. Starting from current JTAG Manager version, packages with this action can be created/executed
Added ‘Reset USB Loader’ action to Package (PKG) Manager. Starting from current JTAG Manager version, packages with this action can be created/executed
“Save to File” button on eMMC Read/Write and USB Read/Write is changed to “Show HEX” button when SHIFT key is pressed. “Show HEX” button will open hex window with data from previous read operations.
added feature to wait for Qualcomm Emergency Download Mode (EDL) when booting devices through this mode;
improved the box firmware update process.
Firmware 1.54
fixed eMMC Erase: any erase (from JTAG Manager eMMC Read/Write page) were performed on User Area Partition, no matter what partition was selected in the JTAG Manager;