diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -17,9 +17,7 @@ Release note ToDo ------------------ * Register first setting(vconf etc.) as systemd service -* Change global user name to aglglobaluser * Documentation -* Separate the dependencies of capi-* * Dynamicaly enable to install applications * Support multiple runtime engine - remove efl dependencies @@ -118,6 +116,7 @@ You can build an image for porter using the following steps: 3. Modify conf/bblayers 3.1 Remove the meta-agl-bsp line in conf/bblayers.conf + remove ${METADIR}/meta-agl/meta-agl-bsp \ 3.2 Add following environment variables in conf/bblayers.conf @@ -131,6 +130,7 @@ You can build an image for porter using the following steps: Nothing 5. bitbake the image + $ bitbake agl-demo-platform-plus-application-manager @@ -152,21 +152,22 @@ can be searched from database. 2. Setting # vconftool set -t string db/menu_widget/language "en-us" # useradd aglglobalapp - if required to define password, please set the password you like. + if required to define password, please set the password you like # loginctl enable-linger aglglobalapp + # chmod g+w /usr/share/applications + # chown aglglobalapp:root /usr/dbspace + # chown aglglobalapp:root /run/user/0 /run/user/0/wayland-0 3. Launch sample application from user # login aglglobalapp - $ launch_app org.tizen.amhelloworld - launch sample appli will fail. - $ pkg_createdb_user $ pkg_initdb_user + $ ail_initdb_user $ launch_app org.tizen.amhelloworld successfull to launch 4. How to start native application $ pkgcmd -l // to list all applications available. $ pkginfo --listpkg is also available - $ app_launcher -s <pkgid> + $ app_launcher -s <appid> For more information, please access the following URL https://wiki.tizen.org/wiki/IVI/Tizen-IVI_3.0 |