The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > iPhone Modding > File Mods
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 03-22-2008, 07:24 PM
Jonny202003's Avatar
iPhone? More like MyPhone
 
Join Date: Jul 2007
Posts: 219
Thanks: 0
Thanked 10 Times in 8 Posts
Free up space for apps on 1.1.4?

I just upgraded and did a jailbreak on my phone and i need to free up space for apps or something cause i try to install some apps installer just crashes after it installs it.

Ive only been able to install like 3 other apps.

I used tool before on 1.1.2 to free up space, like moving fonts, etc but i forgot how to get it.

if someone could link me to an app or something i would appreciate it.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #2  
Old 03-22-2008, 07:35 PM
iPhone? More like MyPhone
 
Join Date: Feb 2008
Device + Firmware: 2G iPhone 2.1, 3G 2.1
Operating System: OS X 10.5.5 Intel with too many cores
Location: Not too far from Mr. Miyagi's place
Posts: 126
Thanks: 36
Thanked 20 Times in 17 Posts

It's called BossTool and you do NOT want to use it on 1.1.3 or 1.1.4. But to do what BossTool is supposed to do is:

cp -Rp /Library/Ringtones /private/var/mobile/Library/
mv /Library/Ringtones /Library/Ringtones.old
ln -s /private/var/mobile/Library/Ringtones /Library/Ringtones
rm -rf /Library/Ringtones.old

That'll relocate the Ringtones.

cp -Rp /System/Library/Fonts /private/var/mobile/Library/
mv /System/Library/Fonts /System/Library/Fonts.old
ln -s /private/var/mobile/Library/Fonts /System/Library/Fonts
rm -rf /System/Library/Fonts.old

That'll relocate the Fonts and free up much space on the small partition.

cp -Rp /Applications /private/var/mobile/
mv /Applications /Applications.old
ln -s /private/var/mobile/Applications /Applications
ln -s /private/var/mobile/Applications /private/var/root/
rm -rf /Applications.old

That'll relocate the Applications and symlink both possible places it could be looked for at.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to kcrmson For This Useful Post:
ifini (05-27-2008)
  #3  
Old 03-22-2008, 08:24 PM
Jonny202003's Avatar
iPhone? More like MyPhone
 
Join Date: Jul 2007
Posts: 219
Thanks: 0
Thanked 10 Times in 8 Posts

i try to do ln -s /private/var/mobile/Library/Fonts /System/Library/Fonts
and it says no space left on device

EDIT:

I deleted the apps i downloaded on installer and now it works fine.

oh crap, i accidently deleted installer.app.....

can someone tell me how to reinstall it? lol

Last edited by Jonny202003; 03-22-2008 at 08:24 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4  
Old 03-22-2008, 10:14 PM
iPhone? More like MyPhone
 
Join Date: Feb 2008
Device + Firmware: 2G iPhone 2.1, 3G 2.1
Operating System: OS X 10.5.5 Intel with too many cores
Location: Not too far from Mr. Miyagi's place
Posts: 126
Thanks: 36
Thanked 20 Times in 17 Posts

You could probably download an older version of Installer.app from here:

OS X:
http://www.nullriver.com/~zigzag/AppTappInstaller.zip

Windows:
http://www.nullriver.com/~adam/AppTappInstaller.exe

No idea how to pull the actual Installer.app from the Windows installer. But on the Mac, right-click or control-click on the AppTappInstaller.app, and choose Show Package Contents. Somewhere in there is Installer.app, send that up to the phone if you have SSH installed or AFP or another similar deal.

Then SSH in (or Term-vt100 on the phone) and do:

chown -R root:mobile /Applications/Installer.app
chmod -R 4755 /Applications/Installer.app

Respring or power off the phone. Installer should be back and working fine, I hope.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 05-26-2008, 06:27 AM
iPhone? More like MyPhone
 
Join Date: May 2008
Device + Firmware: iPhone 3GS FW 3.0
Operating System: Winderzz XP
Posts: 159
Thanks: 337
Thanked 39 Times in 28 Posts

