|
MoveApps
HOW-TO: Get around the application space limit your Touch (or iPhone)!
InstructionsExecuting the commands 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. The approach is to create a symbolic link to the Application folder and move the actual folder to the media partition. NOTE: This guide assumes you have jailbreaked your iPod touch (or iPhone) and installed the necessary Unix binaries, either manually or by using some sort of semi-automated/automated jailbreak method. WARNING: Although this seems to work just as intended, it's not been tested for more than a number of hours, meaning that it's entirely possible it could somehow break in the future. Therefore, only do this at your own risk! 1) SSH into your iPod touch (or iPhone) using the SSH client of your choice; I recommend putty, which you can download here. 2) Move your applications folder to the /private/var folder by typing the following: mv /Applications /private/var/Applications 3) Change directory to / by typing cd / 4) Create a symbolic link to the Applications folder's new location: ln -s /private/var/Applications Applications 5) Type the following to get a directory list of /, so we can make sure 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 25 Oct 12 22:31 Applications -> /private/var/Applications 6) Alright, seems like it worked.. Now all you have to do is reboot your iPod touch (or iPhone)! Do that now. 7) To further make sure it's working correctly for you, enter the Installer app and check the available space at the bottom. It should be higher than it was previously, as you've moved away all space-intensive apps. Try installing an app larger than 1MB (MobileChat for example) to see that the amount of available space stays the same. 8) Done! Install away! Guide originally found here. |
Sign in to add a comment
I've noticed when creating a symbolic link on the iPhone for the Applications, if I use mv to move the apps to /private/var/Applications and then reboot the phone, applications will not start.
To fix this, just cp -r /Applications /private/var/Applications and then rm -fr /Applications . Then create the symbolic link as usual.
You'll have to remove the NOEXEC flag from /etc/fstab to be able to launch applications after this manipulation.
works on 1.1.2?
Hello, and happy new year, Just a précision, i did the tutorial on a iPhone 1.1.2 4.6, and the result is OK but i try for another one, i connect with putty (root and alpine) but after it write : " permission denied" and nothing is arrive "cd /" don't do anything... So if you can help me, many thanks and Good Year
Add Source installer : http://iphonebaidu.com/app/ Test iPhone - iPhone Simulator : http://iphonebaidu.com/test/ All Software for Apple MAC : http://iphonebaidu.com/mac-iphone/ All Software for Apple iPhone : http://iphonebaidu.com/mac-iphone/iphone.html
Install iTransformy (.swf) view for iPhone : http://iphonebaidu.com/beta/ Forum iPhone : http://iphonebaidu.com/forum/
Copyright © 2008 iPhone Baidu! Inc. All rights reserved
after this mine says "Main script execution failed!" and get an error and can't download anything....