update instruction
This commit is contained in:
parent
40b1d3667b
commit
efc33006da
|
|
@ -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..")
|
||||
|
|
|
|||
Loading…
Reference in New Issue