Service Application with periodical vibration signal
Service Application with periodical vibration signal
BY 25 Mar 2021Tizen .NET
Hello!
I have no expetience in Tizen development (sorry fo this), but I have to create Tizen service application with periodical vibration. I tried to do it based on this C# service: https://github.com/Samsung/Tizen-CSharp-Samples/blob/master/Wearable/ServiceApp/ServiceApp/ServiceApp_App.cs I plan to use Alarm for sending signal to sevice for vibration. I’ve added to tizen-manifest.xml next section:
But when I tried to run this application on emulator, I’ve got error: “NotPermittedApperror occured”. I tried to find the description of this error, but I couldn’t find it.
Someone may explain please, what’s the issue I’ve got ?
Also I tried to find good C# code example for creation the alarms for wearable tizen application, but also, couldn’t find it. May somebody to provide links to these code examples (if it present).
Service Application with periodical vibration signal
Hello!
I have no expetience in Tizen development (sorry fo this), but I have to create Tizen service application with periodical vibration. I tried to do it based on this C# service: https://github.com/Samsung/Tizen-CSharp-Samples/blob/master/Wearable/ServiceApp/ServiceApp/ServiceApp_App.cs I plan to use Alarm for sending signal to sevice for vibration. I’ve added to tizen-manifest.xml next section:
And I tried to create service with sending AppControl alarm to the same service (my service has AppID):
Here the example of code:
But when I tried to run this application on emulator, I’ve got error: “NotPermittedApperror occured”. I tried to find the description of this error, but I couldn’t find it.
Someone may explain please, what’s the issue I’ve got ?
Also I tried to find good C# code example for creation the alarms for wearable tizen application, but also, couldn’t find it. May somebody to provide links to these code examples (if it present).
Thank you
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio