[Tutorial] [1.1.3 iBrickr/iPhoneBrowser Problems]
NOTE: I have not written this tutorial..I found it off another post but it has long died down. Credit goes to the person that found this..Titus I believe.
Please try the following:
How to get iBrickr/iPhoneBrowser to work:
- Install OpenSSH through installer
- Download Putty http://the.earth.li/~sgtatham/putty/.../x86/putty.exe
- open up putty and enter in the ip address of your phone (found in settings->wifi on your phone) and click open
- it'll take a few seconds the first time (like 30 or so)
- A prompt will come up eventually. login as root, password alpine
- type cd ../../System/Library/Lockdown
- type pico Services.plist
The file should look like this starting at the top:
<dict>
<key>com.apple.afc</key>
<dict>
<key>AllowUnactivatedService</key>
<true/>
<key>Label</key>
<string>com.apple.afc</string>
<key>ProgramArguments</key>
<array>
<string>/usr/libexec/afcd</string>
<string>--lockdown</string>
<string>-d</string>
<string>/var/mobile/Media</string>
<string>-u</string>
<string>mobile</string>
</array>
</dict>
INSERT CODE HERE
<key>com.apple.crashreportcopy</key>
<dict>
Here's what you need to insert where it says INSERT CODE HERE:
<key>com.apple.afc2</key>
<dict>
<key>AllowUnactivatedService</key>
<true/>
<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>
After it all, it should work..just reboot phone and voila!
-Edit-
If anyone has problems..PM me and I'll try my best to help.