From: Jay Freeman (saurik) Date: Thu, 20 Sep 2012 21:15:17 +0000 (+0000) Subject: Also kill backboardd as part of the respring step. X-Git-Tag: v0.9.3906~4 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/139d903ff10b83da720c9e707585c1a05754ad10 Also kill backboardd as part of the respring step. --- diff --git a/Settings.mm b/Settings.mm index 3ef8fe3..7242bdc 100644 --- a/Settings.mm +++ b/Settings.mm @@ -508,8 +508,8 @@ static NSString *_plist; system("rm -rf /User/Library/Caches/com.apple.newsstand"); system("rm -rf /User/Library/Caches/com.apple.springboard.sharedimagecache"); - system("killall lsd SpringBoard"); - system("killall -9 lsd SpringBoard"); + system("killall lsd SpringBoard backboardd"); + system("killall -9 lsd SpringBoard backboardd"); } - (void) cancelChanges {