tizen-web-app

Is it possible to keep Tizen application alive non stop

人走茶凉 提交于 2019-12-03 19:56:05
问题 recently I’ve started developing for Tizen OS. My application is created only for wearable and only for specific device which is Samsung Gear Sport (Tizen 3.0 on board). Main purpose of this application is to gather complete sensor data over a long period of time. I’m interested in heart rate, and movement sensors in general (gyroscope and accelerometer). Then, this data will be send to cloud server and analysed. Currently I’m considering a WEB application because so far I have found no

Not able to connect to Internet via proxy in Tizen emulator

余生长醉 提交于 2019-11-29 17:44:35
When i use ajax code to retrieve a json data, in tizen wearable emulator 2.3.1, I'm getting not able to connect to proxy error. But when I searched, everyone is telling no need to give any specific proxy settings for emulator. If internet works fine in Tizen ide, then it will work in Tizen emulator too. But I'm getting proxy error. Can someone help me solve this proxy error? Update: Where should I change the proxy? Code sample: $.getJSON( "http://api.geonames.org/citiesJSON? north=44.1&south=-9.9&east=-22.4&west=55.2&lang=de&username=demo", function( data ) { $('#divText').html(data.result); }

Not able to connect to Internet via proxy in Tizen emulator

雨燕双飞 提交于 2019-11-28 11:55:54
问题 When i use ajax code to retrieve a json data, in tizen wearable emulator 2.3.1, I'm getting not able to connect to proxy error. But when I searched, everyone is telling no need to give any specific proxy settings for emulator. If internet works fine in Tizen ide, then it will work in Tizen emulator too. But I'm getting proxy error. Can someone help me solve this proxy error? Update: Where should I change the proxy? Code sample: $.getJSON( "http://api.geonames.org/citiesJSON? north=44.1&south=