adb shell date 修改系统时间

1.准备工作

adb root

adb remount

2.设置时间

adb shell "date 01111800.00"

# 1月11号 下午6点

adb shell "date 01110800.00"

# 1月11号 上午8点

3.读取时间

adb shell date

Mon Apr 10 10:51:04 CST 2023 

你可能感兴趣的:(adb,android)