Google Code Exporter
Google Code Exporter
``` Yes, it's exactly as you say. ``` Original comment by `[email protected]` on 26 Aug 2012 at 9:41
``` ok, could you try to change line 42 in python_scripts/nand/image.py from if r1 != 0x0: to if r1 == 0xe00002e5: and try again the "python python_scripts/ios_examiner.py iphone4_nand.bin iphone4.plist" command....
``` [deleted comment] ```
``` I've already test it, unfortunately with the same upshot. Another question - I want to recover just one type of file e.g. m4a format, so has undelete script any...
``` ok, i'll have to try and figure it out but for now i cannot reproduce the issue. there is currently no filtering option for the undelete script. ``` Original...
``` I made a setup using Linux Debian and MacOSX Mountain Lion 10.8.1 with Xcode 4.3.3. Same error on both environments. My solution was : make another nand_dump from ios_examiner...
``` I'm getting this error after every dump, tried about 4 dumps and all of them I get this error. When I try to run python python_scripts/ios_examiner.py without parameters I...
``` Hi, havin' same issue. (iPhone 4, iOS 6) Here's my output: Using VSVFL Traceback (most recent call last): File "python_scripts/ios_examiner.py", line 366, in main() File "python_scripts/ios_examiner.py", line 361, in...
``` Can you apply the attached patch to add debug output, run ios_examiner.py with the nand dump and plist file as parameters and post the output here ? Thanks. ```...
``` Patch applied, output attached. Thank you! ``` Original comment by `[email protected]` on 22 Oct 2012 at 9:13 Attachments: - [vsvfl_debug_output](https://storage.googleapis.com/google-code-attachments/iphone-dataprotection/issue-72/comment-14/vsvfl_debug_output)