Feb 18
Installer [main script execution failed] 解決方法
原文: http://iphone.i-bloog.com/read-67.html
破解後出現 [main script execution failed] ??
在網上找到一些解決方法 :)
建議又第一個開始試
做完重新開機看看
方法二&三 好像需要 BSDSubsystem
方法三 需要安裝 Installer > Utilities > Erica's Ported Utils
解決方法一:
參考: http://iphone.i-bloog.com/read-61.html
使用指令
ziphone -j
解決方法二:
SSH 入iPhone [例如 WINSCP / Putty]
輸入以下指令
- cd /Applications
- chmod +s Installer.app/Installer
- chown -R root:wheel Installer.app
解決方法三:
SSH 入iPhone [例如 WINSCP / Putty]
輸入以下指令
- cd /Applications
- wget http://repository.apptapp.com/packages/System/Installer.zip
- rm -rf Installer.app
- unzip Installer.zip
- chmod +s Installer.app/Installer
- chown -R root:wheel Installer.app
- rm Installer.zip
- reboot
April 8th, 2008 at 12:58 pm
不会吧!我按照解决方法三,结束后touch里的installer没有了,其他程序都还在,我要怎么做,才能找回installer呢?
iphone reply on April 8th, 2008:
# wget http://repository.apptapp.com/packages/System/Installer.zip
有沒有錯誤??
February 20th, 2008 at 7:47 pm
要另外再裝一個叫做 Erica's Ported Utils
已更新 我的post
February 20th, 2008 at 7:13 pm
沒有甚麼了…原來漏了" "這個…哈哈…
不過用了方法二…仍解決不到…
當用方法三..到了第二步就出了這句:
"zsh: command not found: wget"
February 20th, 2008 at 6:57 pm
在打第一句"cd /Applications"時…
出現"zsh: no such file ordirectory: cd/Applications"…
有甚麼解決方法?