06-01-2023, 06:54 AM
(05-30-2023, 08:09 AM)Kevin Kofler Wrote: Android is heavily optimized for minimum power consumption. E.g., apps can be suspended by the OS at any time, which means Android asks them to save their state and then terminates them, and then they have to resume from the saved state later. (Android also saves a screenshot of the UI in memory so the user does not notice that the app is not actually running anymore.) The PinePhone OS (none of the available ones, except of course GloDroid) does none of all this, and is not likely to start doing so any time soon. So do not expect the power consumption to ever be as low as on Android, it is just not going to happen.
GNU/Linux does not suspend tasks that don't have anything to do? I thought all modern multitasking operating systems did that.
Granted, android is almost single-tasking; and the whole system is geared toward battery life, which Gnu/Linux certainly isn't.