Hi,
I have developed a small utility app on Samsung Gear S which intented to record data from multiple sensors (such as Heart Rate & Pedometer) on device into local file system.
Every second it collect the data and write as a row entry into a plain text file under the path /opt/usr/media/Documents. It works while the gear S display is on, but the recording job will be suspended while the Gear S is in idle mode and the display has been turned off. It will resume the recording while the display is on again.
Can anyone has some idea about how to keep the app running and continuously write into file while the gear S is in idle mode?
PS. I've already try to set the background mode on in config.xml, the app will still suspend after 3-5mins.
tizen:setting background-support="enabled" |