update
[apps/onscreenapp.git] / sample / readme.md
1
2 A test application for onscreenapp
3 ===
4
5 ## compile & install
6
7 - compile
8         - when onscreenapp is compiled, this app's wgt file will exist at "onscreenapp/sample/package", called onstestapp.wgt.
9
10 - install
11 :               `afm-util install onstestapp.wgt;sync`
12
13 ## dependence
14
15 Onscreenapp depend on libhomescreen add agl-service-homescreen-2017 as below:
16 - libhomescreen must have 'showWindow' event and 'showWindow' interface.
17 - agl-service-homescreen-2017 must have 'showWindow/hideWindow/replyShowWindow' verbs.
18
19
20 ## usage
21
22 Before start onstestapp you must copy all files in "ons" folder to "$HOME/app-data/OnScreen/qml" on your board(R-car M3 etc.),
23 then do as below:
24
25 1. start onstestapp in launcher
26 2. select onscreen type
27 3. press "Post" button
28
29 ## edit parameter with keyboard
30
31 You also can edit the text which will post to onscreen, do as below:
32
33 - comment below contents in /etc/xdg/weston/weston.ini
34         - `#ivi-input-module=ivi-input-controller.so`
35
36 - before press "Post" button, touch text area to call qt virtual keyboard and edit text.
37