언어 설정

Menu
Sites
Language
3.0 upgrade guide missing?

My Samsung Gear S3 upgraded itself to 3.0 this night. Now my - through Tizen Studio 2.0 - developed watch for 2.3.2 no longer works.

Javascript debugging gives errors using "navigator.battery" and so on... 

I realize i could continue to debug this until all errors are gone, but there MUST BE a guide on what to change in an 2.3.2 app to get it to run on 3.0? Right?

I just can't find the guide... Anyone who knows where it is?

br, Abe

Responses

3 댓글
Iqbal Hossain

I have already gone through this type of situation. I was facing problem with Filesystem api and battery.. You may try after giving a light reset to the gear. 

Anders Bergquist

Thanks.

I already got it work by using "tizen.systeminfo.addPropertyValueChangeListener('BATTERY', getBatteryState);", instead of 

"var battery = navigator.Battery || navigator.battery || navigator.webkitBattery || navigator.mozBattery;" and al lot of attaching events to that.

However, I still think it's strange that Tizen hasn't released at least a comparison chart - or something - between the versions...

 

Iqbal Hossain

Yeah Anders Bergquist that is very unfortunate.... hope it will be fixed soon. 
BTW, did you able to resolve filesystem?