/*******************************************************************************
* I.MX6 Android shutdown shell command
* 说明:
* 想在I.MX6上执行shell关机命令,不过效果貌似不是很好,开关键多按两下又亮了。
*
* 2016-7-25 深圳 南山平山村 曾剑锋
******************************************************************************/ 一、参考文档:
. How I shutdown Android phone with adb command?
http://android.stackexchange.com/questions/47989/how-i-shutdown-android-phone-with-adb-command 二、操作命令:
. adb shell:
adb shell reboot -p
. debug shell:
. reboot -p
. 现象:
root@android:/ # reboot -p
SysRq : Emergency Remount R/O
EXT4-fs (mmcblk0p4): re-mounted. Opts: (null)
EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
Emergency Remount complete
Disabling non-boot CPUs ...
CPU1: shutdown
Power down.
note: reboot[] exited with preempt_count

最新文章

  1. 把url参数转化成一个对象返回
  2. 炉石传说 C# 开发笔记(BS模式Demo)
  3. centos7 最小化安装 无 ifconfig,netstat 的安装
  4. Hive(六):HQL DDL
  5. HW4.21
  6. CenOs安装中文输入法
  7. 怎样在thinkphp里面执行原生的sql语句
  8. Oracle cloud control 12c 怎样改动sysmanpassword
  9. UIButton 关灯小实验
  10. RecyclerViewLoadMoreDemo【封装上拉加载功能的RecyclerView,搭配SwipeRefreshLayout实现下拉刷新】
  11. MailKit系列之转发电子邮件
  12. JavaScript表单提交不能清空type为hidden的input快速解决方案
  13. UltraISO制作U盘启动盘安装Win7系统攻略
  14. Diocp截图
  15. Python中的format函数
  16. swift - 封装 GCDTimer 和 NSTimer
  17. Qt enum使用总结
  18. android 图片旋转 移动 放大缩小
  19. wifi设置
  20. Splunk和ELK深度对比

热门文章

  1. Laya 类列表加载优化
  2. 搜狗大数据总监、Polarr 联合创始人关于深度学习的分享交流 | 架构师小组交流会
  3. Monkey King(左偏树)
  4. 使现有的VSCode成为便携版(绿色版)
  5. iOS-bug·Failed to connect to github-production-release-asset-2e65be.s3.amazonaws.com port 443: Operation time out
  6. c++ 高性能日志库(muduo_AsyncLogging)
  7. oracle字段的所有类型
  8. python执行系统命令的几种方法
  9. Android 开源框架ViewPageIndicator 和 ViewPager 仿网易新闻clientTab标签
  10. 【原创】PHP扩展开发入门