Languages

Menu
Sites
Language
기어 S2 밴드 에 설치시 error : 83 이 나오고, 설치가 안되요

제가 가진 기어S2 밴드에, 타이젠 IDE의 Connection Explorer에 연결시킨후,

 

타이젠 IDE로 간단한 샘플코드인 Watch를 프로젝트로 생성후,

Certificate 를 생성하여 등록하였습니다.

기어S2에  Permit to install applications으로 Certificate 를 등록했습니다.

 

그런후,

 

타이젠 IDE에서 프로젝트에, 마우스 오른쪽 버튼클릭하면 나오는,

Run As 를 선택한후, 1.Tizen Native Application 을 선택하면,

소스가 컴파일되고, tpk 화일이 만들어지고,

tpk가 기어s2로 전송되어 실행되어야 하는데,

전송까지는 되었는데, 실행하는 부분에서,

에러가 발생합니다.

타이젠IDE의 Console창에 나오는 에러 발생 부분은 아래와 같습니다.

여기서, error : 83 이 뭔지, 나오는 이유는 뭔지 모르겠습니다.

 

 

Launching the Tizen application...
# If you want to see the detailed information,
# please set the logging level to DEBUG in Preferences and check the log file in 'C:\tizen-sdk-data\ide\logs/ide-20160527_133832.log'.

[Deploying the package...]
    RDS: On
[Creating the package...]
    Created the package: D:\WORK2016\gear2tizen\Watch\Debug\org.example.watch-1.0.0-arm.tpk
[Transferring the package...]
    Transferred the package: D:\WORK2016\gear2tizen\Watch\Debug\org.example.watch-1.0.0-arm.tpk -> /opt/usr/apps/tmp
[Installing the package...]
    Uninstalling the package...
path is /opt/usr/apps/tmp/org.example.watch-1.0.0-arm.tpk
start process (install)
.
error : 83

end process (fail)
processing result : Unknown Error [83] failed
spend time for pkgcmd is [3109]ms
cmd_ret:83
(12.798 sec)

 

Responses

1 Replies
Masum Talukder

~http://developer.samsung.com/gear/develop/getting-certificates/create-certificatesHello,

In my opinion, the problem may be due to "Certifcate Extension". Have you installed the "Certifcate Extension" from the Tizen Update Manager?

If not please follow the link for details process: http://developer.samsung.com/gear/develop/getting-certificates/create-certificates

For more details, please follow the post: http://stackoverflow.com/questions/36380266/gear-s2-failed-install-native-app-error-83-73

 

If you find my post helpful for you, please mark it as the Best Answer to promote this post to others.