Hello, I was wondering if it is possible to have a background app running 24/7 on a wearable device.
I tried to accomplish this with no luck.
What I need: App that gathers sensor’s information periodically and send it to a server.
What I tried: UI + Service App. Manifest background category. Alarm API (recurring) every hour for the whole week.
So far, the App has been working for a few hours, but there’s a point where the service code is not executed any more. I’m guessing the S.O is killing my process.
Is this even possible?
The device I’m using is an Active 2 Samsung watch.
Backgroud support life cycle
Hello, I was wondering if it is possible to have a background app running 24/7 on a wearable device.
I tried to accomplish this with no luck.
What I need: App that gathers sensor’s information periodically and send it to a server.
What I tried: UI + Service App. Manifest background category. Alarm API (recurring) every hour for the whole week.
So far, the App has been working for a few hours, but there’s a point where the service code is not executed any more. I’m guessing the S.O is killing my process.
Is this even possible?
The device I’m using is an Active 2 Samsung watch.
Thanks in advance. Raúl
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio