Undecimus
Undecimus copied to clipboard
How to manually enable auto update?
I updated my iPad to iOS14.3 without restore "disable updates", then I found following code in unc0ver and manually check
NSArray *const array = @[@"/var/MobileAsset/Assets/com_apple_MobileAsset_SoftwareUpdate", @"/var/MobileAsset/Assets/com_apple_MobileAsset_SoftwareUpdateDocumentation", @"/var/MobileAsset/AssetsV2/com_apple_MobileAsset_SoftwareUpdate", @"/var/MobileAsset/AssetsV2/com_apple_MobileAsset_SoftwareUpdateDocumentation"];
those directories and modified "com.apple.Preferences.plist" with filza manager,and still cannot auto update. Can u help me with it?
else { // Enable Auto Updates. progress(localize(@"Enabling Auto Updates...")); for (id path in array) { ensure_directory([path UTF8String], root_pw->pw_uid, 0755); } _assert(modifyPlist(@"/var/mobile/Library/Preferences/com.apple.Preferences.plist", ^(id plist) { plist[@"kBadgedForSoftwareUpdateKey"] = @YES; plist[@"kBadgedForSoftwareUpdateJumpOnceKey"] = @YES;; }), localize(@"Unable to enable software update badge."), true); insertstatus(localize(@"Enabled Auto Updates.\n")); }
unc0ver now supports 14.3, so regardless you should be able to jailbreak on your iOS version and make any changes you like. https://unc0ver.dev/
If now resolved please close the issue. Thank you.