Fix settings command on onn 4K pro#88
Conversation
OS version tested: Android 14, April 2025 security update
|
When I tried to test this, I wasn't even able to access the Settings command at all (it wouldn't show up in the options when configuring buttons for an activity). Maybe that's because I didn't remove the stock integration or something (yes, I did set a custom ID), but I didn't want to lose my existing setup. |
|
Thanks, I'll test it this week. Just have to find my onn device and update it. Got too many streaming devices... |
|
Updating my onn device now from Android 12 to 14. |
zehnm
left a comment
There was a problem hiding this comment.
Updated my onn. 4k Pro to Android 14, patch level April 1, 2025 and the settings command still works with a long home press!
Same with the original remote after updating it as well: home button long press still opens the settings menu.
But also the settings key code works now.
I'm all for standards: using the official settings key code makes sense.
|
Weird, long-pressing home on the original remote does nothing for me. I wonder what the difference is. Anyway, glad this PR works for you as well, thanks for merging. |
I imagine overriding the settings command was needed at one point, but with the latest OS (Android 14, April 2025 security update), the onn 4K Pro now uses the standard
KEYCODE_SETTINGSkeycode to open settings. Sending a long-pressed home keycode does not work.