找回密码
 注册
搜索
查看: 4176|回复: 2

[讨论] android下调试程序两个好用的命令,watchprosp和svc

[复制链接]
发表于 2016-7-14 14:00:26 | 显示全部楼层 |阅读模式
1). watchprosp 动态监视android系统属性的变化,有变化就会输出:

255|root@android:/ # watchprops
1362449042 persist.sys.autolanguage = 'on'
1362449044 persist.sys.autolanguage = 'off'

2). svc ,控制power, wifi, modem状态。

Available commands:
help     Show information about the subcommands
power    Control the power manager
data     Control mobile data connectivity
wifi     Control the Wi-Fi manager
  
# svc power
usage: svc power stayon [true|false|usb|ac]
Set the 'keep awake while plugged in' setting.//设置屏幕的常亮,true保持常亮,false不保持,usb当插入usb时常亮,ac当插入电源时常亮

# svc data
usage: svc data [enable|disable]
Turn mobile data on or off.//设置移动网络的数据是否启用
Set mobile as the preferred data network//设置移动网络的数据优先于WIFI
  
# svc wifi
usage: svc wifi [enable|disable]
Turn Wi-Fi on or off.//设置WIFI是否启用
Set Wi-Fi as the preferred data network //设置WIFI优先于移动网络的数据,一般应设置成这样,除非你刻意使用移动网络数据传输

root@android:/data # svc power stayon usb
发表于 2016-8-22 14:07:58 | 显示全部楼层
学习了,还有其他命令没?
点评回复

使用道具 举报

发表于 2016-10-25 08:54:51 | 显示全部楼层
[em08]
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-11-23 02:42 , Processed in 0.046457 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表