If not set to automatic, the date and time of the Pico G2 4K headset is never correct. I'm attempting to set it manually via the command line like this:
adb shell "toybox date 110309162023.14"
and finding that root access is required, however when I enter the developer settings menu in the headset, I can change the date and time with no issue. Is there something I'm missing or a different command I should be trying?
I've tried searching the Pico XR documentation, as well as issuing similar commands like adb shell toolbox date <datestring>
and adb shell date <datestring>
as well as searching Stack Overflow for similar questions. So far nothing has worked.
Thanks in advance for any guidance with this!