From efc33006da99522bf3d41e730d3677fda373d847 Mon Sep 17 00:00:00 2001 From: HappyZ Date: Fri, 17 May 2019 23:46:43 -0500 Subject: [PATCH] update instruction --- python_api/libInteractive.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/python_api/libInteractive.py b/python_api/libInteractive.py index ca3229a..0157b18 100644 --- a/python_api/libInteractive.py +++ b/python_api/libInteractive.py @@ -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..")