码迷,mamicode.com
首页 > 数据库 > 详细

adb 调系统时间

时间:2016-10-10 13:44:32      阅读:709      评论:0      收藏:0      [点我收藏+]

标签:

1、修改前提

       获取系统root权限,然后adb shell进入shell界面

adb shell
su

 

 2、时区设置

cat /data/property/persist.sys.timezone //查看当前时区配置文件
setprop persist.sys.timezone GMT        //修改属性 

3、设置日期和时间

date -s "yyyymmdd.hhmmss"
date -s "20161010.120000"

 

4、查看日期和时间

date

 

adb 调系统时间

标签:

原文地址:http://www.cnblogs.com/mingfeng002/p/5945198.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!