Languages

Menu
Sites
Language
Gear s3 Native Sample Sensors White Screen Problem

 

기어 S3를 사용하여 개발을 진행 중에 있습니다.

기어 S3의 센서값들을 받아와야 하는데 Native Sample 중에 Sensor들의 값과 정보를 보여주는 (Circle)Sensors 샘플이 있어서 이를 실행했습니다.

가상 머신에서는 원활히 돌아가는 것을 확인하고

Gear S3에서 실행시켰는데 White Screen 만 출력됩니다.

어떤 문제때문에 그러는지 알 수 있을까요?

타이젠 스튜디오 1.2, Gear S3 타이젠 버전 2.3.2.4, 샘플이름 : Native-> UI -> (Circle)Sensors, 샘플 타이젠 버전 2.3.1, 가상머신 2.3.1, 2.3.2, 3.0에서 모두 돌아가는 것 확인

---------------------------------------------------------------------------------------------------------------------------------------

I developed using Gear S3.

I have received the sensor values of the gear S3. So I run Sensors sample, whitch shows the sensor value and information of sensors in the Native.

The virtual machine has confirmed that it works smoothly.

But Running on Gear S3 only prints the White Screen.

Can I tell you what the problem is?

Tizen Studio version 1.2, Gear S3 Tizen version 2.3.2.4, Sample : Native -> UI -> (Circle)Sensors, Sample tizen version 2.3.1, virtual machine's version 2.3.1, 2.3.2, 3.0 were confirmed well

Edited by: Minsu Choi on 22 May, 2017

Responses

1 Replies
Shaswati Saha

The complexity with the sample app you mentioned above is that, all of the sensor functionalities are tried to implement here. I would like to suggest you to use the code portions which are relevant to the sensor functionalities required for you instead of going with this sample. 
Please follow the link below and also take help from the sample app if you stuck.
https://developer.tizen.org/ko/development/api-references/native-application?redirect=/dev-guide/2.3.2/org.tizen.native.wearable.apireference/group__CAPI__SYSTEM__SENSOR__MODULE.html

Check whether sensor type is supported or not before using any of it's feature.