From 0de82e08b6546200b266adfb34af458a85ffaf05 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Sun, 11 Sep 2011 22:47:31 +1000 Subject: Heimdall 1.3.1 - 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!) --- heimdall/source/BridgeManager.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'heimdall/source/BridgeManager.h') diff --git a/heimdall/source/BridgeManager.h b/heimdall/source/BridgeManager.h index d87f67d..f929ac9 100644 --- a/heimdall/source/BridgeManager.h +++ b/heimdall/source/BridgeManager.h @@ -99,6 +99,9 @@ namespace Heimdall #endif + bool CheckProtocol(void) const; + bool InitialiseProtocol(void) const; + public: BridgeManager(bool verbose, int communicationDelay); @@ -110,8 +113,8 @@ namespace Heimdall bool BeginSession(void) const; bool EndSession(bool reboot) const; - bool SendPacket(OutboundPacket *packet, int timeout = 3000) const; - bool ReceivePacket(InboundPacket *packet, int timeout = 3000) const; + bool SendPacket(OutboundPacket *packet, int timeout = 3000, bool retry = true) const; + bool ReceivePacket(InboundPacket *packet, int timeout = 3000, bool retry = true) const; bool RequestDeviceInfo(unsigned int request, int *result) const; -- cgit v1.1