Hi! Team.,
I create a sample 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]
===========================================================
ERR<1978>:evas_main evas_object_smart.c:749 evas_object_smart_need_recalculate_set() Object 0xb2845f68 is not stable during recalc loop
ERR<1978>:edje edje_util.c:3313 edje_object_size_min_restricted_calc() group icon has a non-fixed part 'uninstall_focus'. Adding 'fixed: 1 1.
ERR<1978>:evas_main evas_object_smart.c:749 evas_object_smart_need_recalculate_set() Object 0xb2845f68 is not stable during recalc loop
## wrt-installer : lxH12fpZvs.playmusic installation has failed - ace check failure
Experts, Pls Suggest me on this.
Thanks in advance !
Ganesh Kumar R.