The ModMyTM Family of Sites:
ModMyiModMyMobile





 
 

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




  ModMyi Forums > iPhone Forums > iPhone Modding > General iPhone Chat
Reply
 
LinkBack (2) Thread Tools Display Modes
  2 links from elsewhere to this Post. Click to view. #1  
Old 07-28-2009, 03:33 AM
ALL DAY's Avatar
Livin the iPhone Life
 
Join Date: Feb 2008
Device + Firmware: iPhone 3GS :: 3.0 :: 32GB White
Operating System: 10.5.7 AluminumBook
Location: Chit-Chat
Posts: 2,278
Thanks: 43
Thanked 192 Times in 163 Posts
[LIST] Language Packages to Delete on 3.0 :: Increased Performance

PLEASE BE CAREFUL AND USE SOME DISCRETION AS THERE HAVE BEEN A FEW ISSUES REPORTED WITH THE LIST. MAKE SURE YOU ARE DELETING THE CORRECT FILES EACH TIME TO AVOID THESE PROBLEMS. IT SHOULD STILL BE RELATIVELY SAFE TO DELETE AT LEAST THE FOLDERS FROM /Applications.

IF YOU REALLY WANT TO SEE AN INCREASE IN MEMORY, IT IS SUGGESTED THAT YOU UNDO ANY LOCKSCREEN THEMING AS THIS DOES SIGNIFICANTLY DECREASE AVAILABLE MEMORY.

Okay, so until Stealth gets his app done and polished for doing this automatically, I think it would be nice to have a comprehensive list of all the language packs (.lproj files) that can be deleted to increase the performance of firmware 3.0 instead of having them scattered about.

Deleting the language packs unnecessary for you in these directories will help increase performance on your device and free up that precious memory.

To delete, simply go through each of these files and get rid of every unnecessary .lproj file (using shift+click is a great method for speed). For English-speaking users, keep only the ones label English.lproj unless otherwise stated.

As members find more or other things are discovered, I can edit them into this list. Please post if anything here isn't working or if something needs to be changed.

Credit goes to everyone who has completed this so far and who has come up with new things for this list; mainly everyone in this thread. Especially PSYCH0TIC ONE, Mes, and peteo for their helpful and informative posts. Also, most importantly the credit for the idea and original method/thread goes to StallionM5. Thanks a lot man!

I have tested with all of these removed at once on my 2G phone and performance is certainly increased, however as my phone may be different than your own proceed at your own risk. Thanks to all that have helped again and I hope this helps some of you who were struggling like myself at figuring out what could and couldn't be deleted.

-Day

---------------------------------------------------------------

Here's what we have so far:

/Applications:

-Calculator.app
-MobileAddressBook.app
-Cydia.app
-MobileSMS.app
-Maps.app
-MobileCal.app
-MobileMail.app
-MobileMusicPlayer.app
-MobileNotes.app
-MobilePhone.app
-MobileSafari.app
-MobileSlideShow.app
-AppStore.app
-MobileStore.app
-MobileTimer.app
-Preferences.app
-Stocks.app
-VoiceMemos.app
-Weather.app
-Web.app
-WebSheet.app
-YouTube.app
-Icy.app
-DemoApp.app


/System/Library/CoreServices/SpringBoard.app


/System/Library/PreferenceBundles:

-AccountSettingsUI.bundle
-AirPortSettings.bundle
-BluetoothSettings.bundle
-ManagedConfigurationUI.bundle
-MusicSettings.bundle
-VideoSettings.bundle
-iPodSettings.bundle
-CarrierSettings.bundle
-MobilePhoneSettings.bundle
-MobileSafariSettings.bundle
-MobileSlideShowSettings.bundle
-Wallpaper.bundle
-MobileStoreSettings.bundle
-VPNPreferences.bundle
-NotificationSettings.bundle
-EDGESettings.bundle
-ScheduleSettings.bundle
-WirelessModemSettings.bundle


/System/Library/PreferenceBundles/AccountSettings

-ContactsSettings.bundle
-ActiveSyncSettings.bundle
-CalDAVSettings.bundle
-LDAPSettings.bundle
-SubscribedCalendarSettings.bundle
-MobileCalSettings.bundle
-MobileMailSettings.bundle
-MobileWirelessSyncSettings.bundle


/System/Library/PrivateFrameworks:

