Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.mobile.android > #147379

Re: Shutdown vs. Restart

From Arno Welzel <usenet@arnowelzel.de>
Newsgroups comp.mobile.android
Subject Re: Shutdown vs. Restart
Date 2025-03-23 12:44 +0100
Message-ID <m4aahoF1jrrU2@mid.individual.net> (permalink)
References <0aottjlp05kk73mqs5utee75nsognfpf8j@4ax.com> <vrmsmp$emic$1@dont-email.me> <vrn1ol$2jg5$1@nnrp.usenet.blueworldhosting.com>

Show all headers | View raw


Marion, 2025-03-22 20:07:

[...]
> AFAIK, there are also low-power data-collection hubs in modern Androids
> which are actually processors that are independent of the main SoC which
> collect data from sensors (accelerometer, gyroscope, magnetometer, etc.).

These exists since the beginning of Android. The whole mobile network
section including GPS and many other sensors is a computer on its own.

[...]
> In fact, some hardware is always powered, AFAIK, given all Androids (AFAIK)
> can charge even when the phone appears to be powered off and some have
> always-on sensors (like accelerometers) which operate in very low-power
> states (as likely do real-time clocks which keep track of time even when
> the main OS is off).

Depending on the device there is also some indication for the charge
process even when Android is shut down. This is also supported by quite
old devices like some older Samsung smartphones or tablets which display
a battery symbol when charging even when the device was shut down.

But this does not mean, that Android itself is still running in this
state. This only requires some simple firmware function to display a
charge state on the display.

> As I alluded to, there's an in-between "bootloader mode" or "fastboot mode"
> (which is actually a communication protocol) which is a distinct state from
> the reboot/restart modes as it provides low-level access to the firmware.

"Fastboot mode" is the state, where the firmware accepts "fastboot"
commands. "fastboot" is a commandline tool and part of the Android
developer tools. For example you can use fastboot to unlock the bootloader.

See here for details:

<https://android.googlesource.com/platform/system/core/+/master/fastboot/README.md>

The "bootloader mode" on the other hand is usually intended to install
new firmware via USB. You may also have some kind of recovery software
which will start first and allows you to do some diagnostics or wipe the
memory. This may be activated by some key combinations during startup.
Many devices enter the recovery when pressing Power + Volume up during
startup. With TWRP (Team Win Recovery Project) you get a quite powerful
toolset which allows to install OS images, do backups and so on.

Also see:

<https://en.wikipedia.org/wiki/TWRP_(software)>
<https://twrp.me/>


-- 
Arno Welzel
https://arnowelzel.de

