SIGNATURE_INVALID when deploying to Z1 with 2.6.63 [Rev3]

SIGNATURE_INVALID when deploying to Z1 with 2.6.63 [Rev3]

BY 11 Jul 2015 Web Application Development

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)

 

Written by