Google Code Exporter
Google Code Exporter
``` Great, can you also apply this patch to debug the checksum issues ? just run the same command, also if you still have the device that was dumped and...
``` python python_scripts/ios_examiner.py iphone4_nand.bin iphone4.plist Loading device information from iphone4.plist Device model: iPhone 4 GSM UDID: ECID: Serial number: key835: key89B: Chip id 0x32956845 banks per CE physical 2 NAND...
``` There you go :) ``` Original comment by `[email protected]` on 24 Oct 2012 at 7:41 Attachments: - [vsvfl_checksum_debug_output](https://storage.googleapis.com/google-code-attachments/iphone-dataprotection/issue-72/comment-17/vsvfl_checksum_debug_output) - [ios_examiner_output](https://storage.googleapis.com/google-code-attachments/iphone-dataprotection/issue-72/comment-17/ios_examiner_output)
``` Can you move this line hexdump(d[:1024]) out of the if statement so that it shows the hexdump in the case where it works (ios_examiner without parameters) Thanks. ``` Original...
``` Did it, hope it helps... ``` Original comment by `[email protected]` on 24 Oct 2012 at 10:45 Attachments: - [vsvfl_checksum_debug_hexdump_output](https://storage.googleapis.com/google-code-attachments/iphone-dataprotection/issue-72/comment-19/vsvfl_checksum_debug_hexdump_output)
``` ok, sorry for the multiple tries to get this right, but could you change the hexdump(d[:1024]) to hexdump(d) exit(0) and repost both outputs. Thanks a lot. ``` Original comment...
``` easy, thank you for the support :) here's the adapted output... ``` Original comment by `[email protected]` on 25 Oct 2012 at 9:38 Attachments: - [vsvfl_checksum_hexdump_output](https://storage.googleapis.com/google-code-attachments/iphone-dataprotection/issue-72/comment-21/vsvfl_checksum_hexdump_output) - [ios_examiner_hexdump_output](https://storage.googleapis.com/google-code-attachments/iphone-dataprotection/issue-72/comment-21/ios_examiner_hexdump_output)
``` ok i see where the bug is coming from, can you just post the contents of the "nand" dictionnary in the plist file ? Thanks. nand ... ``` Original...
``` Here it is... ``` Original comment by `[email protected]` on 26 Oct 2012 at 6:33 Attachments: - [nand_3218a653bf](https://storage.googleapis.com/google-code-attachments/iphone-dataprotection/issue-72/comment-23/nand_3218a653bf)
``` i haven't had a chance yet to try and reproduce the issue. I assume you tried to redump the nand image on the same device and still had the...