언어 설정

Menu
Sites
Language
error when installing my app

Hello everyone,

I am trying to install my web app into the emulator, but I got this error message:

******************************************************************

Error code: PRIVILEGE_LEVEL_VIOLATION
Error message:
Command: /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/CarsLogger.wgt"

Management: Refer to Help contents > Getting Started with Tizen > Overview > Privilege.

********************************************************************

What should I do?

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

Responses

10 댓글
konduri sai swathi
Hi , What are the privileges that you added ? . kindly share it . Please Re-check whether you added all the privileges needed for your application to run successfully. Did you add any privilege related to appmanager ?
karray gargouri
I have only this privilge: http://tizen.org/privilege/application.kill Any other privileges should be added?
konduri sai swathi
Try adding privilege "tizen" . i guess you are working in SDK 2.0 right ?
karray gargouri
it's already added, and I am using the SDK 2.1!
praveen kumar talari
hi the privilege application.kill in 2.0 and appmanager.kill in 2.1 have privilege level "partner" These privileges can only be used by developers registered as partners on the Tizen store. The developer must be fully identified and permitted by the partner policy of the Tizen application store to use both public and partner level privileges. for reference of privilege levels please go through this link https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.gettingstarted%2Fhtml%2Ftizen_overview%2Fsecurity.htm
karray gargouri
The same application was tested and worked properly with the SDK 2.0 .... but no result with the SDK 2.1 !
karray gargouri
How could I change the privilege level? Or did you have any other alternative?
praveen kumar talari
you cannot change the privilege level but you can use partner level privileges, please refer to "Partner Level Privileges in the IDE" topic from below link https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.gettingstarted%2Fhtml%2Ftizen_overview%2Fsecurity.htm. other alternative is as said by swathi try by removing all privileges except application.launch
konduri sai swathi
Hi , Remove all the privileges and only add "application.launch" privilege .
Marco Buettner
You can also remove application.launch if you dont start another application.