Wake up from low-power mode to full CPU from command line?
When you ssh into your Sailfish (I do this via WiFi to my XA2), the phone seems to be in a very low power mode, with very sluggish response. If you activate the screen it becomes fully awake and snappy, but after a while it goes to sleep again. Is there a way to wake it up from low-power mode (if that is the cause) and keep it awake from the command line? With no need to physically access the phone? Is there a way to get this to work as long as you are logged in for the session?
I'm having the same 'trouble', if there's a workaround I'd be glad to know it.
mrtrm ( 2020-01-12 19:09:01 +0200 )editIs this SSH via USB or WiFi ?
Spam Hunter ( 2020-01-12 19:27:55 +0200 )edit@Edz SSH via WIFI ...
mrtrm ( 2020-01-12 19:56:45 +0200 )editI would assume it should be possible to wake up the screen via DBUS and then keep it on via the screen blanking prevention API for as long as needed. Not very elegant or efficient, but should do the job IMHO.
MartinK ( 2020-01-12 21:01:08 +0200 )edityou could also use mcetool and activate demo mode;
mcetool --set-demo=on
and
Spam Hunter ( 2020-01-12 21:58:54 +0200 )editmcetool --set-demo=off