Returning Tizen wearable application to active mode on screen activation

In previous article (Keeping Tizen wearable device application running in background mode) I wrote about how to keep Tizen wearable application running in background mode, e.g. for long-running sensor data monitoring. It this note let’s find out how to bring wearable application back in active state after device screen has been turned off.

Continue reading “Returning Tizen wearable application to active mode on screen activation”

Keeping Tizen wearable device application running in background mode

Long-running application can be interrupted by falling asleep on Samsung Wearable device in a timeout. In this article you will find the way I could find to keep application working in background mode in any amount of time.

The way is fair for C# applications running on Samsung Galaxy Watches Active 2 with Tizen Wearable 4.0 SDK.

Continue reading “Keeping Tizen wearable device application running in background mode”