tomxiong / iphonedevonlinux

Automatically exported from code.google.com/p/iphonedevonlinux
0 stars 0 forks source link

Getting the error "Failed to decrypt 018-4491-11.dmg" after "Sorry, no decryption key for system partition found" #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run ./toolchain.sh all
2. Get first error, "Sorry, no decryption key for system partition found"
3. Get key from web, set new variable value for DECRYPTION_KEY_SYSTEM
4. Run ./toolchain.sh all

What is the expected output? What do you see instead?
Expected to go to next step after Mounting and Decrypting 018-4491-11.dmg

What version of the product are you using? On what operating system?
On Ubuntu 8.10 Intrepid, using revision 75, Toolchain version 2.2.1

Please provide any additional information below.
I am using the MacOSX 10.5, with the iPhone SDK 2.2.19m2621afinal.dmg and 
the iPod2,1_2.2.1_5H11a.ipsw firmware

It says I am using the wrong key, I guess. Here is the key I am using:

DECRYPTION_KEY_SYSTEM="2611c9f73504344fb22c93791659ec92e65f914025c5814d708b
2023ab67229d89c39791"

Thanks for your help.

Original issue reported on code.google.com by garybo...@gmail.com on 8 Apr 2009 at 3:29

GoogleCodeExporter commented 8 years ago
Ignore this issue. Sorry, I just needed to run ./toolchain.sh all as sudo 
./toolchain.sh all. My bad! :-(

Original comment by garybo...@gmail.com on 8 Apr 2009 at 3:43

GoogleCodeExporter commented 8 years ago
To add a bit of detail:

I got the same error and went looking for the key manually. Found it at
theiphonewiki.com/wiki/index.php?title=VFDecrypt_Keys:_2.x

I am using iPhone1,2_2.2.1_5H11_Restore.ipsw, so my key was Build 5H11:
ee4eeeb62240c1378c739696dff9fef2c88834e98877f55a29c147e7d5b137967197392a.

> export
DECRYPTION_KEY_SYSTEM=ee4eeeb62240c1378c739696dff9fef2c88834e98877f55a29c147e7d5
b137967197392a
> ./toolchain.sh all

No need to run as root afaik.

Original comment by josh2...@gmail.com on 15 Apr 2009 at 1:52

GoogleCodeExporter commented 8 years ago
I notice that in DECRYPTION_KEY_SYSTEM you have a line break, garybogle. That 
could
be the problem? Did you make sure to use the export keyword when you were 
setting it?
You don't need to run the script as root, all root operations use sudo.

We don't really deal with the iPod firmware in the script - just iPhone - 
because
they're the same in terms of headers, which is why it wouldn't have the key for 
your
firmware version.

Original comment by m4d...@gmail.com on 21 Apr 2009 at 9:09

GoogleCodeExporter commented 8 years ago
same problem tryed sudo command, didnt work, help?

Original comment by ackdrumm...@aol.com on 17 Aug 2009 at 7:46