Languages

Menu
Sites
Language
Problems Installing Apps on Custom Tizen Image

Hello,

I am trying to install Tizen apps on a Raspberry Pi 2 that runs Tizen. I've been having quite a lot of trouble and I was hoping someone here might be able to help me. I used this guide to setup the RPi2: blogs[dot]s-osg[dot]org/bringing-tizen-to-a-raspberry-pi-2-near-you/

(Sorry about the strange formatting, the SPAM filter bans me when I try to post the link.)

My app is a simple JavaScript app that I built using the Tizen Mobile SDK, and it successfully runs on a mobile emulator, but I haven't found a way to install it on the RPi2 image. I'm connected to the device through ssh over the network, and I've transfered the .wgt file to the RPi2 device. The commaned I have found to use on the device is: pkgcmd -i -q -t wgt -p App.wgt

When I execute this, I get a generic error message "processing result : FATAL_ERROR [61] failed"

The SDK I'm using is Version : 2.3.0_Rev2

My web searches have turned up a very minimal amount of information about this, and the solution typically seems to be including "-q" which I'm doing.

Is there a better way to manually install apps? I tried using sdb, but it doesn't detect the device (I'm connected through the network), but that could be an option if I can get it connected.

Alternatively, is there some place I can look to get more detailed error information from pkgcmd?

Responses

3 Replies
Kiwook Hong

Hello,

Check the date and time of your RPi device.

I am not sure of your problem but want you to try one.

If the date and time the past, make it correct and try again.

And you can see the log using dlogutil command.

Bye.

Vikram

Hello,

Wrong certifiate can make such problem. so you may check this document and register your certificate to the device.

    http://img-developer.samsung.com/contents/sd2/file/Certification_Guide.pdf

Hopfully this document help you.

 

Palitsyna

Hello,

As said above, the wrong certificate and wrong date on your device can cause this problem. Try to create new certificate, following instructions from Tizen IDE Help -> Help Contents -> Certificates.
And also you should install Samsung USB Drivers. This allows you to connect a Samsung device to your development environment over USB. Hope, this will help you.