Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added an additional warning, that tells the user that in case the device is stuck on the restore line, that they should “force reboot” their device. Added
  • Loading branch information
demhademha authored May 31, 2020
1 parent 734ecad commit c7c2027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuccessionRestore/RestoreViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ - (void)viewDidLoad {
//Set up UI
if ([self isMounted]) {
[[self titleLabel] setText:@"WARNING!!!"];
[[self subtitleLabel] setText:@"Running this tool will immediately delete all data from your device. Please make a backup of any data that you want to keep. This will also return your device to the setup screen. A valid SIM card may be needed for activation on iPhones and cellular iPads."];
[[self subtitleLabel] setText:@"Running this tool will immediately delete all data from your device. Please make a backup of any data that you want to keep. This will also return your device to the setup screen. A valid SIM card may be needed for activation on iPhones and cellular iPads. please note, that if your device is stuck on the restore line for greater than ten minutes, then force reboot your device."];
[[self eraseButton] setTitle:[NSString stringWithFormat:@"Erase %@", _deviceType] forState:UIControlStateNormal];
[[self eraseButton] setTitleColor:[UIColor redColor] forState:UIControlStateNormal];
[[self eraseButton] setEnabled:TRUE];
Expand Down

0 comments on commit c7c2027

Please sign in to comment.