1、设置时间
adb shell "date 07010101.00"
设置时间格式为MMDDHHM.00,不能设置年
2、读取时间
adb shell "date"
3、设置时区
adb shell "setprop persist.sys.timezone Pacific/Midway"
Pacific/Midway为设置的时区
4、读取时区
adb shell "getprop persist.sys.timezone"
1、设置时间
adb shell "date 07010101.00"
设置时间格式为MMDDHHM.00,不能设置年
2、读取时间
adb shell "date"
3、设置时区
adb shell "setprop persist.sys.timezone Pacific/Midway"
Pacific/Midway为设置的时区
4、读取时区
adb shell "getprop persist.sys.timezone"
本文标题:adb设置系统时间
本文链接:https://www.haomeiwen.com/subject/nwtzrdtx.html
网友评论