From: Jay Freeman (saurik) Date: Sun, 20 Feb 2011 09:27:47 +0000 (-0800) Subject: Reset the 'external status' to 0 when Cydia starts. X-Git-Tag: v1.1.0%b1~276 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/9a60abe5e5246fda79175bd857c1cf9dfc46c9df Reset the 'external status' to 0 when Cydia starts. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index dcbd1881..24d9066a 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9666,6 +9666,8 @@ MSHook(void, UIApplication$_updateApplicationAccessibility, UIApplication *self, int main(int argc, char *argv[]) { _pooled _trace(); + UpdateExternalStatus(0); + if (Class $UIDevice = objc_getClass("UIDevice")) { UIDevice *device([$UIDevice currentDevice]); IsWildcat_ = [device respondsToSelector:@selector(isWildcat)] && [device isWildcat];