1 Free up space on your iDevice 6/4/2012, 7:07 am
TrickyNeon
Fortunately, there are some tricks and tips you can follow to optimize your iPhone, free up a lot of memory without the need of respringing / rebooting and get a fast and stable device once again. Here’s how.
There are two ways to do this.
One, you can copy the script below, paste it into MobileTerminal, and let it do it.
Code:
- Code:
for file in `find . -type d -name "*.lproj" -not -iname "en*.lproj" -not -iname "ja*.lproj" -exec echo {} ; | sed -e 's/.///'`; do rm -vr ./$file ; done
Or two, you can download the script for deleting language packs here. Once you download it, use iExplorer to place it in your root directory. Then open iFile, and move it to /var/mobile
Next you add the source http://repo.hackyouriphone.org/ and search for MobileTerminal. Make sure you install the 520-2 version.
Now, open MobileTerminal and follow the instructions below.
Type: su
Press: Return
Type: alpine (Note: When you type the password alpine, nothing will show up in the space, but you are typing)
Press: Return
Type: ./langpack_simple.sh
Press: Return
Now follow the onscreen prompts.