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 -

    javascript - data.match(var) not working it seems -

    javascript - How can I pause a jQuery .each() loop, while waiting for user input? -