Our Smartphone Network: BlackBerryWindows MobileAndroidPalm Pre
iPhone Forums
EverythingiCafe iPhone cases, accessories iPhone Social iPhone Wallpapers iPhone forums iPhone blog iPhone accessory reviews iPhone news

Go Back   iPhone Forums > Modifications > Third Party Applications




Reply
 
LinkBack Thread Tools Display Modes
Old 02-21-2008, 10:57 AM   #1 (permalink)
 
Griffinaz's Avatar
 
Join Date: Oct 2007
Location: Phoenix, Arizona
Posts: 1,082
Thanks: 3
Thanked 1 Time in 1 Post
Default Main script execution failed on all installs

I have searched and cannot find any final answer on this issue. I know that with Customize there is a trick to get it to work however that is not my issue.

I used the "fix" this morning from the NewAttiPhone site to relocate my software to the other partition. Immediately, and I mean within a minute, after doing that I started getting a "Main Script Execution Failed" error when attempting to install anything from Installer.
I have rebooted the phone at least 6 times trying to resolve this (suggested in another posting), I have not installed anything other than that fix today and everything was working fine yesterday so I believe the issue was caused either directly or indirectly by the fix.

I am running 1.1.3 jailbroken (obviously). Other than a restore and try again option, are there any suggestions to fix this?
__________________
Griffinaz
Phoenix, AZ
Griffinaz is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-21-2008, 12:41 PM   #2 (permalink)
 
Griffinaz's Avatar
 
Join Date: Oct 2007
Location: Phoenix, Arizona
Posts: 1,082
Thanks: 3
Thanked 1 Time in 1 Post
Default

I found the fix on another site. Apparently the out of disk space "fix" I installed changed the permissions and owner of the Installer.app folder. To repair it I had to open Terminal and enter these two lines. Everything works now:

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

I hope this helps if anyone else has this problem.
__________________
Griffinaz
Phoenix, AZ
Griffinaz is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-21-2008, 12:48 PM   #3 (permalink)
 
Bone's Avatar
 
Join Date: Feb 2008
Posts: 1,278
Thanks: 5
Thanked 0 Times in 0 Posts
Default

I wound up just rejailbreaking my phone because of this same problem. LOL I don't even mind the hassel anymore.
__________________
2 gig iPod
20 gig iPod
80 gig iPod stolen....
160 gig iPod
8 gig iPhone 1st gen 2.2 qwkpwnd
8 gig 3g iPhone 2.2 qwkpwnd
Jailbreakem all!!
Bone is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-21-2008, 01:52 PM   #4 (permalink)
 
Griffinaz's Avatar
 
Join Date: Oct 2007
Location: Phoenix, Arizona
Posts: 1,082
Thanks: 3
Thanked 1 Time in 1 Post
Default

With the new jailbreak method it isn't anywhere near the problem it used to be. The previous methods made me just dread having problems on the phone.
__________________
Griffinaz
Phoenix, AZ
Griffinaz is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-28-2008, 08:29 PM   #5 (permalink)
 
Join Date: Nov 2007
Posts: 369
Thanks: 10
Thanked 0 Times in 0 Posts
Default

Originally Posted by Griffinaz View Post
I found the fix on another site. Apparently the out of disk space "fix" I installed changed the permissions and owner of the Installer.app folder. To repair it I had to open Terminal and enter these two lines. Everything works now:

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

I hope this helps if anyone else has this problem.
can you please explain this a little ??
frankyfingerz is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-29-2008, 08:51 AM   #6 (permalink)
 
Join Date: Nov 2007
Posts: 369
Thanks: 10
Thanked 0 Times in 0 Posts
Default

am i really runing out of space? do i really have to install this fix ??
frankyfingerz is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-29-2008, 09:19 AM   #7 (permalink)
 
Griffinaz's Avatar
 
Join Date: Oct 2007
Location: Phoenix, Arizona
Posts: 1,082
Thanks: 3
Thanked 1 Time in 1 Post
Default

The phone is seperated into two different partitions for software on the internal drive. There is a music partition that is very large and there is an operating system partition that is very small. When the phone was designed it was not intended to store additional software on the OS partition. When a phone is jailbroken it opens the drive to installing new software. By default it saves the aftermarket software into the OS partition and after you have installed some large programs you will get a message that your running out of disk space even though you have a lot of room remaining. That means your running out of room in the OS partition.
The "fix" that is out there (several actually) will move your programs to the music partition and then create a link to the os partition. When you then install software it will think it is putting it in the os partition when it is actually saving it to the music side of the drive and you can then install basically 7 gigs or more of software before you start to run out of room.

As far as the instructions in the posting right above your first question, I have a program on my phone called Term-vt100. It is just a terminal emulator that allows commands to be typed on the phone in a "dos" like environment. The commands listed change the permissions and owner of the installer program back to the ones that they should be set to. In my case I installed a piece of software that changed the ownership of those and made it so they wouldnt launch. Typing those two command lines in the terminal changed those settings back.
__________________
Griffinaz
Phoenix, AZ
Griffinaz is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-29-2008, 09:39 AM   #8 (permalink)
 
Join Date: Nov 2007
Posts: 369
Thanks: 10
Thanked 0 Times in 0 Posts
Default

Originally Posted by Griffinaz View Post
The phone is seperated into two different partitions for software on the internal drive. There is a music partition that is very large and there is an operating system partition that is very small. When the phone was designed it was not intended to store additional software on the OS partition. When a phone is jailbroken it opens the drive to installing new software. By default it saves the aftermarket software into the OS partition and after you have installed some large programs you will get a message that your running out of disk space even though you have a lot of room remaining. That means your running out of room in the OS partition.
The "fix" that is out there (several actually) will move your programs to the music partition and then create a link to the os partition. When you then install software it will think it is putting it in the os partition when it is actually saving it to the music side of the drive and you can then install basically 7 gigs or more of software before you start to run out of room.

As far as the instructions in the posting right above your first question, I have a program on my phone called Term-vt100. It is just a terminal emulator that allows commands to be typed on the phone in a "dos" like environment. The commands listed change the permissions and owner of the installer program back to the ones that they should be set to. In my case I installed a piece of software that changed the ownership of those and made it so they wouldnt launch. Typing those two command lines in the terminal changed those settings back.
i restored anyways, but how would i install Term-vt100, when Installer isn't letting me install??
frankyfingerz is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-29-2008, 12:00 PM   #9 (permalink)
 
Griffinaz's Avatar
 
Join Date: Oct 2007
Location: Phoenix, Arizona
Posts: 1,082
Thanks: 3
Thanked 1 Time in 1 Post
Default

If you didnt have term already on your phone you can use WinSCP on your PC and open a terminal window within that (when connected to the phone) and you can run the commands that way as well.
__________________
Griffinaz
Phoenix, AZ
Griffinaz is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 03-06-2008, 01:06 AM   #10 (permalink)
 
Join Date: Oct 2007
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Originally Posted by Griffinaz View Post
If you didnt have term already on your phone you can use WinSCP on your PC and open a terminal window within that (when connected to the phone) and you can run the commands that way as well.

Griffinaz..I tried to change the permissions using the terminal in WinSCP but I kept getting an error that the file or folder does not exist. I don't really want to have to restore because I installed quite a few apps already.
sacflava is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -5. The time now is 02:26 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Integrated by BBpixel