Hi there,
I'm tasked to develop an app for somebody else, who came with some kind of special requests about the apps capabilities lately. Beside other stuff, it had been asked if the app might be able to setup the watch to... ease the usage. Well... its about thse topics:
- Deactivating the Activation Gesture (or Wake Up Gesture)
- Deactivating the display timeout (or activating the always on mode)
- Activate the enhanced touch recognizion (not sure whats the english name is, because I just know it as "Berührungsempfindlichkeit")
- Jump to WLAN AP Selection if deactivated during startup
- switch all sounds to maximum level
- switch vibration to "high"
- make the app run as long as it hasn't been closed (even during display timeouts)
Well, looking through the tizen wearable api I was able to gather some informations, but I'm still miss some and starting to wonder if I did miss even more stuff with relevance to my task.
- there is a Getter in the System api which will provide information about its state if you put in the correct key (system_settings_key_motion_enabled), but no Setter, isnt it?
- another system settings getter with system_settings_key_screen_backlight_time as its key, but no setter either
- I have honestly no idea how to retrive or even set this setting at the moment
- at least this knows wifi_manager_active_with_wifi_picker_tested, which seems to open the menu in need
- didn't found anything
- another getter for system_setting_key_vibration, I think
- maybe the setting background.run=true might help, but I cannot make out the place it needs to be placed inside the manifest file
Okay... I guess these where the API says "no 3rd Party" are lost ground, but what about 3 and 5?
I hope there is something I can do about it.
Greetings