From c8ded6a7a30a186cd51f63af120fcfbf52abdaec Mon Sep 17 00:00:00 2001 From: HappyZ Date: Fri, 17 May 2019 23:51:34 -0500 Subject: [PATCH] clarity more on the instruction --- python_api/libInteractive.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python_api/libInteractive.py b/python_api/libInteractive.py index 0157b18..7031bc1 100644 --- a/python_api/libInteractive.py +++ b/python_api/libInteractive.py @@ -318,8 +318,9 @@ def diagnosis_restore_pkg(dpt): return False 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("Hold the HOME button while rebooting") + dpt.info_print("Wait till lights turning off and start flashing yellow,") + dpt.info_print("then 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,")