美文网首页
adb设置系统时间

adb设置系统时间

作者: Ontheway_40d3 | 来源:发表于2023-03-27 10:04 被阅读0次

1、设置时间

adb shell "date 07010101.00"

设置时间格式为MMDDHHM.00,不能设置年

2、读取时间

adb shell "date"

3、设置时区

adb shell "setprop persist.sys.timezone Pacific/Midway"

Pacific/Midway为设置的时区

android默认支持的时区

4、读取时区

adb shell "getprop persist.sys.timezone"

相关文章

网友评论

      本文标题:adb设置系统时间

      本文链接:https://www.haomeiwen.com/subject/nwtzrdtx.html