HyeongminSeo / iphone-dataprotection

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

issue in ios_examiner.py #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.download redsn0w_mac_0.9.12b2.zip and unzip
2.sh ./make_ramdisk_n90ap.sh
3.boot into ramdisk and try ios_examiner.py

What is the expected output? What do you see instead?
Connecting to device : ramdisk tool Apr 13 2012 22:45:45
Traceback (most recent call last):
  File "python_scripts/ios_examiner.py", line 366, in <module>
    main()
  File "python_scripts/ios_examiner.py", line 358, in main
    client = RamdiskToolClient.get()
  File "/Users/xjs/iphone-dataprotection/python_scripts/util/ramdiskclient.py", line 39, in get
    RamdiskToolClient.instance = RamdiskToolClient()
  File "/Users/xjs/iphone-dataprotection/python_scripts/util/ramdiskclient.py", line 48, in __init__
    self.getDeviceInfos()
  File "/Users/xjs/iphone-dataprotection/python_scripts/util/ramdiskclient.py", line 74, in getDeviceInfos
    keys = self.grabDeviceKeys()
  File "/Users/xjs/iphone-dataprotection/python_scripts/util/ramdiskclient.py", line 164, in grabDeviceKeys
    if not r or r.returnCode != 0 or not r.has_key("data"):
AttributeError: 'str' object has no attribute 'returnCode'

What version of the product are you using? On what operating system?
latest version on MAC 10.7 with iOS 5.1.1 on iPhone4 GSM

Please provide any additional information below.

Original issue reported on code.google.com by blackjac...@gmail.com on 30 Jul 2012 at 10:10

GoogleCodeExporter commented 8 years ago
Make sure you use the ramdisk you rebuild using the latest revision (the output 
you posted says the ramdisk was built on Apr 13 2012 22:45:45).

Original comment by jean.sig...@gmail.com on 30 Jul 2012 at 12:53