Languages

Menu
Sites
Language
wrt-installer - installation has failed - ace check failure

Team.,

I created a sample web app to load a music conent & play in tizen player. The sample which i create is working fine on Emulator 2.2.

Same playmusic.wgt, fails to install on device. If i remove below "tizen:privilege", then it allows to install.

   <tizen:privilege name="http://tizen.org/privilege/content.read"/>
    <tizen:privilege name="http://tizen.org/privilege/content.write"/>
    <tizen:privilege name="http://tizen.org/privilege/application.launch"/>

Below , is the error message displayed on my minicom while installing app with above privilege.

-sh-4.1# wrt-installer -i /opt/apps/tmp/6/playmusic.wgt
===========================================================
# wrt-installer #
# argc [3]
# argv[0] = [wrt-installer]
# argv[1] = [-i]
# argv[2] = [/opt/apps/tmp/6/playmusic.wgt]
===========================================================
## wrt-installer : lxH12fpZvs.playmusic installation has failed - ace check failure

Mostly , there error because of my wrt  is not allowing app to install with certain privilage.

Possible to tell me OS level, I can change to allow my app to install with launch privilege (give access & permission).

Experts, Pls Suggest me on this.