X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=sample%2Freadme.md;h=a48f3e0b6a831e40699f534927f9f83c1fde7301;hb=5e11084733c184b0505a4f4816e69b0dd363b653;hp=539f3868e650fb7708b4a43a99ff9eae26693d90;hpb=5ba4327b148f81852c6e2a53bc51ab07b238602e;p=apps%2Fonscreenapp.git diff --git a/sample/readme.md b/sample/readme.md index 539f386..a48f3e0 100644 --- a/sample/readme.md +++ b/sample/readme.md @@ -5,21 +5,21 @@ A test application for onscreenapp ## compile & install - compile - - when onscreenapp is compiled, this app's wgt file will exist at "onscreenapp/sample/package", called onstestapp.wgt. + - when onscreenapp is compiled, this app's wgt file will exist at "onscreenapp/sample/package" which called onstestapp.wgt. - install `afm-util install onstestapp.wgt;sync` ## dependence -Onscreenapp depend on libhomescreen add agl-service-homescreen-2017 as below: -- libhomescreen must have 'showWindow' event and 'showWindow' interface. -- agl-service-homescreen-2017 must have 'showWindow/hideWindow/replyShowWindow' verbs. - +Onscreenapp depend on libhomescreen add agl-service-homescreen as below: +- libhomescreen must have 'showWindow/hideWindow/replyShowWindow' event + and 'showWindow/hideWindow/replyShowWindow' interface. +- agl-service-homescreen must have 'showWindow/hideWindow/replyShowWindow' verbs. ## usage -Before start onstestapp you must copy all files in "ons" folder to "$HOME/app-data/OnScreen/qml" on your board(R-car M3 etc.), +Before start onstestapp you must copy all files in "qml" folder to "$HOME/app-data/OnScreen/onstestapp/" on your board(R-car M3 etc.), then do as below: 1. start onstestapp in launcher @@ -33,5 +33,5 @@ You also can edit the text which will post to onscreen, do as below: - comment below contents in /etc/xdg/weston/weston.ini - `#ivi-input-module=ivi-input-controller.so` -- before press "Post" button, touch text area to call qt virtual keyboard and edit text. +- before press "Post" button, touch text area to call keyboard and edit the text.