Google Code Exporter
Google Code Exporter
``` i still havent quite figured it out. i will write another script soon for you to test : it will acquire a new image (with the faulty method), then...
``` ok, here is the script. you have to boot the ramdisk, acquire a new image with the ios_examiner nand_dump command (using the same ramdisk as before). Then, without rebooting...
``` OK, here are the first few hundred lines of the output of the script: python python_scripts/nand_check_image.py iphone4_nand.bin iphone4.plist It generates many xxx_yyy lines in the output, and generates one...
``` ok, so the iphone4_nand.bin was acquired right before running the script right ? can you post the 2_19456.bin file ? i've posted another patch here https://code.google.com/p/iphone-dataprotection/issues/detail?id=72#c32 but seeing the...
``` yes, the iphone4_nand.bin was acquired right before running the script. I cannot post the 2_19456.bin as I deleted the millions of .bin files to unclog my file system. Would...
``` don't bother, if you can try the patch in the last comment in issue 72. thanks. ``` Original comment by `[email protected]` on 29 May 2013 at 5:37
``` Guys help me I bought I phone 5c legitimate gys. Probles is wen I reformat d thing asking for a icloud acout . Unfortunately I cannot longer contact the...
``` Can you try to add this line to the file python_scripts/util/bruteforce.py at line 25 : print "systembag is None :", (systembag ==None) and then run the command again and...
``` ok, first, try to add this line to the file python_scripts/util/bruteforce.py at line 25: print "systembag is None :", (systembag ==None) def loadKeybagFromVolume(volume, device_infos): systembag = volume.readFile("/keybags/systembag.kb", returnString=True) print...
``` ok, what is the value of the dataVolumeOffset field in the plist file ? ``` Original comment by `[email protected]` on 4 Oct 2012 at 9:49