Back to comp.mobile.android | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Shutdown vs. Restart micky <NONONOmisc07@fmguy.com> - 2025-03-22 12:16 -0400
  Re: Shutdown vs. Restart knuttle <keith_nuttle@yahoo.com> - 2025-03-22 13:26 -0400
  Re: Shutdown vs. Restart Newyana2 <newyana@invalid.nospam> - 2025-03-22 13:41 -0400
    Re: Shutdown vs. Restart Marion <marion@facts.com> - 2025-03-22 19:07 +0000
      Re: Shutdown vs. Restart Arno Welzel <usenet@arnowelzel.de> - 2025-03-23 12:44 +0100
      Re: Shutdown vs. Restart Andy Burns <usenet@andyburns.uk> - 2025-03-23 12:13 +0000
        Re: Shutdown vs. Restart Marion <marion@facts.com> - 2025-03-23 17:52 +0000
    Re: Shutdown vs. Restart "Carlos E.R." <robin_listas@es.invalid> - 2025-03-23 15:03 +0100
  Re: Shutdown vs. Restart Arno Welzel <usenet@arnowelzel.de> - 2025-03-23 12:34 +0100
  Re: Shutdown vs. Restart Steve Hayes <hayesstw@telkomsa.net> - 2025-03-24 11:04 +0200
    Re: Shutdown vs. Restart Java Jive <java@evij.com.invalid> - 2025-03-24 11:17 +0000
      Re: Shutdown vs. Restart Steve Hayes <hayesstw@telkomsa.net> - 2025-03-25 08:53 +0200
        Re: Shutdown vs. Restart Java Jive <java@evij.com.invalid> - 2025-03-25 17:11 +0000
        Re: Shutdown vs. Restart Arno Welzel <usenet@arnowelzel.de> - 2025-03-26 14:16 +0100
        Re: Shutdown vs. Restart Newyana2 <newyana@invalid.nospam> - 2025-03-26 10:58 -0400
    Re: Shutdown vs. Restart Arno Welzel <usenet@arnowelzel.de> - 2025-03-26 14:14 +0100
      Re: Shutdown vs. Restart Frank Slootweg <this@ddress.is.invalid> - 2025-03-26 15:25 +0000
        Re: Shutdown vs. Restart AJL <noemail@none.com> - 2025-03-26 17:46 +0000
          Re: Shutdown vs. Restart Frank Slootweg <this@ddress.is.invalid> - 2025-03-26 18:34 +0000
            Re: Shutdown vs. Restart AJL <noemail@none.com> - 2025-03-26 19:38 +0000
              Re: Shutdown vs. Restart micky <NONONOmisc07@fmguy.com> - 2025-04-03 03:36 -0400
                Re: Shutdown vs. Restart Andy Burns <usenet@andyburns.uk> - 2025-04-03 09:49 +0100
                Re: Shutdown vs. Restart micky <NONONOmisc07@fmguy.com> - 2025-04-03 06:04 -0400
                Re: Shutdown vs. Restart AJL <noemail@none.com> - 2025-04-03 14:45 +0000
                Re: Shutdown vs. Restart micky <NONONOmisc07@fmguy.com> - 2025-04-04 12:52 -0400
                Re: Shutdown vs. Restart Andy Burns <usenet@andyburns.uk> - 2025-04-04 17:56 +0100
          Re: Shutdown vs. Restart micky <NONONOmisc07@fmguy.com> - 2025-04-03 03:42 -0400
            Re: Shutdown vs. Restart AJL <noemail@none.com> - 2025-04-03 14:50 +0000
        Re: Shutdown vs. Restart Arno Welzel <usenet@arnowelzel.de> - 2025-03-27 10:39 +0100
          Re: Shutdown vs. Restart Frank Slootweg <this@ddress.is.invalid> - 2025-03-27 11:33 +0000
          Re: Shutdown vs. Restart Newyana2 <newyana@invalid.nospam> - 2025-03-27 08:32 -0400
            Re: Shutdown vs. Restart Frank Slootweg <this@ddress.is.invalid> - 2025-03-27 16:39 +0000
      Re: Shutdown vs. Restart Steve Hayes <hayesstw@telkomsa.net> - 2025-03-27 08:41 +0200
        Re: Shutdown vs. Restart Arno Welzel <usenet@arnowelzel.de> - 2025-03-27 10:42 +0100
          Re: Shutdown vs. Restart Andy Burns <usenet@andyburns.uk> - 2025-03-27 10:18 +0000
            Re: Shutdown vs. Restart Frank Slootweg <this@ddress.is.invalid> - 2025-03-27 11:39 +0000
              Re: Shutdown vs. Restart Andy Burns <usenet@andyburns.uk> - 2025-03-27 12:23 +0000
                Re: Shutdown vs. Restart Frank Slootweg <this@ddress.is.invalid> - 2025-03-27 15:52 +0000
        Re: Shutdown vs. Restart Java Jive <java@evij.com.invalid> - 2025-03-27 19:06 +0000
          Re: Shutdown vs. Restart Steve Hayes <hayesstw@telkomsa.net> - 2025-03-27 23:47 +0200
            Re: Shutdown vs. Restart Java Jive <java@evij.com.invalid> - 2025-03-28 02:32 +0000
          Re: Shutdown vs. Restart micky <NONONOmisc07@fmguy.com> - 2025-04-03 03:47 -0400
  Re: Shutdown vs. Restart Jörg Lorenz <hugybear@gmx.net> - 2025-03-24 16:11 +0100
    Re: Shutdown vs. Restart Arno Welzel <usenet@arnowelzel.de> - 2025-03-26 14:19 +0100
      Re: Shutdown vs. Restart micky <NONONOmisc07@fmguy.com> - 2025-04-03 03:50 -0400

csiph-web