-AccountSettingsUI.framework
-AccountSettings.framework
-AppSupport.framework
-ChatKit.framework
-CoreTelephony.framework
-DataAccess.framework
-ManagedConfiguration.framework
-Message.framework
-CalendarUI.framework
-DAVKit.framework
-DataDetectorsUI.framework
-MobileQuickLook.framework
-PhotoLibrary.framework
-iTunesStoreUI.framework
-MusicLibraryDDB.framework
-ITSync.framework
-MusicLibrary.framework
-OfficeImport.framework
-Preferences.framework
-TelephonyUI.framework
-WebKit.framework
-WebUI.framework
-YouTube.framework
-iTunesStore.framework
-iWorkImport.framework
-IAP.framework


/System/Library/SystemConfiguration:

-WiFiManager.bundle
-PPPController.bundle


/System/Library/Frameworks:

-AddressBookUI.framework
-AddressBook.framework
-CFNetwork.framework
-AudioToolbox.framework
-CoreLocation.framework
-Foundation.framework (keep en.lproj)
-GameKit.framework
-MapKit.framework
-MessageUI.framework
-MediaPlayer.framework
-Security.framework
-UIKit.framework
-SystemConfiguration.framework


/System/Library/Carrier Bundles:

-Fido_ca.bundle
-Softbank_jp.bundle
-Rogers_ca.bundle

-----------------------------------------

Also, peteo has provided us with a script that he has used and seems to work.
All credit for this goes to peteo:

Quote:
Originally Posted by peteo
These scripts will back up your language files (except English and Japanese) and will delete all language files except English and Japanese.

Make Sure you set your iPhone to Never sleep!

Step 1) SSH into your iPhone with root access (puddy is a good windows ssh program)

Step 2) mkdir /private/var/stash/langBackup/

Step 3) cd to your /private/var/stash/Applications.whatever programs dir

Step 4) Copy and paste this into your ssh program and run it:

for file in `find . -type d -name "*.lproj" -not -iname "en*.lproj" -not -iname "ja*.lproj" -exec echo {} ; | sed -e 's/.///'`; do tar -rf /private/var/stash/langBackup/langBackup.tar ./ ; done

This will back your languages in a tar file located here /private/var/stash/langBackup/langBackup.tar PLEASE VERIFY THIS FILE BEFORE DOING THE NEXT STEP. (should be around 10-15 megs)

Step 5)Copy and paste this into your ssh program and run it:

To back up files:

for file in `find . -type d -name "*.lproj" -not -iname "en*.lproj" -not -iname "ja*.lproj" -exec echo {} ; | sed -e 's/.///'`; do tar -rf /private/var/stash/langBackup/langBackup.tar ./ ; done

To remove files:
for file in `find . -type d -name "*.lproj" -not -iname "en*.lproj" -not -iname "ja*.lproj" -exec echo {} ; | sed -e 's/.///'`; do rm -vr ./ ; done

This command will delete all language files except English and Japanese.

These scripts can also be run in your /private/var/mobile/Applications dir to remove languages from 3rd party app store apps. Please NOTE: some 3rd party programs are using spaces in their directory names. These scripts will NOT work on those apps. (will not back up them, but also should not delete their language files)
I have also tried these scripts on /System/Library directory. The back up takes a long time around 15-20 minutes. But deleting is Fast! (carrier bundles, quick time and a few other directories are not backed up/deleted do to spaces in the names)

Please use and modify as you see fit.

Have fun and be careful.

Last edited by ALL DAY; 08-26-2009 at 08:43 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following 21 Users Say Thank You to ALL DAY For This Useful Post:
96hondaex (10-02-2009), angiepangie (08-23-2009), anig (03-21-2010), cellmate75 (07-28-2009), coachballfirm (07-28-2009), confucious (07-28-2009), Grassmasta (07-28-2009), hollow0 (11-29-2009), IcyTexx (10-18-2009), joemamawilder (11-03-2009), kennyleeme (08-21-2009), lightmaster (07-30-2010), moon#pie (01-21-2010), Puka1701 (08-25-2009), sddspence (07-29-2009), siren_acid (09-05-2009), sparaxin (10-29-2009), speddish (11-25-2009), StallionM5 (07-28-2009), suezeeq12 (11-02-2009), VeNoMmx (02-19-2010)

Tag Cloud
  #2  
Old 07-28-2009, 06:15 AM
StallionM5's Avatar
What's Jailbreak?
 
