update instruction

This commit is contained in:
HappyZ 2019-05-17 23:46:43 -05:00
parent 40b1d3667b
commit efc33006da
1 changed files with 8 additions and 4 deletions

View File

@ -316,12 +316,16 @@ def diagnosis_restore_pkg(dpt):
except KeyboardInterrupt:
dpt.diagnosis_stop_mass_storage()
return False
dpt.info_print("We will now reboot the device to install pkg")
dpt.info_print("If you changed your mind,")
dpt.info_print("hold POWER button during the reboot,")
dpt.info_print("We will now reboot the device to install PKG")
dpt.info_print("")
dpt.info_print("Hold the HOME button while rebooting until the light flashes")
dpt.info_print("Now release the button and enjoy a cup of coffee")
dpt.info_print("")
dpt.info_print("If you changed your mind before the third bar appears,")
dpt.info_print("press the POWER button during the reboot,")
dpt.info_print("it will skip the PKG update and go to normal system")
dpt.info_print("")
dpt.info_print("You can also instead hold HOME button during the reboot,")
dpt.info_print("You can also instead press the HOME button during the reboot,")
dpt.info_print("it will go back into diagnosis mode")
input("Ready? Press Enter to continue..")
dpt.info_print("System rebooting..")