HyeongminSeo / iphone-dataprotection

Automatically exported from code.google.com/p/iphone-dataprotection
0 stars 0 forks source link

iPhone 4 Keys.Plist won't find keys #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.python iphone-dataprotection/python_scripts/kernel_patcher.py 
iPhone3,3_6.0.1_10A523_Restore.ipsw

What is the expected output? What do you see instead?
The expected output is:
Decrypting kernelcache.release.n81
Unpacking ...
Doing CSED patch
....

Instead I get
No keys found for kernel after a few seconds

What version of the product are you using? On what operating system?
OS X version :10.8.3
XCode version :4.6.2
Tools revision : d67884c68fec tip

Please provide any additional information below.
I am trying to create a custom Ramdisk for an iPhone 4 model A1332 but at the 
mentioned step it keeps saying that no keys are found.  I have heard that the 
iPhone 4 was successful before but I can't seem to get it to work.  I have 
tried using iPhone3,1_6.0.1_10A523_Restore.ipsw and redsn0w version 
redsn0w_mac_0.9.15b3.  I believe I am either using the wrong setup or that the 
iPhone version 6.0.1 with base band 04.12.02 is not compatible.  Any help would 
be appreciated or if it is not compatible the notice will save me a lot of 
time.  I know the iPhone 4s is not compatible being an A5 device but to my 
knowledge the 4 is not an A5 device.

Original issue reported on code.google.com by Joey.B.B...@gmail.com on 17 May 2013 at 2:42

GoogleCodeExporter commented 8 years ago
see issue 103 : apparently you can use the ios 5 ipsw from the older models on 
the new ones (the ipsw version does not have to match the installed version)

Original comment by jean.sig...@gmail.com on 19 May 2013 at 10:02

GoogleCodeExporter commented 8 years ago
Ok so I got the Keys working and everything is fine except now when I run 
Redsn0w the phone says OK but then displays:

AppleBCWLANCore::handleIOKitBusyWatchdogTimeout():Error,no successful firmware 
download after 60000ms!! Giving up...

The phone froze on the screen, any ideas what to do?

Original comment by Joey.B.B...@gmail.com on 23 May 2013 at 6:36

GoogleCodeExporter commented 8 years ago
This message is normal, if OK was displayed on the screen then the next steps 
should work.

Original comment by jean.sig...@gmail.com on 26 May 2013 at 11:05

GoogleCodeExporter commented 8 years ago
I was able to connect to the device originally but now when I try to run 
tcprelay I get an error.  The output from running tcprelay gives me:

Forwarding local port 2222 to remote port 22
Traceback (most recent call last):
  File "usbmuxd-python-client/tcprelay.py", line 135, in <module>
    server = serverclass((HOST, lport), TCPRelay)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 408, in __init__
    self.server_bind()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 419, in server_bind
    self.socket.bind(self.server_address)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
socket.error: [Errno 48] Address already in use

I have tried re-doing all the steps to no avail though I still get the OK 
displaying.  I have ssh into the phone using openssh but this method does not 
seem to work anymore.

Original comment by Joey.B.B...@gmail.com on 5 Jun 2013 at 2:40

GoogleCodeExporter commented 8 years ago
It is now working again randomly.  I still don't know what caused it unless it 
still thought my old session was still running but I restarted it earlier and 
the problem still persisted.

Original comment by Joey.B.B...@gmail.com on 5 Jun 2013 at 8:14

GoogleCodeExporter commented 8 years ago
closing old issues

Original comment by jean.sig...@gmail.com on 11 Feb 2014 at 10:38