언어 설정

Menu
Sites
Language
Installing the package failed: PRIVILEGE_LEVEL_VIOLATION

Hello:

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

----------------------------------------------------------------------------------------

Installing the package failed.

Error code: PRIVILEGE_LEVEL_VIOLATION
Error message:
Command: /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/wrttest.wgt"
Management: Refer to Help contents > Getting Started with Tizen > Overview > Privilege.

-----------------------------------------------------------------------------------------

I  added below privilege and tizenSDK version was 2.2.1:

<tizen:privilege name="http://tizen.org/privilege/tizen"/>
<tizen:privilege name="http://tizen.org/privilege/tv.audio"/>
<tizen:privilege name="http://tizen.org/privilege/tv.window"/>
<tizen:privilege name="http://tizen.org/privilege/tv.channel"/>
<tizen:privilege name="http://tizen.org/privilege/tv.display"/>

Can you tell me what should I do?

Thank you!

 

 

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

Responses

7 댓글
talari praveen kumar

Hi

Generally  "PRIVILEGE_LEVEL_VIOLATION" error comes when you are using "Platform level"  or "Partner" privileges. In Tizen SDK there are no privileges like "http://tizen.org/privilege/tv.audio". Are you using "Tizen IVI" ??

blackning

Thank you very much for your reply!

 

The below privileges plugin is what we are developing.

I have the wonder that if we use my own  developing web plugins, shall  we use the platform level only?

 

"http://tizen.org/privilege/tv.audio"

"http://tizen.org/privilege/tv.window"

"http://tizen.org/privilege/tv.channel"

"http://tizen.org/privilege/tv.display"

Alexander AVSukhov

Hello,

You may use Calendar API:

https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.device.apireference/tizen/calendar.html

Alexander AVSukhov

Sorry,

This answer not for this topic

Marco Buettner

Imo you can not use "own" privilegs

Alexander AVSukhov

Hello,

Privileges are API-level access control for security-sensitive operations. And I agree with Marco Buettner  you can`t add their own privileges.

For more information:

https://developer.tizen.org/dev-guide/2.2.1/org.tizen.gettingstarted/html/tizen_overview/security.htm

blackning

I know, but ...... my major job is for Tizen Web Plugins development.

So I must add my own privileges and use them.

If I get the platform privileges certification signing, shall I add my own privileges?