Languages

Menu
Sites
Language
Tizen SDK2.4 and Tizen Z3 not launching : SIGNATURE_INVALID_HASH_SIGNATURE error 79

Hi,

 

I am not able to flash any app on mobile. Below are the setup details :

Tizen SDK : 

Version : 2.4.0 
Build id : 20151014-1428

 

Mobile : Tizen Z3

 

Below is the error that I get everytime I flash the app :

Launching the Tizen application...
# If you want to see the detailed information,
# please set the logging level to DEBUG in Preferences and check the log file in 'C:\tizen-sdk-data\ide\logs/ide-20151126_190712.log'.

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


end process (fail)
processing result : SIGNATURE_INVALID_HASH_SIGNATURE [79] failed
spend time for pkgcmd is [1744]ms
cmd_ret:79
Unexpected stop progress...
(5.973 sec)

 

 

Could you please let me know how to fix this ?

 

Thanks and regards,

Sudan

View Selected Answer

Responses

3 Replies
Marco Buettner

Did u setup a author-signature?

did u install certificate-extension from here: http://developer.samsung.com/samsung-z ?

sudan landge

Hi Marco, yes I have installed certificate-extension and setup author-signature too.

What could be the reason ?

Mark as answer
sudan landge

I figured out the issue. It seems that I have to request and register certificate and device profile for my samsung Z3 to use it for debugging.

I followed the "How to generate developer certificate" in the help contents of IDE.

1: click on "Generate a certificate signing request(CSR file)".

2: click "Request the certificate"

3. input path for 'author.crt' file received via mail.

4. enter password used to create author.crt 

5. connect your tizen z3 phone and click on "Request a device profile"

6.  filleout priviledge level and device type. If you have the mobile connected then on right hand side you should see your phone listed with a "copy" option. This option is to copy the device id of your phone. then paste the device id in the requred field.

7. click on submit.

8. enter the path of device profile received by mail. The password will also be mailed.

after these things are set the final step is to right click on the device in connection explorer and click on "permit to install application".

 

I am a newbie to tizen apps and this was my first one :P 

Hope things would be better after this.

 

Thanks