ipodtouchrandom Increase the application space limit

If you have jailbreaked your ipod touch and run out of space installing apps this guide will show you how to change it so your only limited by the space left on your drive.

Following the instruction herein mmands below will remove your application space limitation so that you’re only limited by the device’s drive.. Your apps will share the same space available to your media files.

WARNING : Allthough this method is verified as working, you do this at your own risk!

SSH into your iPod touch using an SSH client. If you dont have one allready we suggest you use putty.

 

Now you need to move your applications folder to the /private/var folder by entering the following:

mv /Applications /private/var/Applications

 

Change the directory to “/” by typing:

cd /

 

Then create a symbolic link to the Applications folders new location:

ln -s /private/var/Applications Applications

 

Enter the following to list the directory of “/”. This is to check the symbolic link was created correctly:

ls -la

In the list that comes up, you should have an entry similar to this one:

 

lrwxr-xr-x 1 root admin 17 Oct 11 08:15 Applications -> /private/var/Applications

That should be it…all you have to do now is restart your iPod touch!