Ticket #40 (new enhancement)

Opened 8 months ago

Cydia installation suggestion

Reported by: alohart Owned by: saurik
Priority: trivial Component: Cydia
Keywords: Cc:

Description

Cydia installation unnecessarily reduces the free space available on the /private/var partition for music, photos, etc. Instead:

mv /Applications /.Applications mkdir /var/mobile/Applications ln -s /var/mobile/Applications /Applications for app in ls /.Applications; do ln -s /.Applications/$app /var/mobile/Applications done

If you feel that the installation of 3rd-party wallpaper, fonts, ringtones, and other shared data might exhaust the / partition free space, the same approach could be used to prevent this yet maintain as much /private/var partition free space as possible.

Note: See TracTickets for help on using tickets.