Tizen Studio를 작동시킨 후 샘플 앱을 Samsung Gear S2에 배포하려했으나 실패했습니다. 앱은 샘플 중 하나이며 지침에 설명 된대로 상업용 장치에서 사용할 인증서를 설정했습니다.Tizen 앱을 Gear S2에 배포 : 신뢰할 수없는 인증서가 사용되었습니다.
"응용 프로그램 설치 허용"을 선택하면 올바른 응답이 반환되고 올바른 DUID가있는 장치에 device-profile.xml
이 있다는 것을 알 수 있습니다.
그러나합니다 (IDE에서와 SDB를 통해 모두) 응용 프로그램을 배포하려고 여전히 오류가 발생합니다 :
[email protected]:~/tizen-studio/tools$ ./sdb install ../../workspace/FirstExample/FirstExample.wgt
WARNING: Your data is to be sent over an unencrypted connection and could be read by others.
pushed FirstExample.wgt 100% 1681KB 0KB/s
1 file(s) pushed. 0 file(s) skipped.
../../workspace/FirstExample/FirstExample.wgt 553KB/s (1721589 bytes in 3.035s)
path is /opt/usr/apps/tmp/FirstExample.wgt
__return_cb req_id[21310002] pkg_type[wgt] pkgid[RGUVa9zGKK] key[start] val[install]
__return_cb req_id[21310002] pkg_type[wgt] pkgid[RGUVa9zGKK] key[install_percent] val[3]
__return_cb req_id[21310002] pkg_type[wgt] pkgid[RGUVa9zGKK] key[install_percent] val[22]
__return_cb req_id[21310002] pkg_type[wgt] pkgid[RGUVa9zGKK] key[install_percent] val[25]
__return_cb req_id[21310002] pkg_type[wgt] pkgid[RGUVa9zGKK] key[install_percent] val[33]
__return_cb req_id[21310002] pkg_type[wgt] pkgid[RGUVa9zGKK] key[error] val[81] error message: Non trusted certificate is used. Register valid certificate
__return_cb req_id[21310002] pkg_type[wgt] pkgid[RGUVa9zGKK] key[end] val[fail]
processing result : Unknown Error [81] failed
spend time for pkgcmd is [2180]ms
하는 것은 다른 어떤 가능성이 잘못 될 수 있을까? 나는 (내가 GNU/리눅스에서 CLI SDK를 사용) 내에서 배포 할 수 있어요
예, [이] (http://stackoverflow.com/questions/40742515/how-to-install-app-on-gear-s2-via-tizen-studio)를 보았습니다. –