a48f3e0b6a831e40699f534927f9f83c1fde7301
[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" which 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 as below:
16 - libhomescreen must have 'showWindow/hideWindow/replyShowWindow' event 
17         and 'showWindow/hideWindow/replyShowWindow' interface.
18 - agl-service-homescreen must have 'showWindow/hideWindow/replyShowWindow' verbs.
19
20 ## usage
21
22 Before start onstestapp you must copy all files in "qml" folder to "$HOME/app-data/OnScreen/onstestapp/" 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 keyboard and edit the text.
37