我正在尝试使用ADB shell设置日期/时间,但shell只返回当前时间.
我试过了:
adb shell date -s YYYYMMDD.HHmmss
和unix时间如下:
adb shell date 1318349236
有任何想法吗?
android adb
adb ×1
android ×1