Go Back   Cell Phone Forums > Cell Phone Manufacturers > Apple

Notices

Reply
 
LinkBack Thread Tools Display Modes
Old 10-29-2007, 03:13 PM   #1 (permalink)
RSS Bot
 
cellphoner's Avatar
 
Join Date: Feb 2007
Posts: 3,918
iPhone Hacks: Running out of Application space on your iPhone or touch?

Filed under: iPod Family, Hacks, How-tos, iPhone
Both the iPhone and the iPod touch include relatively limited space on the OS partition (the part of your iPhone's memory that stores the operating system and associated files). It's where Apple, by default, adds its factory-installed Applications but you can save space by installing your Apps on the Media partition instead (that's the part of your your touch or phone that contains your iTunes musics and videos). Here's how:Your iPhone or iPod touch knows about a folder called "/Widgets". Any Application installed into /Widgets gets recognized and loaded into SpringBoard, just like any app in /Applications. You can fool your iPod or iPhone into thinking you've added a Widgets folder by creating a symbolic link between your media partition and /Widgets.
To do this, you create a folder in your root directory called Applications, or more specifically, /var/root/Applications. You can then add a "symbolic link", a kind of alias, that connects /Widgets with /var/root/Applications. If you install my Erica Utilities and the BSD subsystem, you can create and remove this link by running my xwidg utility.
At this time this is a command-line only operation, however, if you have ssh installed on your system and connect from your computer, just issue the following command: ~/bin/xwidg. The utility looks for an existing symbolic link. If it finds one it removes it, if it does not it creates it. So running xwidg repeatedly just toggles the connection on and off. After each update, it restarts SpringBoard so it reflects the updated link.
The downside is some Applications use absolute paths in their code: Labyrinth and Crossy are two prime examples (They should be using NSBundle calls but that's a completely different matter). Most Applications will run as happily in /Widgets via /var/root/Applications as they will in /Applications and you will save yourself a lot of OS partition space.


Read | Permalink | Email this | Comments


</img> </img>


More...
cellphoner is offline  
Digg this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may post new threads
You may 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 On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -8. The time now is 10:46 AM.

Design By: TransverseGFX
Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 copyright phonetweaks.com 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72