Languages

Menu
Sites
Language
Unable to deploy to device
​I am unable to deploy my builds (through the IDE or CLI) to my test device. I have tried using a certificate created with the certificate-generator.sh script as well as a real codesigning certificate that I already have.

When attempting to deploy a web app, I get the following error:

$ /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/workbench.wgt"
path is /opt/usr/apps/tmp/workbench.wgt
start process (install)
........................
error : 22

end process (fail)
processing result : SIGNATURE_INVALID [22] failed
spend time for pkgcmd is [864]ms
cmd_ret:22
Exception occur...
Unexpected stop progress...
(1.367 sec)
When attempting to deploy a native app, the same flavor error is present:
$ /usr/bin/pkgcmd -q -i -t tpk -p /opt/usr/apps/tmp/g1Cf1rHz1G-2.0.0-arm.tpk
path is /opt/usr/apps/tmp/g1Cf1rHz1G-2.0.0-arm.tpk
start process (install)
.
error : 33

end process (fail)
processing result : CERTIFICATE_CHAIN_VERIFICATION_FAILED [33] failed
spend time for pkgcmd is [776]ms
cmd_ret:33
(2.511 sec)

Any clue how I can resolve this issue?

 

Edit: I'm now seeing this while attempting to deploy to the emulator, though I have successfully deployed to the emulator once already.

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

16 Replies
Raghu Kona
Hi, Please follow the below link to sigh your package before deploying to the emulator. https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fide_sdk_tools%2Fcommand_line_interface.htm Regards, Raghu Kona
We are having the same issues - certificate worked fine and then stopped working after we flashed RD-PQ- device with #Core Application Preloaded image. We are assuming Samsung is using the same one. We have created a certificate using the certificate-generator and then inserted it into the IDE https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fide_sdk_tools%2Fcommand_line_interface.htm but every time we try to deploy to the end device we receive this 22 failed error. Please advice what the issue is, maybe a newer OS version but older IDE version?
Dmitry Utkin
Same thing here after flashing RD-PQ device. SIGNATURE_INVALID error.
Dmitry Utkin
Generated a new cert, same thing. Guys, I'm stuck...
Raghu Kona
Are you using the Tizen 2.1 SDK and the corresponding image flashed on to the device?
Dmitry Utkin
SDK 2.1 on Mac, 2.1 image on rd-pq. Before flashing i got PACKAGE_NOT_FOUND error :)
Yes - the full version on the device is: TIZEN 2.1.0 (Tizen_Ref.Device-PQ_20130517.2204). I have corrected the time on the device, and I still get the same error (both with my company's codesigning certificate *and* a fresh one generated from the Tizen certificate generator).
It looks like the issue is with the date of the device. Setup the date and time correctly and it will work.
Dmitry Utkin
Yeah! That was it, thanks! But now I've got another issue... when launching "Creating webkit context was failed"
Lakshmi Grandhi
Did you install hardware acceleration packages https://source.tizen.org/documentation/articles/creating-images#install-mali-ddk
Dmitry Utkin
Yes, it worked, but no wifi there. The only idea I've got is that RD-PQ image "#Reference Appliaction Preloaded" from https://wiki.tizen.org/wiki/Flash_Tizen_2.1_Image_to_Reference_Device doesn't have wifi support like RD-210 one. Quote "#Reference Appliaction Preloaded (Wifi disabled)"
Lakshmi Grandhi
Wifi module is not integrated in RD-PQ image
Marco Buettner
Thats not true. RD-PQ has WiFi integrated but not from the delivery start. I got my RD-PQ few days ago and you have only to flash the new firmware to use WiFi. Samsung flashed Tizen 2.1 without WiFi integration
But did you manage to use it? Our experience shows that you can enable it and sort of type the password, but there is no indication of a working internet connection and the browser is not loading the pages...
Marco Buettner
Like I told. I flash the latest Tizen 2.1 with the Core Applications-binary for my RD-PQ... Internet works.. I wrote a RSS Reader and I can get download the .xml-file also the browser works fine...
Hendy Irawan

I also got hit by this issue :-(

Using SDK 2.2.1 on Ubuntu 64-bit