Installer [main script execution failed] 解決方法
2008
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
