aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/BridgeManager.h
Commit message (Collapse)AuthorAgeFilesLines
* More empty transfer craziness, this time when receving packetsBenjamin Dobell2014-07-061-7/+8
| | | | | It seems newer devices need more weird empty transfers in order to function.
* Give devices some leeway to handle empty bulk transfers.Benjamin Dobell2014-05-311-2/+3
|
* Fixed regression that broke support for GT-I9100 etc.Benjamin Dobell2014-05-181-6/+20
|
* Removed unused optional parameters in BridgeManager.Benjamin Dobell2014-05-181-3/+3
|
* It would seem that messing around with line coding etc. is not necessary.Benjamin Dobell2014-05-071-11/+0
|
* Updated copyright notices to 2014Benjamin Dobell2014-05-061-1/+1
|
* Cleaned up command line interfaceBenjamin Dobell2014-05-061-7/+1
| | | | | - Removed the "--delay <ms>" argument. - Improved Action usage info.
* Fix support for SGS4 (with empty bulk transfers)Benjamin Dobell2014-05-061-0/+2
| | | | | | 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.
* Minor code clean up.Benjamin Dobell2014-05-061-0/+11
|
* Update copyright notices, version identifier and documentation for 1.4.0 ↵Benjamin Dobell2013-05-131-1/+1
| | | | release.
* Removed bad Galaxy Camera device identifier, as it was the PID for regular ↵Benjamin Dobell2013-05-111-3/+2
| | | | boot, not download mode.
* - Removed legacy command line hard-coded partition name parameters.Benjamin Dobell2013-03-081-5/+26
| | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* Added Galaxy Camera download mode identifier (apparently).Benjamin Dobell2013-01-231-2/+3
|
* Heimdall 1.4 RC1:Benjamin Dobell2012-10-021-11/+26
| | | | | | | | | - 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...
* Updated version to 1.3.2 and copyright notices to 2012.Benjamin Dobell2012-03-311-1/+1
|
* Renamed partitionType to chipIdentifier as partition type was incorrect.Benjamin Dobell2012-03-301-1/+1
|
* Made the last parameter of EndFileTransferPacket partitionType (obtainedBenjamin Dobell2012-03-281-2/+2
| | | | from the device's PIT)
* Heimdall 1.3.1Benjamin Dobell2011-09-111-2/+5
| | | | | | | - 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!)
* - Added file extension checks to Heimdall Frontend (for partition files).Benjamin Dobell2011-07-211-1/+8
| | | | | - Made sure Heimdall command line always returns 1 if a device is not detected. - Minor interface tweaks for Heimdall Frontend.
* 1.3 betaBenjamin Dobell2011-07-081-1/+1
|
* Major 1.3 updatesBenjamin Dobell2011-07-061-3/+4
|
* 1.2.0b Heimdall command line update. Large update that adds lots of PIT file ↵Benjamin Dobell2011-06-011-7/+6
| | | | functionality and better support for more devices.
* Removed the "Heimdall" folder and moved its contents to the root directory.Benjamin Dobell2010-12-051-0/+124