Join Date: Oct 2007
Posts: 7
Thanks: 1
Thanked 20 Times in 2 Posts

Thank you for the info and really organized check list it helps a lot

HEY all credits go to real mods like whom you mentioned But not even a credit for the original starter of the thread ? and actually the original Idea of it ? that hurts

We will all be happy for an app to have this done automatically
Happy modding and have a nice day
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following 5 Users Say Thank You to StallionM5 For This Useful Post:
1hihum (08-06-2009), aragorn121 (07-28-2009), confucious (07-28-2009), iGuy (07-28-2009), sparaxin (10-29-2009)
  #3  
Old 07-28-2009, 07:09 AM
confucious's Avatar
Livin the iPhone Life
 
Join Date: Oct 2008
Device + Firmware: 3G 4.0 Unlocked & RedSn0wed
Operating System: Windows 7
Location: Woking
Posts: 7,150
Thanks: 77
Thanked 622 Times in 576 Posts

Just been through all of these deleting them all except English.lproj and uk.lproj (apart from the odd en.lproj)
Now my phone won't boot!
Black screen then apple logo for a while then black screen again.
Oh well, I guess I screwed up somewhere
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4  
Old 07-28-2009, 07:10 AM
iGuy's Avatar
My iPhone is a Part of Me
 
Join Date: Feb 2008
Device + Firmware: 2G iPhone 3.1.2 (UL & JB)
Operating System: A Snowy MacBook ;-)
Location: Hampshire, UK
Posts: 525
Thanks: 47
Thanked 62 Times in 57 Posts

Good idea Stallion, and I agree totally with you. But your name will always appear at the top of that thread Buddy.

Now somehow I've removed something that I shouldn't have done and now my iPhone won't kick out of the reboot cycle! Doh! :-)

Time for a Restore I guess. Hey Ho!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 07-28-2009, 07:13 AM
My iPhone is a Part of Me
 
Join Date: Apr 2008
Device + Firmware: Iphone 1.1.4 j/b ziphone
Operating System: windows
Posts: 534
Thanks: 94
Thanked 14 Times in 14 Posts

Thanks for the list. this is great.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6  
Old 07-28-2009, 07:14 AM
iGuy's Avatar
My iPhone is a Part of Me
 
Join Date: Feb 2008
Device + Firmware: 2G iPhone 3.1.2 (UL & JB)
Operating System: A Snowy MacBook ;-)
Location: Hampshire, UK
Posts: 525
Thanks: 47
Thanked 62 Times in 57 Posts

You & me both Confucious! Maybe "uk" stood for Ukrainian? Or maybe we just got a bit over enthusiastic with the deleting? I was almost at the end too!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #7  
Old 07-28-2009, 07:17 AM
confucious's Avatar
Livin the iPhone Life
 
Join Date: Oct 2008
Device + Firmware: 3G 4.0 Unlocked & RedSn0wed
Operating System: Windows 7
Location: Woking
Posts: 7,150
Thanks: 77
Thanked 622 Times in 576 Posts

I was just about to say the same iGuy. It wouldn't matter if we left Ukrainian if that's what uk stands for so I guess we both got a bit enthusiastic!
I didn't think I had but I got to the end and now reboot loop.Can't SSH in so I guess it's a restore
Oh well, ne'er mind eh?
It's all good fun
Hmm.. Phone is there in iTunes - if I can get in to it I might be OK...

Last edited by confucious; 07-28-2009 at 07:22 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8  
Old 07-28-2009, 07:31 AM
iGuy's Avatar
My iPhone is a Part of Me
 
Join Date: Feb 2008
Device + Firmware: 2G iPhone 3.1.2 (UL & JB)
Operating System: A Snowy MacBook ;-)
Location: Hampshire, UK
Posts: 525
Thanks: 47
Thanked 62 Times in 57 Posts

I just put mine into DFU and (hopefully) it's restoring back to 3.0

Now how do I JB/UL? Maybe I'll start a new thread.....
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #9  
Old 07-28-2009, 07:34 AM
confucious's Avatar
Livin the iPhone Life
 
Join Date: Oct 2008
Device + Firmware: 3G 4.0 Unlocked & RedSn0wed
Operating System: Windows 7
Location: Woking
Posts: 7,150
Thanks: 77
Thanked 622 Times in 576 Posts

I tried moving the watchdog bundle but it's not worked. Restore here I come.

