언어 설정

Menu
Sites
Language
Unable to determine internet connection

I'm trying to use sample application from Tizen ( https://developer.tizen.org/documentation/articles/google-maps-on-tizen), but unfortunately after importing project (without making any changes ), and deploing it on emulator/simulator I got an error message "No Internet connection (...) ", but wifi works fine. Despite this message I can use functionality of this app, for instance - get GPS position, use Google Map.

From console:​
(..)

wgt/js/lib/tlib/tlib.network.js (98) :Unable to determine cellular status

wgt/js/lib/tlib/tlib.network.js (122) :isInternetConnection

wgt/js/lib/tlib/tlib.network.js (34) :isWifiConnection

wgt/js/lib/tlib/tlib.network.js (63) :Unable to determine WiFi status

wgt/js/lib/tlib/tlib.network.js (76) :isCellularNetworkInternetConnection

wgt/js/lib/tlib/tlib.network.js (83) :CELLULAR_NETWORK

wgt/js/lib/tlib/tlib.network.js (98) :Unable to determine cellular status

 

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 댓글
Marco Buettner
The emulator doesn't support WiFi and CELLULAR_NETWORK, because thats not included. :) On target device it works (only CELLULAR_NETWORK not)