-
10-28-2007, 02:17 PM #1iPhoneaholic
- Join Date
- Oct 2007
- Location
- BOOTLOADER
- Posts
- 458
- Thanks
- 6
- Thanked 524 Times in 109 Posts
[HOW-TO] Get around the application space limit your iPhone
Instructions
Executing 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 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!
- SSH into your iPhone using the SSH client of your choice; I recommend putty, which you can download here.
- Move your applications folder to the /private/var folder by typing the following:
Code:mv /Applications /private/var/Applications
- Change directory to / by typing
Code:cd /
- Create a symbolic link to the Applications folder's new location:
Code:ln -s /private/var/Applications Applications
- Type the following to get a directory list of /, so we can make sure the symbolic link was created correctly:
In the list that comes up, you should have an entry similar to this one:Code:ls -la
lrwxr-xr-x 1 root admin 25 Oct 12 22:31 Applications -> /private/var/Applications - Alright, seems like it worked.. Now all you have to do is reboot your iPhone! Do that now.
- 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.
- Done! Install away!
Troubleshoot:- When creating a symbolic link on the iPhone for the Applications, if you use mv to move the apps to /private/var/Applications and then reboot the phone, applications will not start.
To fix this, justand thenCode:cp -r /Applications /private/var/Applications
Then create the symbolic link as usual.Code:rm -fr /Applications
- You'll have to remove the NOEXEC flag from /etc/fstab to be able to launch applications after this manipulation.
-
The Following 4 Users Say Thank You to ReVan For This Useful Post:
Grimace (10-31-2007), JMIGUELES (11-07-2007), rotaryheadrx7 (11-11-2007), soulpilot (10-30-2007)
-
11-09-2007, 11:34 AM #2
REVAN could you be more specific regarding the Troubleshooting and why is it necessary? how can it be avoided? what do you mean by:
You'll have to remove the NOEXEC flag from /etc/fstab to be able to launch applications after this manipulation.
Thanks@
-
11-10-2007, 06:59 PM #3
Did anyone else successfully do this? Are there any problem? Does it work with 1.1.1? Can it be reversed back?
-
11-11-2007, 09:18 AM #4
so what's the verdict? this method is safe?
i'm really running out of space... even deleted most of the custom ringtones...
any idea what other stuff i can remove?
-
11-11-2007, 10:04 AM #5
I did it, it seem to work since installer doesnt say running out of space anymore but whenever I watch a movie, it just quit a few minute into it. It never happen before until I did this hack, can someone confirm?
-
11-12-2007, 08:43 PM #6
i did not remove the NOEXEC flag
but i mv my applications to ~/Applications
it works
-
11-15-2007, 06:39 AM #7
Worked for me flawlessly!!!
-
11-15-2007, 07:55 AM #8
-
11-16-2007, 05:44 AM #9
hi, i did everything stated but now my camera just shoes a blank screen where i cant click on the "take photo" button!
The camera roll still works though,
Help?
Thanks
-
11-22-2007, 10:50 AM #10iPhoneaholic
- Join Date
- Jul 2007
- Location
- Newport News, VA
- Posts
- 493
- Thanks
- 0
- Thanked 39 Times in 35 Posts
Excellent guide... Worked flawlessly so far.. Thanks!
- iPhone 8gig and 16gig 3G - 3.0 - JailBroken + Unlocked to T-Mobile Unlimited Plan & Total Internet Plan.
- iPod Touch - UnJailBroken
- XBOX 360 - Modded Firmware - XBL (my s/n)
- XBOX - Software Modded - XBMC
- Dell Inspiron 1521 - [B]Vista Ultimate and
running Windows XP and Mac OS X 10.5.4 (YES! Mac OS on an Dell PC)
-
11-23-2007, 04:53 PM #11
@ReVan : Thx alot Bro your guide method is 100% Working Perfect on my iPhone with FW 1.1.1........It's Coolzzz........
-
11-24-2007, 08:00 PM #12
I tried to do this several times and came up with this:
mv: /bin/: Permission denied
mv: /bin/: terminated with 1 (non-zero) status: Cross-device link
Any idea what that means?
If it helps I usually go into the phone to add/delete things manually through the Finder...
-
11-24-2007, 08:50 PM #13Retired Moderator
- Join Date
- Jul 2007
- Location
- Saint Louis, MO
- Posts
- 1,087
- Thanks
- 139
- Thanked 128 Times in 90 Posts
ReVAN...am i able to do this on 1.0.2...ive upgraded but decided to stay with 1.0.2....thanks
-
11-24-2007, 08:54 PM #14iPhone? More like MyPhone
- Join Date
- Jul 2007
- Location
- USA and Thailand
- Posts
- 287
- Thanks
- 14
- Thanked 22 Times in 22 Posts
instead of move. try copy then remove. I use a similar but differrent guide and it worked for me.
-
11-25-2007, 12:51 PM #15
It will work on 1.0.2, 1.1.1 and 1.1.2!
I did not follow the exact steps but basically it is a symlink from /Applications folder to /private/var/Applications
So far everything is working fine!
Thanks for this "HOW-TO"!
-
11-25-2007, 03:39 PM #16
i tried to use this guide..i followed it step by step..i got the applications -> /applications thing u needed..i rebooted my iphone and now my dock is empty... and like the phone/ipod/safari.. everytihng is gone..its just a black screen with a silver rectangle at the bottom
im running a iphone with 1.12 firmware..i tried to SSH back in but it said "connection refused"..does anyone know how i can fix this?
i dont want to restore it because if i do ill have to do the WHOLE jailbreak/unlock thing again
thanks
-
12-03-2007, 04:09 AM #17
Just tried tried this through terminal on the iphone and it seems like it has worked so id like to say thinx for the info, also just wanted to ask once the applications folder is moved to private/var/applications should the origial application still be shown on the main directory.
thanx....
-
12-30-2007, 12:31 AM #18
Dear Revan,
I am interested with your instruction. I see it similar to Bosstool sofware that I found it in installer. Could you please suggest me what is better for Iphone? your manual way or automatic way by installer (bosstool)? Cz I see some complaining from others regarding this issue.
Kvyanh.
-
12-09-2008, 06:51 PM #19



LinkBack URL
About LinkBacks
Reply With Quote


