svc命令,位置在/system/bin目录下,用来管理电源控制,无线数据,WIFI

# svc
svc
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
svc power
Control the power manager
usage: svc power stayon [true|false|usb|ac]
Set the 'keep awake while plugged in' setting.//设置屏幕的常亮,true保持常亮,false不保持,usb当插入usb时常亮,ac当插入电源时常亮 # svc data
svc data
Control mobile data connectivity
usage: svc data [enable|disable]
Turn mobile data on or off.//设置移动网络的数据是否启用
svc data prefer
Set mobile as the preferred data network//设置移动网络的数据优先于WIFI # svc wifi
svc wifi
Control the Wi-Fi manager
usage: svc wifi [enable|disable]
Turn Wi-Fi on or off.//设置WIFI是否启用
svc wifi prefer
Set Wi-Fi as the preferred data network//设置WIFI优先于移动网络的数据,一般应设置成这样,除非你刻意使用移动网络数据传输

最新文章

  1. 使用Carthage管理iOS依赖库
  2. AIX日常维护
  3. 【基础知识】.Net基础加强07 天
  4. ant exec
  5. POJ 2528 Mayor's posters(线段树区间染色+离散化或倒序更新)
  6. C#术语
  7. eclipse 最有用的10个快捷键
  8. Remoting
  9. 中国软件开发project师之痛
  10. stdout 编码 vim 删除左边,右边
  11. 【JavaScript】关于JavaScript
  12. UILabel的讲解
  13. 使用Gradle构建Android项目
  14. IM开发者的零基础通信技术入门(一):通信交换技术的百年发展史(上)
  15. Jacobi-Anger expansion
  16. TVTK安装
  17. 雷林鹏分享:jQuery EasyUI 表单 - 格式化下拉框
  18. Oracle Split字符串
  19. eclipse项目运行文件位置
  20. Android 模糊效果 FastBlur

热门文章

  1. hdu-5701 中位数计数(中位数)
  2. jquery 触发a链接点击事件
  3. Sharepoint 2013 安装部署系列篇 第二篇 -- SQL集群安装
  4. 使用secureCRT连接VMware-Ubuntukylin虚拟机
  5. mvc的一些知识点
  6. HttpURLConnection&HttpClient网络通信
  7. Javascript之拖拽库
  8. 第六十九篇、OC_录制语音和播放语音功能的实现
  9. UI1_HTTP下载
  10. (转)每天一个linux命令(46):vmstat命令