You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1: Fix the issue where Sileo prompts an error when installing packages (this is caused by other legacy /var/jb bootstrap that have been installed on your device before)
2: Fixed the issue that tweak preferences cannot be saved in the TweakSettings app
4: Add a check to see if the bootstrap app version is consistent with the currently bootstrapped environment
3: Add prompt information about jailbreak detection
[AppDelegate showMesage:Localized(@"It seems that you have the Filza app installed, which may be detected as jailbroken. You can enable Tweak for it to hide it.") title:Localized(@"Warnning")];
UIAlertController *alert = [UIAlertController alertControllerWithTitle:Localized(@"Server Not Running") message:Localized(@"for unknown reasons the bootstrap server is not running, the only thing we can do is to restart it now.") preferredStyle:UIAlertControllerStyleAlert];
@@ -196,9 +214,11 @@ -(void)checkServer
196
214
197
215
[AppDelegate showAlert:alert];
198
216
} else {
199
-
[AppDelegate addLogText:Localized(@"bootstrap server check successful")];
UIAlertController *alert = [UIAlertController alertControllerWithTitle:Localized(@"Update") message:Localized(@"The current bootstrapped version is inconsistent with the Bootstrap app version, and you need to reboot the device to update it.") preferredStyle:UIAlertControllerStyleAlert];
0 commit comments