From: Jay Freeman (saurik) Date: Wed, 23 Mar 2011 02:29:21 +0000 (-0700) Subject: Double-fork sbreload and fall back to killing SpringBoard. X-Git-Tag: v1.1.0%rc1~22 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/7cc1e4970a531821c8d6ea06357670ec8d4bd3a4?ds=inline Double-fork sbreload and fall back to killing SpringBoard. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 0afba59a..17b6b126 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -5226,7 +5226,9 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } - (void) reloadSpringBoard { - system("/usr/bin/sbreload"); + system("(/usr/bin/sbreload &)"); + sleep(60); + system("/usr/bin/killall SpringBoard"); } - (void) close {