Click here to Close
 
打印

[原创] ziphone3.0破解1.14版touch(详细图解) 7月1日更新源地址

本主题由 heaven_jiaodi 于 2008-4-6 19:42 置顶
相比偶的ZIPHONE2.5C 是方便了不少 值得收藏啊
求专门的Stereo's Leopard主题

TOP

都看不懂   算了   还是找人去破解吧

TOP

引用:
原帖由 warlord 于 2008-4-5 12:28 发表
但是安装PC SUIT的守护软件,安装失败,且一直在白苹果,进不了桌面,在白苹果下恢复失败。。。。。。。。。。
我也没成功,可能也装FIX

TOP

我装了FIX

TOP

TOP

成功破解...谢谢啦!!

TOP

很贊,很詳細

不過iBrickr fix是可以不用wifi安裝的,事實上Ziphone iBrickr fix只是修復了Services.plist這個文件, 這個文件在/System/Library/Lockdown/下,覆蓋掉源文件就行了
事實上Ziphone可以在破解的時候安裝app的,完全可以在破解的時候放上Services.plist這個文件。這一點lz可以仔細看一下他的readme,不過可能需要一點unix的基礎
當然破解時如果能裝個terminal,如果你懂unix,可以自己在ipod上編輯修改這個文件,只需添加幾行就行了

我的ipod現在不在我手上,还没法測試,等過幾天再說吧,到時候就可以完全擺脫wifi了~~

TOP

我不知道為什麽我上傳不了Services.plist這個文件,不過可以參考一下如下:
<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>

TOP

這個是iBrickr fix給出的新的Services.plist文件。
ps:為什麽我上傳不了附件?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<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>
        <key>com.apple.crashreportcopy</key>
        <dict>
                <key>AllowUnactivatedService</key>
                <true/>
                <key>InstanceLimit</key>
                <integer>1</integer>
                <key>Label</key>
                <string>com.apple.crashreportcopy</string>
                <key>ProgramArguments</key>
                <array>
                        <string>/usr/libexec/CrashReportCopyAgent</string>
                        <string>--lockdown</string>
                        <string>--oneshot</string>
                </array>
                <key>UserName</key>
                <string>mobile</string>
        </dict>
        <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>
        <key>com.apple.mobile.debug_image_mount</key>
        <dict>
                <key>AllowUnactivatedService</key>
                <true/>
                <key>Label</key>
                <string>com.apple.mobile.debug_image_mount</string>
                <key>ProgramArguments</key>
                <array>
                        <string>/usr/libexec/debug_image_mount</string>
                </array>
        </dict>
        <key>com.apple.mobile.file_relay</key>
        <dict>
                <key>AllowUnactivatedService</key>
                <true/>
                <key>Label</key>
                <string>com.apple.mobile.file_relay</string>
                <key>ProgramArguments</key>
                <array>
                        <string>/usr/libexec/mobile_file_relay</string>
                </array>
        </dict>
        <key>com.apple.mobile.nikita_install</key>
        <dict>
                <key>Label</key>
                <string>com.apple.mobile.nikita_install</string>
                <key>ProgramArguments</key>
                <array>
                        <string>/usr/libexec/nikita_installer</string>
                </array>
        </dict>
        <key>com.apple.mobile.nikita_uninstall</key>
        <dict>
                <key>Label</key>
                <string>com.apple.mobile.nikita_uninstall</string>
                <key>ProgramArguments</key>
                <array>
                        <string>/usr/libexec/nikita_uninstaller</string>
                </array>
        </dict>
        <key>com.apple.mobile.notification_proxy</key>
        <dict>
                <key>Label</key>
                <string>com.apple.mobile.notification_proxy</string>
                <key>ProgramArguments</key>
                <array>
                        <string>/usr/libexec/notification_proxy</string>
                </array>
        </dict>
        <key>com.apple.mobile.software_update</key>
        <dict>
                <key>InstanceLimit</key>
                <integer>1</integer>
                <key>Label</key>
                <string>com.apple.mobile.software_update</string>
                <key>ProgramArguments</key>
                <array>
                        <string>/usr/libexec/software_update</string>
                </array>
        </dict>
        <key>com.apple.mobile.system_profiler</key>
        <dict>
                <key>Label</key>
                <string>com.apple.mobile.system_profiler</string>
                <key>ProgramArguments</key>
                <array>
                        <string>/usr/sbin/system_profiler</string>
                </array>
        </dict>
        <key>com.apple.mobilebackup</key>
        <dict>
                <key>InstanceLimit</key>
                <integer>1</integer>
                <key>Label</key>
                <string>com.apple.mobilebackup</string>
                <key>ProgramArguments</key>
                <array>
                        <string>/usr/libexec/BackupAgent</string>
                        <string>--lockdown</string>
                </array>
        </dict>
        <key>com.apple.mobilesync</key>
        <dict>
                <key>InstanceLimit</key>
                <integer>1</integer>
                <key>Label</key>
                <string>com.apple.mobilesync</string>
                <key>ProgramArguments</key>
                <array>
                        <string>/usr/libexec/SyncAgent</string>
                        <string>--lockdown</string>
                        <string>--oneshot</string>
                        <string>-v</string>
                </array>
                <key>UserName</key>
                <string>mobile</string>
        </dict>
        <key>com.apple.purpletestr</key>
        <dict>
                <key>Label</key>
                <string>com.apple.purpletestr</string>
                <key>ProgramArguments</key>
                <array>
                        <string>/usr/libexec/PurpleTestr</string>
                        <string>--lockdown</string>
                        <string>--oneshot</string>
                </array>
        </dict>
        <key>com.apple.screenshotr</key>
        <dict>
                <key>Label</key>
                <string>com.apple.screenshotr</string>
                <key>ProgramArguments</key>
                <array>
                        <string>/usr/libexec/ScreenShotr</string>
                        <string>--lockdown</string>
                        <string>--oneshot</string>
                </array>
        </dict>
        <key>com.apple.syslog_relay</key>
        <dict>
                <key>AllowUnactivatedService</key>
                <true/>
                <key>Label</key>
                <string>com.apple.syslog_relay</string>
                <key>ProgramArguments</key>
                <array>
                        <string>/usr/libexec/syslog_relay</string>
                        <string>--lockdown</string>
                </array>
        </dict>
</dict>
</plist>

TOP

那五个软件的源很奇怪,一会能连一会连不上

TOP