-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indicate when waiting for a keypress #18
Comments
Closed
I'm facing the same problem. This would be a nice addition. |
Hi, Thank you @nelgin . I've changed "setNotificationLED" to "SMC_SetNotificationLED", the end result on the function is:
I've attached the built files (they also contain the changes of issue 19). |
This was referenced May 29, 2023
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to use recovery_menu without the benefit of a display, it would be nice to know if the device has finished a task (dumped logs, dumped roms, loaded network etc). I made a small enhancement to waitButtonInput to flash yellow when it's waiting for a key. It might be good to have it flash red if an operation failed.
Add the following as the first line in the waitButtonInput function in ios_mcp/source/menu.c
Then before the return, turn it purple again
Hope this helps those working in the dark.
The text was updated successfully, but these errors were encountered: