Why is there no way to set the clock to 24 hour time in Stage Now.

D Daniel Teeters 3 years ago
13 1 0

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.

Please register or login to post a reply

1 Replies

V Vedsatx Saddvv

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

CONTACT
Can’t find what you’re looking for?