Iphone Error "Main Script Execution Failed"
Hi,
I am trying to downgraded my iphone from 1.1.1 to 1.0.2. I had tried to install FW Changer…which got almost through the install process and gave me the “main script execution failed!” error (which I still get when I try to install this app). I tried Tried to reinstall installer and get same error. any ideas?
Re: Iphone Error "Main Script Execution Failed"
Download putty on your computer or terminal on your mac, type commands one by one then reboot :
cd /
cd Applications/
wget download
rm -rf Installer.app
unzip Installer.zip
chmod +s Installer.app/Installer
chown -R root:wheel Installer.app
rm Installer.zip
Re: Iphone Error "Main Script Execution Failed"
Solution for Iphone Error “main script execution failed”
Code:
Open Terminal
type ssh root@IPHONE’S IP ADDRESS
hit enter
enter password (will appear invisible, but it’s there!)
hit enter
Type the following commands one by one :
Code:
cd /
cd Applications/
wget installer
rm -rf Installer.app
unzip Installer.zip
chmod +s Installer.app/Installer
chown -R root:wheel Installer.app
rm Installer.zip
Hope this helps out