Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-06-01 | Fixed support for large files (up to 2^32 - 1 bytes) | Benjamin Dobell | 1 | -5/+5 | |
The Loke protocol supports 32-bit unsigned for the size of files being flashed. However, POSIX file commands only support 32-bit (signed). As such we now have platform specific support for larger files. | |||||
2014-06-01 | Fixed file transfer sequence bug | Benjamin Dobell | 1 | -9/+7 | |
2014-05-31 | Give devices some leeway to handle empty bulk transfers. | Benjamin Dobell | 1 | -6/+10 | |
2014-05-17 | Fixed regression that broke support for GT-I9100 etc. | Benjamin Dobell | 1 | -13/+21 | |
2014-05-17 | Removed unused optional parameters in BridgeManager. | Benjamin Dobell | 1 | -22/+13 | |
2014-05-06 | Removed a few unused variables. | Benjamin Dobell | 1 | -1/+0 | |
2014-05-06 | It would seem that messing around with line coding etc. is not necessary. | Benjamin Dobell | 1 | -93/+1 | |
2014-05-06 | Updated copyright notices to 2014 | Benjamin Dobell | 1 | -1/+1 | |
2014-05-06 | Cleaned up command line interface | Benjamin Dobell | 1 | -12/+3 | |
- Removed the "--delay <ms>" argument. - Improved Action usage info. | |||||
2014-05-06 | Fix support for SGS4 (with empty bulk transfers) | Benjamin Dobell | 1 | -87/+53 | |
After each bulk transfer sent containing an Odin/Loke protocol packet, we now send through a zero length bulk transfer. This is required for newer devices to function correctly. | |||||
2014-05-06 | Minor code clean up. | Benjamin Dobell | 1 | -74/+81 | |
2013-11-06 | Fix error condition check on finding correct usb interface. | Robert Craig | 1 | -1/+1 | |
2013-05-12 | Update copyright notices, version identifier and documentation for 1.4.0 release. | Benjamin Dobell | 1 | -1/+1 | |
2013-05-11 | Removed bad Galaxy Camera device identifier, as it was the PID for regular boot, not download mode. | Benjamin Dobell | 1 | -2/+1 | |
2013-05-05 | For devices that support variable packet size - decreased sequence size from 100 MiB to 30 MiB. | Benjamin Dobell | 1 | -1/+1 | |
2013-05-05 | Minor command line output changes - No functional changes. | Benjamin Dobell | 1 | -17/+3 | |
2013-03-07 | - Removed legacy command line hard-coded partition name parameters. | Benjamin Dobell | 1 | -133/+97 | |
- As a result of the above two points, there are no "known boot partitions", and hence boot partitions are not automatically flashed last. - Made partitions flash in the order in order in which partition arguments are specified. Hence, it's recommended that you specify boot partitions last. - Added --usb-level argument that can be used for debugging libusbx, or flashing issues in general. - Removed generally non-functional firmware dumping behaviour. - Removed auto-resume functionality - Although this feature was definitely nice to have; I believe it may be responsible for flashing compatibility issues for a variety of devices. - As a result of the above. In order perform another action after a --no-reboot action, you must provide the --resume flag. - Heimdall Frontend also has support for specifying the --resume flag via a GUI. Heimdall Frontend also tries to keep track of your actions and enable "Resume" automatically after a "No Reboot" action. - Refactored quite a few of the actions, and code responsible for flashing (particularly PIT file flashing). - Bumped version to 1.4RC3 *however* this commit is not yet an official release candidate. It's still a WIP. In particular build files still have not been updated for Linux and OS X. | |||||
2013-01-22 | Added Galaxy Camera download mode identifier (apparently). | Benjamin Dobell | 1 | -1/+2 | |
2013-01-22 | - Changed interpretation of packet size reponses of 0 from meaning "don't | Benjamin Dobell | 1 | -38/+35 | |
care" to "unsupported". - Changed block size in libpit to mean either block size or block offset. | |||||
2012-10-01 | Heimdall 1.4 RC1: | Benjamin Dobell | 1 | -333/+486 | |
- Massive refactoring. - Support for Qualcomm based devices. - Print PIT from file. - Use partition names as arguments e.g. --HIDDEN, --KERNEL, --MOVINAND etc. - Heimdall Frontend UI improvements. - And much more... | |||||
2012-03-31 | Updated version to 1.3.2 and copyright notices to 2012.v1.3.2 | Benjamin Dobell | 1 | -1/+1 | |
2012-03-29 | Renamed partitionType to chipIdentifier as partition type was incorrect. | Benjamin Dobell | 1 | -3/+3 | |
2012-03-29 | Replaced some extremely weird code that I came up with during the initial | Benjamin Dobell | 1 | -9/+8 | |
reverse engineering of the flashing protocol. Turns out all I needed to do was send the sequence size in bytes rather than performing weird calculations (which when packed) end up representing the same thing! | |||||
2012-03-28 | Made the last parameter of EndFileTransferPacket partitionType (obtained | Benjamin Dobell | 1 | -23/+23 | |
from the device's PIT) | |||||
2011-09-11 | Heimdall 1.3.1 | Benjamin Dobell | 1 | -114/+216 | |
- Improved the no-reboot functionality, you no longer have to reboot to flash more files. - Fixed repartitioning functionality (thanks XDA user psych0phobia for finding the problem!) | |||||
2011-07-20 | - Added file extension checks to Heimdall Frontend (for partition files). | Benjamin Dobell | 1 | -12/+14 | |
- Made sure Heimdall command line always returns 1 if a device is not detected. - Minor interface tweaks for Heimdall Frontend. | |||||
2011-07-17 | - Added Utilities tab to Heimdall Frontend. | Benjamin Dobell | 1 | -13/+22 | |
- Fixed Heimdall command line support for PIT files without a reference to themselves. - Added tool tips to Heimdall Frontend. - Added heimdall 'info' and 'download-pit' actions. - Made 'detect' action return 0 if a device is detected, 1 otherwise. | |||||
2011-07-08 | 1.3 beta | Benjamin Dobell | 1 | -63/+85 | |
2011-07-07 | Version 1.3 beta. | Benjamin Dobell | 1 | -17/+17 | |
2011-07-05 | Major 1.3 updates | Benjamin Dobell | 1 | -126/+181 | |
2011-05-31 | 1.2.0b Heimdall command line update. Large update that adds lots of PIT file functionality and better support for more devices. | Benjamin Dobell | 1 | -15/+14 | |
2010-12-04 | Removed the "Heimdall" folder and moved its contents to the root directory. | Benjamin Dobell | 1 | -0/+0 | |