简体   繁体   English

无法调整Tizen可穿戴模拟器的时钟

[英]Cannot adjust Tizen wearable emulator's clock

On Tizen's wearable emulator, how can one change the date and time of the watch (Gear S2 for me)? 在Tizen的可穿戴模拟器上,如何更改手表的日期和时间(对我来说是Gear S2)? I cannot seem to find anywhere to do so. 我似乎找不到任何地方可以这样做。 I even went into the shell and issued "date" command yet permission denied. 我什至进入shell并发出“ date”命令,但权限被拒绝。

From sdb shell you can change date/time in root mode only. 在sdb shell中,您只能在root模式下更改日期/时间。

Once the emulator is started. 一旦模拟器启动。 Right click on the emulator and select ' Shell ' from the option which will open the sdb shell in user( $ ) mode. 右键单击仿真器,然后从选项中选择“ Shell ”,该选项将以用户( $ )模式打开sdb shell。 Please run su command to go to root( # ) mode. 请运行su命令进入root( )模式。 Then run below command on the shell to change the date/time 然后在外壳上运行以下命令以更改日期/时间

date --set="3 JAN 2016 18:00:00" date --set =“ 3 JAN 2016 18:00:00”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 调整闹钟时间以匹配python中的时钟时间 - Adjust alarm time to match clock time in python 尝试使用Tizen模拟器Shell设置时间时不允许进行操作 - Operation not permitted when trying to set time using Tizen emulator Shell 动态时钟:计算机时钟改变图像 - Dynamic clock: image change by computer's clock 如何使用 Unity3D 中的系统时钟调整时钟指针角度? - How can I adjust the clock pointers angle with the system clock in Unity3D? 自动调整测量 100 分钟和 60 分钟工作时间的时钟 - Automatically adjust a clock that measures time worked in 100 minutes vs 60 minutes iOS中是否有可以使用的时钟,用户无法更改 - Is there a clock in iOS that can be used that cannot be changed by the user 更改时钟格式的复选框 - Checkbox which changes clock's format 如果用户的机器使用 12 小时制(上午/下午)或 24 小时制(军用时间),则使用 javascript 检测 - Detect with javascript if user's machine is using 12 hour clock (am/pm) or 24 clock (military time) MATLAB的tic-toc和C的时钟差异 - MATLAB's tic-toc & C's clock discrepancy Java函数可使用计算机时钟每分钟执行任务 - Java function to perform task every minute using computer's clock
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM