adb设置系统时间
2023-03-27 本文已影响0人
Ontheway_40d3
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"