Because the 1.1.3 firmware seems to take up more space on the system partition than 1.1.2, you quickly start running into disk space problems.

To solve these problems (like the Installer jumping to Springboard while installing a package) you can move your applications folder to the media partition, here is how:

Connect to your iPhone using SSH and issue the following commands.

cp -r /Applications /private/var/

rm -r /Applications

ln -s /private/var/Applications /

chmod +s /Applications/Installer.app/Installer

Close your SSH session.

You should now be able to run all applications and install new ones.

1 Response to “Disk Space and Installer.app Problems after JB 1.1.3”

  1. infelix Says:
    Hi, I had recently upgraded to jailbroken 1.1.3 and had no troubles... until Installer asked me to upgrade to ne new version of Installer.app, then every time I try to start it, Installer just goes back to Springboard. I tried what u suggest in this post and still nothing Do u know what should I try? Thanks, I aprreciate you e-mail me if u have an idea

Leave a Reply