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/ResponsePacket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heimdall/source/ResponsePacket.h') diff --git a/heimdall/source/ResponsePacket.h b/heimdall/source/ResponsePacket.h index 6094c83..230b28c 100644 --- a/heimdall/source/ResponsePacket.h +++ b/heimdall/source/ResponsePacket.h @@ -33,7 +33,7 @@ namespace Heimdall enum { kResponseTypeSendFilePart = 0x00, - kResponseTypeDeviceInfo = 0x64, + kResponseTypeBeginSession = 0x64, kResponseTypePitFile = 0x65, kResponseTypeFileTransfer = 0x66, kResponseTypeEndSession = 0x67 -- cgit v1.1