Apr 15 2008

Fixing Installer.app Errors on your 1.1.4 iPhone

Published by Jonathan Wise at 6:52 pm under Hacks

There’s lots of different solutions on the net. I had to collect them all before I could get rid of my problems, which were:

  • Error: Package Download Failed
  • Error: Main Script Execution Failed

Both seemed to be the end result of corrupt permissions. I used ZiPhone to Jailbreak a clean 1.1.4 install and was disappointed when I hit them. Here’s what I had to do to fix them:

  • SSH into your iPhone using Terminal, or Putty on Windows
  • You’ll need to login as root with the password alpine
  • Type: cd /
  • Type: cd Applications/
  • Type: chmod 755 Installer.app/Installer
  • Type: chmod u+s Installer.app/Installer
  • Type: chown -R root:wheel Installer.app
  • Reboot your iPhone just to be sure.
  • Launch Installer.app and immediately install Community Sources.
  • When its done it will want to update Community Sources. Do this.

Everything should work as normal. Note that I think the two chmod commands do the same thing, but I’m not that sure on my command line stuff, and it doesn’t hurt to do them both. Hope this helps someone else!

4 responses so far

4 Responses to “Fixing Installer.app Errors on your 1.1.4 iPhone”

  1. Jameson 30 Apr 2008 at 12:04 pm

    The commands could be simplified to…

    chmod 755 /Applications/Installer.app
    chmod u+s /Applications/Installer.app/Installer
    chown -R root:wheel /Applications/Installer.app

    Or if you just want to go mad…

    cd /Applications; chmod 755 Installer.app; chmod u+s Installer.app/Installer; chown -R root:wheel Installer.app

    chown isn’t recognised on my 1.1.4 iPhone jailbroken with Independence. Might be worth investigating…

    James

  2. maxon 29 Jul 2008 at 4:27 am

    hey guys, i think am aving d same problem as u, but i jst dont understand ur notes, how do i go abt it?dont know where to find terminal or application folder onmy pc, could u pls help?

  3. nicoon 13 Aug 2008 at 6:57 am

    can somebody pls tell me where i find a “working” version of installer app for 1.1.4

  4. Jon Wiseon 13 Aug 2008 at 7:21 am

    I don’t know for sure, but I suspect that if you download the old version of the Pwnage tool (2.0) and use it to jailbreak, it’ll include Installer.app

Print This Post Print This Post   Trackback URI Comments RSS

Leave a Reply