From 1ef6e97b9089042316b49bb6c01668b531e2eae5 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Wed, 1 Jun 2011 06:42:21 +1000 Subject: 1.2.0b Heimdall command line update. Large update that adds lots of PIT file functionality and better support for more devices. --- heimdall/source/EndPhoneFileTransferPacket.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'heimdall/source/EndPhoneFileTransferPacket.h') diff --git a/heimdall/source/EndPhoneFileTransferPacket.h b/heimdall/source/EndPhoneFileTransferPacket.h index 24650a2..f875002 100644 --- a/heimdall/source/EndPhoneFileTransferPacket.h +++ b/heimdall/source/EndPhoneFileTransferPacket.h @@ -30,7 +30,7 @@ namespace Heimdall { public: - enum + /*enum { kFilePrimaryBootloader = 0x00, kFilePit = 0x01, // New 1.1 - Don't flash the pit this way! @@ -38,6 +38,9 @@ namespace Heimdall kFileSecondaryBootloaderBackup = 0x04, // New 1.1 kFileKernel = 0x06, kFileRecovery = 0x07, // New 1.1 + + kFileTabletModem = 0x08, // New 1.2 + kFileEfs = 0x14, // New 1.1 kFileParamLfs = 0x15, kFileFactoryFilesystem = 0x16, @@ -45,7 +48,7 @@ namespace Heimdall kFileCache = 0x18, kFileModem = 0x0B // New 1.1 - Kies flashes the modem this way rather than using the EndModemFileTransferPacket. - }; + };*/ private: -- cgit v1.1