Ticket #40 (new defect)
onExit animations
| Reported by: | alohart | Owned by: | saurik |
|---|---|---|---|
| Priority: | blocker | Component: | Bootstrap |
| Keywords: | jailbreak, QuickPwn, Cydia, install, BossPrefs, SBSettings | 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.
Change History
Note: See
TracTickets for help on using
tickets.
