I cannot find a setting to set the clock to 24 hour time, I hope I am missing something.
Without this setting, it makes us have to manually touch 100's of devices.
Why is there no way to set the clock to 24 hour time in Stage Now. |
Why is there no way to set the clock to 24 hour time in Stage Now.I cannot find a setting to set the clock to 24 hour time, I hope I am missing something. |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
Dan,
One option is to automate the selection of this setting using ADB i.e. the following commands in a batch file will configure this setting provided the device is connected to a PC via ADB :
adb shell am start -a android.intent.action.MAIN -n com.android.settings/.DateTimeSettingsSetupWizard
adb shell input tap 400 900
adb shell input keyevent 4
This is tested to work on a TC70 KK GMS device - if targetting a different model/OS the commands may need to be tweaked as the UI can vary significantly according to device/OS