android - will "adb reboot" command saves the state of the device before rebooting -


Whenever we reboot the power off or the device's position will be saved. ADB Reboot -> Reboot Device

  • ADB Reboot-P -> Power
  • ADB reboots does not work on the device directly. It tells the OS to reboot or shut down the power process. See.

    Therefore, this will not result in the removal of the battery from your device. It should normally be the same as rebooting your device.


    Comments

    Popular posts from this blog

    mysql - How to enter php data into a html multiple select box -

    java - Can't add JTree to JPanel of a JInternalFrame -

    c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -