Guys
DO NOT use bosstools on 1.1.3 and 1.1.4
With reference to
http://www.modmyi.com/forums/file-mo...s-1-1-4-a.html
Execute these commands in vTerm or Putty. I used Terminal on my Mac
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.
Worked like a charm. Please thank Kcrmson for this