Hi,
I'm trying to install basic Hello World app on Samsung Z device. I downloaded Tizen SDK 2.2b, did all steps with this guide - https://developer.tizen.org/dev-guide/2.2.0/?topic=%2Forg.tizen.gettingstarted%2Fhtml%2Ftizen_overview%2Fsecurity.htm.
And got this error
[Starting deploy process...]
[RDS] RDS mode is enabled.
[RDS] Cannot find information of the latest launch.
[Creating the package...]
[Created the package:/Users/konstantin/workspace2_2/NewBasic/Debug/mmyFyrcnCV-1.0.0-arm.tpk]
[Transferring the package...]
[Transferred the package:/Users/konstantin/workspace2_2/NewBasic/Debug/mmyFyrcnCV-1.0.0-arm.tpk -> /opt/usr/apps/tmp/mmyFyrcnCV-1.0.0-arm.tpk]
[Installing the package...]
$ /usr/bin/pkginfo --pkg mmyFyrcnCV | grep -i Removable
$ /usr/bin/pkgcmd -l | grep mmyFyrcnCV
$ /usr/bin/pkgcmd -q -i -t tpk -p /opt/usr/apps/tmp/mmyFyrcnCV-1.0.0-arm.tpk
path is /opt/usr/apps/tmp/mmyFyrcnCV-1.0.0-arm.tpk
Archive: /opt/usr/apps/tmp/mmyFyrcnCV-1.0.0-arm.tpk
caution: filename not matched: tizen-manifest.xml
start process (install)
.
error : 23
end process (fail)
processing result : SIGNATURE_VERIFICATION_FAILED [23] failed
spend time for pkgcmd is [1504]ms
cmd_ret:23
(31.687 sec)
I can't understand how to signature app with SDK 2.2. As I know, in SDK 2.3 I have to send request with device UID to Samsung Developers. But in 2.2 guide i didn't find anything about sending request, just simply generate certificate.
What I'm doing wrong?
And what is "tizen-manifest.xml" ? Seems this file from Tizen SDK 2.3. I have installed it parallel. Can it be the problem?
Thanks.