언어 설정

Menu
Sites
Language
activating wifi on a Gear S

Hi,

 

I am trying to find a method to activate my Gear S wifi connection within my application (it is a watchface) under some conditions.

But I couldn't find a method except:

 

https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/tutorials/net_tutorial/activate_deactivate_wifi.htm

 

Could I  use the method here in my watchface ? Would it work on a Gear S ? If not, what is the correct way ?

WifiManager wifiMgr;

wifiMgr.Construct(*this);

 

wifiMgr->Activate();

Thanks.

 

Responses

4 댓글
Sanjeev BA
developer.samsung.com/gear The Wearable-side Widget can be developed with Tizen SDK for Wearable. Native API support is not mentioned for wearable profile. I checked the web device API and it doesn't seem to have API for controlling WiFi.
mekabe remain

thank you. So, I won't be able to enable/disable wifi of the Gear device...

 

AVSukhov

Hello,

There is no WiFi API in wearable SDK

According Release Notes (from SDK 1.0.0b3) the following Web APIs and features have been added:

Network access including XHR, Web Socket, and Web page access through, for example, hyperlinks.

 

For more info please see documentation in IDE.

Alex Dem

just fyi:
Even for new Tizen (Kiran) mobile devices this Native api (2.2.1 version)  which uses WifiManager class is also deprecated.
Alexey.