From c5182285772ffdfabf5731528da3ffbf1dfd2290 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 15 Jan 2014 04:29:32 -0800 Subject: Do not delete notification settings (parrotgeek1). --- Tweak.xm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Tweak.xm b/Tweak.xm index e91b4b6..9b4a133 100644 --- a/Tweak.xm +++ b/Tweak.xm @@ -308,6 +308,16 @@ static void AlertIfNeeded() { } %end +// we don't want this state persisted back to disk, however: that is just really really irritating + +%hook BBServer +- (void) _writeBehaviorOverrides {} +- (void) _writeSectionOrder {} +- (void) _writeClearedSections {} +- (void) _writeSectionInfo {} +%end + + // on iOS 6.0, Apple split parts of SpringBoard into a daemon called backboardd, including app launches // in order to allow safe mode to propogate into applications, we need to then tell backboardd here // XXX: (all of this should be replaced, however, with per-process launchd-mediated exception handling) -- cgit v1.2.3