언어 설정

Menu
Sites
Language
SIGNATURE_INVALID when deploying to Z1 with 2.6.63 [Rev3]

Running on Windows 8 x64 
Tizen SDK 2.6.63 [Rev3] + Samsung Certificate Extension

I'm trying to deploy to a Samsung Z1. The date, time, and timezone on the phone have been verified as correct. I've checked to ensure the DUID in my device profile matches the DUID of the device and have installed the Samsung Certificate Extension to my IDE installation.  I've selected the "Permit to install Applications" option for the device end ensured the device profile is installed. 

When I attempt to debug/deploy an application to the phone I get back the following error

 

Error code: SIGNATURE_INVALID
Error message: 
Command: /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/ccc.wgt"
Management: Check author certificates in Preferences > Tizen SDK > Secure Profiles > Profile items.

 

I've read through other messages in the forum and have tried the solutions mentioned within those threads, such as verifying the date/time or following the steps that Samsung has documented for requesting a certificate. One person mentioned starting a new work space and setting up the secure profile within there. I've tried these suggestions yet this error persist. The output from a build attempt is below

 

 

 

[Initializing the launch environment...]
    RDS: On
    Target information: SM-Z130H
    Application information: Id(uibyO0IgQa.ccc), Package Name(uibyO0IgQa), Project Name(ccc)
[Transferring the package...]
    Transferred the package: wgt stream -> /opt/usr/apps/tmp/ccc.wgt
[Installing the package...]
path is /opt/usr/apps/tmp/ccc.wgt
start process (install)
....
error : 22

end process (fail)
processing result : SIGNATURE_INVALID [22] failed
spend time for pkgcmd is [1268]ms
cmd_ret:22
[Transferring the package...]
    Transferred the package: wgt stream -> /opt/usr/apps/tmp/ccc.wgt
path is /opt/usr/apps/tmp/ccc.wgt
start process (install)
....
error : 22

end process (fail)
processing result : SIGNATURE_INVALID [22] failed
spend time for pkgcmd is [1193]ms
cmd_ret:22
Unexpected stop progress...
(6.032 sec)

 

Responses

3 댓글
daniel kim

Hi,

I would suggest you to check which profile is activated now in below menu of you IDE.

    Window --> Preferences --> Tizen SDK --> Security Profiles  

Regards

 

Palitsyna

Hello,

try to set your profile as active (Window --> Preferences --> Tizen SDK --> Security Profiles -> choose your profile -> click "Set Active" button).

Then clean all projects and build workspace. (Project -> Clean -> "Clean All Projects" and "Build Entire workspace").

Maybe this will help you.

 

Regards,

Svetlana Palitsyna

Alex Dem

Hi,
just fyi, most of certificate errors cases are described here (your case looks like Web # case 2):
https://developer.tizen.org/community/tip-tech/trouble-shooting-certification
but looks like you have done all necessary steps, if so:
Do you have other devices with other DUIDs to check (create certificate again , it takes 15-20 minutes) ? 
Were you able to launch any Tizen apps on your Z1 device from prev Tizen SDK (Tizen rev2 sdk for example)?
Alexey.