언어 설정

Menu
Sites
Language
Cannot install package

I have been unable to install any package due to the following error:

Cannot install application.

Error code: FATAL_ERROR
Error message:
Command: /usr/bin/pkgcmd -q -i -t tpk -p /opt/usr/apps/tmp/xebsEIBrqe-2.0.0-arm.tpk
Management: Installation or uninstallation is not working temporarily.

This is after creating a new Tizen Native Project and choosing one of the samples (I tried three different ones). I then right-clicked on the new project and selected Run as Tizen Native Application. I am developing on Windows 7 (64-bit).

Please advise.

Rob

 

Edited by: Rob Guinness on 10 6월, 2014

Responses

10 댓글
Alex Ashirov

Hi,

I haven’t faced such error, but it was discussed at the following thread and hopefully contains some solution which can fix the issue:

https://developer.tizen.org/forums/general-support/cant-deploy-app-reference-device-after-flashing-2.2

Alex Dem

Hi,
just fyi, here is one more link to the topic with similar error:
https://developer.tizen.org/forums/web-application-development/trying-build-template (The device was out of the box without upgrading to 2.2).
p.s. also you could try to install/uninstall manually your tpk using sdb commands:
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.gettingstarted/html/dev_env/commands.htm
Alexey.

Dharmesh Guna

Hi Rob,

I am also having the same problem. I have downloaded Tizen SDK 2.3.0.Rev1 and my phone has version 2.3.0.0.

My laptop has Windows 7 (64bit IDE).

Have you resolved this issue? If yes what is the root cause of the same?

Thank you.

Marco Buettner

Did you try other workspace?

Dharmesh Guna

Yes. In the new workspace also I am having the same issue.

colin Rao

Are you running the sample app on emulator or device?

I've ever encounter same issue when i am try to "Run As ..." on emulator. I've just reboot my PC, then the issue was gone.

At the end, the last way, you can try to uninstall the whole SDK, and delete all the related folder, the sdk, sdk-data, workspace. And then reinstall the sdk. 

Dharmesh Guna

In my Emulator application is working fine. No issue.

But when I try to install it in the device it gives such error.

I will try installing SDK in different drive and will install image 2.3.0.0  as my device has the same version. 

Currently I am using SDK 2.3.0_Rev1.

Thanks for the suggestion Colin.

Kunal Swami

Hi. After struggling a lot I found the mistake.

I was continuously getting the following error whenever I tried to run application on Z1 device:

"Cannot install application.

Error code: FATAL_ERROR
Error message: Success
Command: /usr/bin/pkgcmd -q -i -t tpk -p /opt/usr/apps/tmp/org.tizen.jarvistest1-1.0.0-arm.tpk
Management: Installation or uninstallation is not working temporarily."

 

I was missing this thing: When you get the device-profile.xml file from Samsung, read the email completely, it also contains a password. You need this password for device-profile.xml instead of your own created author password (which is used in case of authr.crt).

 

Read Help->Help Contents->Certificates CAREFULLY:

  1. Enter the device-profile.xml file path.
  2. Enter the distributor password. This is the password you received from Samsung with your device-profile.xml.

 

It took me 2 days to resolve this error, can't express the divine feeling now! :)

Regards,

Kunal

 

Thomas Jungblut

I recently hit this issue too after I was uninstalling from the device.

I fixed it by changing the application id to something different. In your config.xml you'll find the following line:

<tizen:application id="65cf8fb88990.News" package="65cf8fb88990" required_version="2.3.1" />

Here that random number (65cf8fb88990) can be changed to upload and register that app via a different UID. 
I basically swapped a character around and it worked again because it was uploading to a different folder.

AVSukhov

Hello,

I faced with the same problem when try to install app with required_version higher then device software version.