▲ | blueflow 7 hours ago | ||||||||||||||||
Android is also Linux, so Linux isn't the problem - its the userspace. In terms of wakeups, the systemd/dbus desktop architecture is the worst. | |||||||||||||||||
▲ | jeroenhd 6 hours ago | parent [-] | ||||||||||||||||
UBports (the maintained fork of the dead Ubuntu Touch project) runs fine with systemd/upstart/wayland. Hell, my watch runs Tizen and that's running a bog standard Wayland + PulseAudio + systemd setup: https://docs.tizen.org/platform/porting/system/#systemd With the right kernel drivers, configuration, and tweaks, with a well-configured userland on top of that, you can run the "normal" Linux stack in a mobile device. Getting applications to conform with an API that won't let them drain the battery in the background to make sure notifications don't arrive two seconds too late is much harder. Desktop applications don't really like being suspended/resumed the way mobile applications do. | |||||||||||||||||
|