在让Tizen Studio正常工作后,我正在(未成功)尝试将一个示例应用程序部署到三星Gear S2。该应用程序是其中一个示例,我已经按照说明中的说明设置了在商业设备上使用的证书。
当我选择“允许安装应用程序”时,我得到了正确的成功响应,并且我还可以看到device-profile.xml在具有正确的DUID的设备上。
但是,尝试部署应用程序(从IDE和通过sdb)仍然会导致错误:
tizen@buerk:~/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还有什么可能是错的呢?
发布于 2016-11-25 19:23:25
你需要三星认证。在Tizen Studio中创建的带有证书的应用程序只能运行Emulator。如果您想在真实设备上运行应用程序,请使用三星证书。
请参阅this my answer。
发布于 2016-11-25 03:51:43
我可以在我的上部署(我在GNU/linux上使用CLI sdk ),请详细说明您正在使用的tizen-studio +包(cert-addon)的版本,一些提示:
https://stackoverflow.com/questions/40790473
复制相似问题