【问题标题】:will "adb reboot" command saves the state of the device before rebooting将“adb reboot”命令保存设备重启前的状态
【发布时间】:2014-10-28 10:31:27
【问题描述】:

每当我们关闭电源或重新启动时,设备的状态都会被保存。 如果我使用以下 adb 命令重新启动/关闭设备,也会发生同样的情况:

  1. adb reboot --> 重启设备
  2. adb reboot -p --> 关闭设备

【问题讨论】:

    标签: android


    【解决方案1】:

    adb reboot 不能直接在设备上操作。它要求操作系统执行重新启动或关机程序。请参阅sources of adb

    因此,这不会导致从您的设备中取出电池。应该类似于正常重启设备。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-07-27
      • 1970-01-01
      • 2021-04-26
      • 2017-01-30
      • 2014-02-01
      • 2015-02-20
      相关资源
      最近更新 更多