언어 설정

Menu
Sites
Language
Cannot install test app on Samsung Z, SIGNATURE_VERIFICATION_FAILED

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.

Edited by: Konstantin Agapov on 29 3월, 2015

Responses

9 댓글
John Ixion

Hi Konstantin,

install the 2.3 SDK https://developer.tizen.org/downloads/tizen-sdk

Konstantin Agapov

Hi, Olivier

I've already installed SDK 2.3. And I've sucessfully got and registered in IDE distributor certificate. But My device Samsung Z SM-Z910F runs SDK 2.2.1 so I can't install application (which was built with SDK 2.3) on this device.

If you can, please give me a link how to flash my device to SDK 2.3 if it possible. Or please somebody explain me what i'm doing wrong with SDK 2.2b.

Thanks.

John Ixion

afaik there is no (official) firmware for your device, which was never released

Marco Buettner

I think he can use: http://download.tizen.org/releases/2.3/2.3-mobile/

Konstantin Agapov

Hi Olivier,

Thank you for your answers!

It's bad news about firmware for my device. :-(

But could you help me with SDK 2.2b? Should I send certificate request to Samsung Developers Center? Or button "Generate" in Security Profiles menu does all things? And Is it big problem if I have two version Tizen SDK installed on one disk?

Thank you very much.

John Ixion

sorry but I don't think you'll get much support for an obsolete version of the SDK

Konstantin Agapov

Thank you Olivier.

Could you please explain me what does this line mean?

caution: filename not matched:  tizen-manifest.xml

As i know there isn't tizen-manifest.xml in SDK 2.2.

Alex Dem

Hi
tizen-manifest.xml in native app in Tizen 2.3.0 is the same that manifest.xml in 2.2.1 (2.2b).
Alexey.

Konstantin Agapov

Yes. It seems that pkgcmd on my device (SDK 2.2b) is trying to extract the tizen-manifest.xml file from the mmyFyrcnCV-1.0.0-arm.tpk file.

But why?

tizen-manifest.xml only in SDK 2.3

 

Thanx