+ Reply
Results 1 to 6 of 6
  1. #1
    What's Jailbreak?
    Join Date
    Apr 2008
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Installer-MAIN SCRIPT EXECUTION FAILED {HELP NEEDED}

    Hiiii guyz my iphone installer says main script execution failed when i download some thing .............. so if any 1 knows plz tell me plz.......ty

  2. #2
    Green Apple
    Join Date
    Apr 2008
    Location
    Dubai, UAE
    Posts
    51
    Thanks
    1
    Thanked 3 Times in 3 Posts

    try adding good sources to it...

  3. #3
    What's Jailbreak? Jest's Avatar
    Join Date
    Oct 2007
    Posts
    25
    Thanks
    5
    Thanked 9 Times in 6 Posts

    Have you installed BSD Subsystem? Some of the applications in Installer need it to install...

  4. #4
    What's Jailbreak?
    Join Date
    Apr 2008
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    i didn't understand what u mean to say..........what i have to do.

  5. #5
    iPhone? More like MyPhone bbplayer5's Avatar
    Join Date
    Sep 2007
    Posts
    294
    Thanks
    4
    Thanked 23 Times in 17 Posts

    Its a permission problem. To fix it you need to SSH into your phone and run the following commands in terminal:

    ssh root@<your phones IP address>
    *Type your password

    cd /
    cd Applications/
    chmod +s Installer.app/Installer
    chown -R root:wheel Installer.app
    reboot

    *****

    That should fix your problem. This happens all the time to me and its quite annoying. Also make sure your queue is cleared before trying to install again.

  6. #6
    What's Jailbreak?
    Join Date
    Jun 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    I'm getting when using the commands the following errors:

    chmod +s Installer.app/Installer
    dyld: Library not loaded: /usr/local/arm-apple-darwin/lib/libgcc_s.1.dylib
    Referenced from: /bin/chmod
    Reason: no suitable image found. Did find:
    /usr/local/arm-apple-darwin/lib/libgcc_s.1.dylib: stat() failed with errno=13
    zsh: trace trap chmod +s Installer.app/Installer

    chown -R root:wheel Installer.app
    dyld: Library not loaded: libarmfp.dylib
    Referenced from: /usr/bin/chown
    Reason: unsafe use of relative path libarmfp.dylib in /usr/bin/chown with setuid binary
    zsh: trace trap chown -R root:wheel Installer.app

    Any idea what's wrong?
    Thaks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts