aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/BridgeManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/Benjamin-Dobell/Heimdall into ↵Wolfgang Wiedmeyer2017-04-301-252/+145
|\ | | | | | | cm-12.1
| * Implemented hack to make WinUSB play nice with empty receive transfersBenjamin Dobell2015-02-211-0/+8
| |
| * Fixed incorrect method arguments causing PIT transfers to failBenjamin Dobell2015-02-211-2/+2
| |
| * CMake files for Heimdall CLI and mingw supportBenjamin Dobell2014-11-171-2/+4
| |
| * More empty transfer craziness, this time when receving packetsBenjamin Dobell2014-07-061-57/+68
| | | | | | | | | | It seems newer devices need more weird empty transfers in order to function.
| * Fixed support for large files (up to 2^32 - 1 bytes)Benjamin Dobell2014-06-011-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.
| * Fixed file transfer sequence bugBenjamin Dobell2014-06-011-9/+7
| |
| * Give devices some leeway to handle empty bulk transfers.Benjamin Dobell2014-05-311-6/+10
| |
| * Fixed regression that broke support for GT-I9100 etc.Benjamin Dobell2014-05-181-13/+21
| |
| * Removed unused optional parameters in BridgeManager.Benjamin Dobell2014-05-181-22/+13
| |
| * Removed a few unused variables.Benjamin Dobell2014-05-071-1/+0
| |
| * It would seem that messing around with line coding etc. is not necessary.Benjamin Dobell2014-05-071-93/+1
| |
| * Updated copyright notices to 2014Benjamin Dobell2014-05-061-1/+1
| |
| * Merge pull request #168 from r-craig/masterBenjamin Dobell2014-05-061-1/+1
| |\ | | | | | | Fix error condition check on finding correct usb interface.
| | * Fix error condition check on finding correct usb interface.Robert Craig2013-11-061-1/+1
| | |
| * | Cleaned up command line interfaceBenjamin Dobell2014-05-061-12/+3
| | | | | | | | | | | | | | | - Removed the "--delay <ms>" argument. - Improved Action usage info.
| * | Fix support for SGS4 (with empty bulk transfers)Benjamin Dobell2014-05-061-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.
| * | Minor code clean up.Benjamin Dobell2014-05-061-74/+81
| |/
* | Switch UsbLogLevel back to an int.Koushik Dutta2013-08-141-17/+17
| | | | | | | | | | | | AOSP does not support C++11 Change-Id: Iaf2e09cc05f8f867fa776b62313af6774ce47a56
* | Merge remote-tracking branch 'bd/master' into cm-10.2Koushik Dutta2013-08-141-154/+103
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: Linux/README OSX/README.txt heimdall-frontend/doc-pak/README heimdall/doc-pak/README Change-Id: Ib5867d7a2be030290a3896ab82fe48a7f0a97e63
| * 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-2/+1
| | | | | | | | boot, not download mode.
| * For devices that support variable packet size - decreased sequence size from ↵Benjamin Dobell2013-05-051-1/+1
| | | | | | | | 100 MiB to 30 MiB.
| * Minor command line output changes - No functional changes.Benjamin Dobell2013-05-051-17/+3
| |
| * - Removed legacy command line hard-coded partition name parameters.Benjamin Dobell2013-03-081-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.
* | Heimdall: change line endings on osx install script.Koushik Dutta2013-04-241-6/+30
|/ | | | | | Heimdall detect: add more detail on verbose option. Change-Id: I3858289a6270c8a7105b9e32dd4f124bbc7c1acd
* Added Galaxy Camera download mode identifier (apparently).Benjamin Dobell2013-01-231-1/+2
|
* - Changed interpretation of packet size reponses of 0 from meaning "don'tBenjamin Dobell2013-01-221-38/+35
| | | | | care" to "unsupported". - Changed block size in libpit to mean either block size or block offset.
* Heimdall 1.4 RC1:Benjamin Dobell2012-10-021-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...
* 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-3/+3
|
* Replaced some extremely weird code that I came up with during the initialBenjamin Dobell2012-03-291-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!
* Made the last parameter of EndFileTransferPacket partitionType (obtainedBenjamin Dobell2012-03-281-23/+23
| | | | from the device's PIT)
* Heimdall 1.3.1Benjamin Dobell2011-09-111-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!)
* - Added file extension checks to Heimdall Frontend (for partition files).Benjamin Dobell2011-07-211-12/+14
| | | | | - Made sure Heimdall command line always returns 1 if a device is not detected. - Minor interface tweaks for Heimdall Frontend.
* - Added Utilities tab to Heimdall Frontend.Benjamin Dobell2011-07-171-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.
* 1.3 betaBenjamin Dobell2011-07-081-63/+85
|
* Version 1.3 beta.Benjamin Dobell2011-07-081-17/+17
|
* Major 1.3 updatesBenjamin Dobell2011-07-061-126/+181
|
* 1.2.0b Heimdall command line update. Large update that adds lots of PIT file ↵Benjamin Dobell2011-06-011-15/+14
| | | | functionality and better support for more devices.
* Removed the "Heimdall" folder and moved its contents to the root directory.Benjamin Dobell2010-12-051-0/+1086