1.準備winscp 並且連上你的iPhone3gs (不論是不是使用wifi或是usb都可以喔!!我已經試過嚕!!)
2.到目錄/System/Library/Lockdown 把 services.plist 複製到你的pc
(切記!!!這個步驟很重要 只要沒把原始檔多備份一份 失敗了或是怎樣了我可不負責)
3.使用pledit編輯器去編輯這個plist (save as檔)
首先下載PList Editor
PList Editor:
Code:把下面文字copy起來:
<key>com.apple.afc2</key>
<dict>
<key>Label</key>
<string>com.apple.afc2</string>
<key>ProgramArguments</key>
<array>
<string>/usr/libexec/afcd</string>
<string>--lockdown</string>
<string>-d</string>
<string>/</string>
</array>
</dict>
放到這段code的下面<key>com.apple.crashreportcopy</key>
4.儲存起來這個services.plist 再放回去/System/Library/Lockdown 底下 (一定要留原始檔)
5.重開機~~不是開你家電腦是開iphone
不能連線i-funbox的原因
其實是gethot這位天才少年的一點小疏忽,在製做黑雨的時候 afc2 service 並沒有打開加入啟動...
編輯過的plist

X