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

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

    asp.net mvc - How to attach sql database to a javascript graph -

    c# - How to know the number of Threads created and limit the Tasks accordingly -