Quote:
Originally Posted by kcrmson View Post
It's called BossTool and you do NOT want to use it on 1.1.3 or 1.1.4. But to do what BossTool is supposed to do is:

cp -Rp /Library/Ringtones /private/var/mobile/Library/
mv /Library/Ringtones /Library/Ringtones.old
ln -s /private/var/mobile/Library/Ringtones /Library/Ringtones
rm -rf /Library/Ringtones.old

That'll relocate the Ringtones.

cp -Rp /System/Library/Fonts /private/var/mobile/Library/
mv /System/Library/Fonts /System/Library/Fonts.old
ln -s /private/var/mobile/Library/Fonts /System/Library/Fonts
rm -rf /System/Library/Fonts.old

That'll relocate the Fonts and free up much space on the small partition.

cp -Rp /Applications /private/var/mobile/
mv /Applications /Applications.old
ln -s /private/var/mobile/Applications /Applications
ln -s /private/var/mobile/Applications /private/var/root/
rm -rf /Applications.old

That'll relocate the Applications and symlink both possible places it could be looked for at.
I tried to do this using Terminal, since I couldn't figure out how to do if over SSH (using filezilla). The first command went OK, and if I explore the iPhone using Finder I can see that it did appear to make a new Ringtones folder. However, the move command failed - it said it didn't have permission to do it.

I daren't go any further now! It didn't appear to screw anything up though - I guess I can just delete the new copy of the Ringtones folder?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6  
Old 05-26-2008, 06:53 AM
MattMac's Avatar
My iPhone is a Part of Me
 
Join Date: Dec 2007
Device + Firmware: 16GB 3G iPhone - 2.2
Operating System: OS X 10.5.5 | Win XP Pro
Location: Melbourne, Australia
Posts: 740
Thanks: 83
Thanked 87 Times in 71 Posts
Send a message via MSN to MattMac

PEOPLE. Search.

By far easiest way to do this... INSTALL CYDIA

Add this source: apptapp.saurik.com
And install Cydia and it relocates the apps. There are no clashes between Installer and Cydia, you can use them side by side, or you don't even have to use Cydia.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to MattMac For This Useful Post:
dbs (06-01-2008)
  #7  
Old 05-27-2008, 05:27 AM
iPhone? More like MyPhone
 
Join Date: May 2008
Device + Firmware: iPhone 3GS FW 3.0
Operating System: Winderzz XP
Posts: 159
Thanks: 337
Thanked 39 Times in 28 Posts

I already have Cydia (iLiberty+ installed it, I don't use it though). I'm still down to 82MB free of 300 on / according to BossPrefs, so I want to move the fonts.


Although, I just checked on Finder... the directory /System/Library/Fonts seems to be a link already? It says type: NSFileTypeSymbolicLink, and when I enter the folder it redirects to /var/Fonts. /Library/Ringtones redirects to /var/Ringtones, and my Applications folder is /Applications. Does this mean everything is already relocated?

If so, how come I only have 82MB left on / ?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8  
Old 05-27-2008, 07:01 AM
MattMac's Avatar
My iPhone is a Part of Me
 
Join Date: Dec 2007
Device + Firmware: 16GB 3G iPhone - 2.2
Operating System: OS X 10.5.5 | Win XP Pro
Location: Melbourne, Australia
Posts: 740
Thanks: 83
Thanked 87 Times in 71 Posts
Send a message via MSN to MattMac

Quote:
Originally Posted by Pistol1 View Post
I already have Cydia (iLiberty+ installed it, I don't use it though). I'm still down to 82MB free of 300 on / according to BossPrefs, so I want to move the fonts.


Although, I just checked on Finder... the directory /System/Library/Fonts seems to be a link already? It says type: NSFileTypeSymbolicLink, and when I enter the folder it redirects to /var/Fonts. /Library/Ringtones redirects to /var/Ringtones, and my Applications folder is /Applications. Does this mean everything is already relocated?

If so, how come I only have 82MB left on / ?
Your Applications app hasn't been moved. When Cydia is installed from iLiberty, it doesn't relocate the folders.

To fix it, go to Installer, add apptapp.saurik.com. Go to the systems category and install Cydia from there.

You don't have to use Cydia, this will just relocate your apps for you. Then everything will be working and you will no long have disk space issues.

Just trust me ok.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to MattMac For This Useful Post:
Pistol1 (05-28-2008)
  #9  
Old 05-27-2008, 07:38 AM
SupahDave's Avatar
Green Apple
 
Join Date: Aug 2007
Location: Boston, MA
Posts: 61
Thanks: 10
Thanked 8 Times in 6 Posts

Quote:
Originally Posted by MattMac View Post
Your Applications app hasn't been moved. When Cydia is installed from iLiberty, it doesn't relocate the folders.

To fix it, go to Installer, add apptapp.saurik.com. Go to the systems category and install Cydia from there.

You don't have to use Cydia, this will just relocate your apps for you. Then everything will be working and you will no long have disk space issues.

Just trust me ok.
+1
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #10  
Old 05-27-2008, 07:53 AM
Green Apple
 
Join Date: Dec 2007
Posts: 99
Thanks: 4
Thanked 13 Times in 13 Posts

I have used BossTool on 1.1.3 and 1.1.4 and it seems to work ok for me. I never seen or heard of any problems with using it on these FWs.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #11  
Old 05-27-2008, 10:57 AM
MattMac's Avatar
My iPhone is a Part of Me
 
Join Date: Dec 2007
Device + Firmware: 16GB 3G iPhone - 2.2
Operating System: OS X 10.5.5 | Win XP Pro
Location: Melbourne, Australia
Posts: 740
Thanks: 83
Thanked 87 Times in 71 Posts
Send a message via MSN to MattMac

I did. And some do. People just need to friggen search for there answers, or at least thank someone who helps the...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #12  
Old 05-27-2008, 01:15 PM
Green Apple
 
Join Date: Dec 2007
Posts: 99
Thanks: 4
Thanked 13 Times in 13 Posts

So true. So true. My few posts have only been to help. I started one thread because I was stumped to no end and I thanked the person that helped me.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #13  
Old 05-28-2008, 03:26 AM
iPhone? More like MyPhone
 
Join Date: May 2008
Device + Firmware: iPhone 3GS FW 3.0
Operating System: Winderzz XP
Posts: 159
Thanks: 337
Thanked 39 Times in 28 Posts

Quote:
Originally Posted by MattMac View Post
Your Applications app hasn't been moved. When Cydia is installed from iLiberty, it doesn't relocate the folders.

To fix it, go to Installer, add apptapp.saurik.com. Go to the systems category and install Cydia from there.

You don't have to use Cydia, this will just relocate your apps for you. Then everything will be working and you will no long have disk space issues.

Just trust me ok.

Should I remove the version of Cydia that iLiberty put on my iPhone before I re-install it via Installer? If so, how?


Once Cydia has moved the Applications folder, does it stay moved even if I then un-install Cydia?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #14  
Old 05-28-2008, 05:53 AM
MattMac's Avatar
My iPhone is a Part of Me
 
Join Date: Dec 2007
Device + Firmware: 16GB 3G iPhone - 2.2
Operating System: OS X 10.5.5 | Win XP Pro
Location: Melbourne, Australia
Posts: 740
Thanks: 83
Thanked 87 Times in 71 Posts
Send a message via MSN to MattMac

You just need to install over the top. You don't need to uninstall.

Once installed from Installer just use Poof to remove it off your Springboard because you can't uninstall. It won't affect your phone or other apps if its installed...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to MattMac For This Useful Post:
Pistol1 (05-28-2008)
  #15  
Old 05-28-2008, 07:13 AM
iPhone? More like MyPhone
 
Join Date: May 2008
Device + Firmware: iPhone 3GS FW 3.0
Operating System: Winderzz XP
Posts: 159
Thanks: 337
Thanked 39 Times in 28 Posts

Ace, cheers!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > iPhone Modding > File Mods

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not 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



Go to Top
ModMyI

All times are GMT -6. The time now is 05:50 AM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Privacy Statement / Top