RedSn0w then UltraSn0w - simple.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #10  
Old 07-28-2009, 07:45 AM
What's Jailbreak?
 
Join Date: Mar 2009
Posts: 13
Thanks: 0
Thanked 2 Times in 1 Post

I did the delete to all the applications yesterday with no problems, then did the list above today. I too am unable to boot. Beware - there's a deletion above that may be terminal...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #11  
Old 07-28-2009, 07:49 AM
iGuy's Avatar
My iPhone is a Part of Me
 
Join Date: Feb 2008
Device + Firmware: 2G iPhone 3.1.2 (UL & JB)
Operating System: A Snowy MacBook ;-)
Location: Hampshire, UK
Posts: 525
Thanks: 47
Thanked 62 Times in 57 Posts

Maybe if we let the Americans sort out how to rid the iPhone of anything but English we'll be all right? You know, like they did in WWII and beyond? Perhaps? "Special Relationship" counts doesn't it? (unless your name is "Gordon Brown", then I don't think even the wonderful Obama will be putting up with us for much longer!)

Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #12  
Old 07-28-2009, 08:06 AM
one1's Avatar
The Future
 
Join Date: Sep 2007
Device + Firmware: Too many devices, not enough vices.
Operating System: EEEEETS A MAC, BABY!
Location: In my own little world
Posts: 5,608
Thanks: 62
Thanked 687 Times in 416 Posts

Personally I'd stay out of the system files and just do applications until you have a clear understanding of what you are doing.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #13  
Old 07-28-2009, 08:11 AM
iGuy's Avatar
My iPhone is a Part of Me
 
Join Date: Feb 2008
Device + Firmware: 2G iPhone 3.1.2 (UL & JB)
Operating System: A Snowy MacBook ;-)
Location: Hampshire, UK
Posts: 525
Thanks: 47
Thanked 62 Times in 57 Posts

All "Restored" & now Sync'ing again.

I think I have lost a VERY important text about "meeting for coffee" though. Damn, I've got some explaining to do if I don't turn up! And it would have been good too.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #14  
Old 07-28-2009, 08:33 AM
confucious's Avatar
Livin the iPhone Life
 
Join Date: Oct 2008
Device + Firmware: 3G 4.0 Unlocked & RedSn0wed
Operating System: Windows 7
Location: Woking
Posts: 7,150
Thanks: 77
Thanked 622 Times in 576 Posts

Quote:
Originally Posted by one1 View Post
Personally I'd stay out of the system files and just do applications until you have a clear understanding of what you are doing.
If I waited until I had any sort of understanding I'd never do anything. Jump right in I say!

Quote:
Originally Posted by iGuy View Post
All "Restored" & now Sync'ing again.

I think I have lost a VERY important text about "meeting for coffee" though. Damn, I've got some explaining to do if I don't turn up! And it would have been good too.
I updated rather than restored - now just got to reinstall everything from cydia

Now ultraSn0wed, just got to remember what else I had from cydia....

Last edited by confucious; 07-28-2009 at 08:33 AM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #15  
Old 07-28-2009, 08:39 AM
iGuy's Avatar
My iPhone is a Part of Me
 
Join Date: Feb 2008
Device + Firmware: 2G iPhone 3.1.2 (UL & JB)
Operating System: A Snowy MacBook ;-)
Location: Hampshire, UK
Posts: 525
Thanks: 47
Thanked 62 Times in 57 Posts

Yeah but I was on a "promise"!

I guess she better get over it - iPhone needed my help.

Last edited by iGuy; 07-28-2009 at 08:42 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  ModMyi Forums > iPhone Forums > iPhone Modding > General iPhone Chat

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


LinkBacks (?)
LinkBack to this Thread: http://modmyi.com/forums/general-iphone-chat/678953-list-language-packages-delete-3-0-increased-performance.html
Posted By For Type Date
òæøä|ì÷ðåú àééôåï 4 àå ìäéùàø òí äàééôåï ä÷ééí? - Forum iPhoneil.net This thread Refback 06-15-2010 07:01 PM
Speed up the iPhone 3G and 3Gs - Justyn's Blog This thread Refback 04-01-2010 05:12 AM


Go to Top
ModMyI

All times are GMT -6. The time now is 12:38 PM. Powered by vBulletin® Version 3.8.6
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0
Owned and Operated by ModMy, LLC Copyright © 2007-10. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / iPad News / iPad Forums / Cydia Hosting /
RSS / Contact Us / / Top