显示关机动画:
setprop service.bootanim.exit 0
setprop ctl.start 'bootanim:shut nomp3'
关机:
shutdown
查看内存:
adb shell cat proc/meminfo
查看CPU占用:
top -m 10 -s cpu
查看分区:
adb shell df
查看所有系统属性:
adb shell getprop
查看指定系统属性(如时区):
adb shell getprop persist.sys.timezone
设置系统属性(如时区):
adb shell setprop persist.sys.timezone Asia/Shanghai