Languages

Menu
Sites
Language
Can I use wifi manager in Tizen web application?

My requirement is, after clicking on "ON" button in web App, wifi should started automatically and 
scan for Access Points and send frequency and signal strength of Access Points to server. 
This can be achieved by "Wifi manager" in tizen but as per the link "https://developer.tizen.org/ko/development/dev-guide/2.3.0?langredirect=1%22" "Wifi magager"  found only under native application not under web application.  

I don't want to just display Wifi information (which can be achieved by "SystemInfoWifiNetwork"),

So Is there any way to use "Wifi manager" in web application.

Responses

15 Replies
Vikram

Hi,

In web application no wifi-manager until Tizen 2.3.1 sdk. You can try to search the Tizen 2.4 release note to check whether is add. The link is

https://developer.tizen.org/development/preview

Sandip Patil

Thanks... 2.4 release also not support  wifi-manager for web app...

daniel kim

Hi,

It seems that wifi manager is supported in native part only as I don't observe such api.

Regards

AVSukhov

Hello,

Try to use Hybrid app with native service which will be used WiFi manager.

Sandip Patil

Thanks.. I am developing application for gear s (Wearable) watch. Can I create Hybrid App for gear s (Wearable) watch?

I am using "Tizen IDE for wearable" which does not show any project type to create "native or hybrid" project.

If it is possible to create Hybrid App for watch (gear s) Which IDE and SDK I should use??

Vikram

I am afraid you can not create Hybrid App for gear s(Wearable). But you can create web application and native application for wearable individual.

Some template and sample in IDE when youu create new project.

Alex Dem

Hi,
Only Hybrid App with native service, as it has been proposed above (No api for Web).
Alexey.

Sandip Patil

Thanks.. I am developing application for gear s (Wearable) watch. Can I create Hybrid App for gear s (Wearable) watch?

I am using "Tizen IDE for wearable" which does not show any project type to create "native or hybrid" project.

If it is possible to create Hybrid App for watch (gear s) Which IDE and SDK I should use??

daniel kim

Hi,

First of all, Gear S doesn't support native application. Therefore it's not possible to make Hybrid application for Gear S. I'm guessing that you're using Wearable SDK 1.0.0 and Gear S support Tizen SDK 2.2 until now.

Regards

Sandip Patil

Thanks Daniel...  Can I create Hybrid application in SDK 2.2 for Gear S ??

If not how can I satisfy my requirement??

daniel kim

Hi,

If your requirement is for standalone mode of Gear S, I think that there is no way to acheive it.

Regards

Sandip Patil

As I am new to Tizen I dont know what do you mean by standalone mode? What do you mean by "Standalone" mode? Is any other way to achive this?

daniel kim

Hi,

I would suggest you to check this link about Gear mode.

   http://developer.samsung.com/technical-doc/view.do?v=T000000168&pi=1&ps=10&pb=Y&ct=CT030000&sc=

Regards

AVSukhov

Hello,

Agree with daniel, there is no way to use WiFi manager in Wearable SDK for Gear S.

Seoghyun Kang

Hello,

As above comments, you can not create the WIFI manager on the web platform now.

 

But you can create the WIFI Info application on the web platform.

The WIFI Info sample will be released soon.

 

If you want the sample code of the WIFI info, I will attach it. (http://tizen.org/feature/network.wifi)