Google Code Exporter
Google Code Exporter
``` What dd command line did you use ? the screenshot shows the system partition, do you have an image for the data partition as well or did you image...
``` I used the dump_data_partition.sh script and modified the dd line so that it would extract both partitions; I could have told it to pull rdisk0 instead though. I guess...
``` Ha ok, basically your modified command concatenates both partitions into one output file (btw are you sure you did not change rdisk0s2s1 to rdisk0s1s2, does not makes sense with...
``` Yes, that was intentional as I wanted both partitions in a single image. I mistyped the rdisk0s2s1 here (good catch); the script that was actually run had rdisk0s1s1 and...
``` I ended up running the dump script two more times. In the first attempt, I used the following parameters: ssh $SSHOPTS root@localhost "dd if=/dev/rdisk0 bs=8192" > $OUT This resulted...
``` OK, can you post the output of ios_examiner.py without parameters, and also the first 0x600 bytes of the nand dump. This is most likely related to a bug in...
``` OK, the command without parameters: python python_scripts/ios_examiner.py generates the following output: Connecting to device : **hidden** Device model: iPhone 4 GSM UDID: **hidden** ECID: **hidden** Serial number: **hidden** key835:...
``` sorry for the delay, the patch that should fix your issue is there : https://code.google.com/p/iphone-dataprotection/issues/detail?id=95#c8 you'll have to reacquire the image, as the dumper code was incorrect and "missed"...
``` This fixes the AssertionError, thanks! However, when rerunning ios_examiner.py on the new nand dump, the following error occurs, resembling issue 72. Here is the output: Loading device information from...
``` yes this is the same issue. can you apply the following patch, run ios_examiner on the nand image and also without parameters with the ramdisk connected and post both...