HyeongminSeo / iphone-dataprotection

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

AttributeError: lockers in ios_examiner #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
!! Unknown deviceReadId -456b2a68, assuming 1 physical bank /CE, will probably 
fail
Chip id 0x-456b2a68 banks per CE physical 1
NAND geometry : 8GB (4 CEs (1 physical banks/CE) of 4096 blocks of 128 pages of 
4096 bytes data, 0 bytes metdata)
Found old style signature 500C
Searching for special pages...
Found DEVICEINFOBBT special pages in CE 0
Device does not boot from NAND (=> has a NOR)
NAND signature 0x43303035 flags 0x3 withening=0, epoch=5
Traceback (most recent call last):
  File "/Users/wak/ip/python_scripts/ios_examiner.py", line 411, in <module>
    main()
  File "/Users/wak/ip/python_scripts/ios_examiner.py", line 406, in main
    image = NAND(nandimagename, device_infos)
  File "/Users/wak/ip/python_scripts/nand/nand.py", line 98, in __init__
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plistlib.py", line 300, in __getattr__
    raise AttributeError, attr
AttributeError: lockers

Reported by Waterch1ck.chen on iPhone 3G

Original issue reported on code.google.com by jean.sig...@gmail.com on 21 Aug 2012 at 9:00

GoogleCodeExporter commented 8 years ago
and..
the ios version is 3.1.2  

Original comment by Waterch1...@gmail.com on 29 Aug 2012 at 9:37

GoogleCodeExporter commented 8 years ago
Did you find an explanation, 'cause I have the same kind of error.

!!! Unknown deviceReadId -49aa2814, assuming 1 physical bank /CE, will probably 
fail

And my ios is a 4.2.1 (on a 3G).
Thanx

Original comment by tatc...@gmail.com on 22 Oct 2012 at 12:30

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 930139479d08.

Original comment by jean.sig...@gmail.com on 28 Oct 2012 at 11:32

GoogleCodeExporter commented 8 years ago
The last commit should fix the problem, however ios_examiner is still broken 
for old devices (old VFL/FTL) so you might get other errors.

Original comment by jean.sig...@gmail.com on 28 Oct 2012 at 11:34