03c655a66dde3bc8720cf4aaa2fea3147a2d7d41
[qzeecontrol] / www / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3     <head>
4         <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
5         <link rel="stylesheet" type="text/css" href="style.css"/>
6
7         <title>
8             QZeeControl
9         </title>
10     </head>
11
12     <body>
13
14         <div class="top">
15             <h1>
16               <a href="https://garage.maemo.org/projects/qzeecontrol">QZeeControl<br/>Control your N9 remotely.</a>
17             </h1>
18         </div>
19
20     <div class="cont">
21        <h2 class="release"> 
22             Current Version: 0.0.1
23       </h2>
24       <h1>
25           Content
26       </h1>
27       <ul>
28         <li><h3><a href="#Description">Description</a></h3></li>
29         <li><h3><a href="#Supported_OS">Supported Operating Systems</a></h3></li>
30         <li><h3><a href="#Download">Download</a></h3></li>
31         <li><h3><a href="#How-To">How-To</a></h3></li>
32         <li><h3><a href="#License">License</a></h3></li>
33         <li><h3><a href="#Trademarks">Trademarks</a></h3></li>
34         <li><h3><a href="#Contact">Contact</a></h3></li>
35       </ul>
36
37       <br/><hr/><br/>
38
39       <h3>
40             <a name="Description">Description</a>
41       </h3>
42       <p>
43         QZeeControl lets you control your N9/N950 with a Zeemote(TM) Bluetooth remote control.
44         QZeeControl is completly written from scratch in Qt/QML.
45         It is currently available for MeeGo/Harmattan. 
46       </p>
47
48       <br/><hr/><br/>
49
50       <h3>
51             <a name="Supported_OS">Supported Operating Systems</a>
52       </h3>
53       <p>
54       QZeeControl is currently available for MeeGo/Harmattan. 
55       </p>
56
57       <br/><hr/><br/>
58
59       <h3>
60             <a name="Download">Download</a>
61       </h3>
62       <p>
63       QZeeControl for Harmattan (N9/N950) can be installed from <a href="http://repo.pub.meego.com/home:/wonko/Harmattan">my</a> repository.
64       <br />
65       <br />
66       You can also download an installable *.deb file below.
67       <br />
68       <a href="qzeecontrol_0.0.1_armel.deb">qzeecontrol_0.0.1_armel.deb</a><br />
69       </p>
70
71       <br/><hr/><br/>
72
73       <h3>
74             <a name="How-To">How-To</a>
75       </h3>
76       <p>
77       In order to use your Zeemote(TM) with your smartphone you have to follow three steps.
78       </p>
79       <p>
80       First, you need to pair your Zeemote(TM) with your phone. 
81       In order to do this activate bluetooth via the settings menu and turn your Zeemote(TM) on by long-pressing the button at the top of your Zeemote(TM) that is marked red.
82       Next go to the &quot;Bluetooth devices&quot; sub setting menu.
83       There you should find an entry named &quot;Zeemote(TM) JS1&quot; select it and select to pair it.
84       The code for pairing is 0000.
85       At this stage the remote control is paired but not connected.
86       </p>
87       <p>
88       Once you have paired your remote control with your smartphone you need to discover it using QZeeControl.
89       To do this start up QZeeControl and press the &quot;Scan&quot; button.
90       Note that this may take a while.
91       If the scan was successfull you should see some address in xx:xx:xx:xx:xx:xx format be filled in the field that prior showed just a message and the &quot;Connect&quot; button should have become enabled.
92       Note that these values will be stored and loaded once you open QZeeControl the next time so you usually should not need to scan again except you want to use a different remote control.
93       </p>
94       <p>
95       Finally, in order to start controlling your smartphone you need to actually connect your remote control to the phone.
96       To do so just press the &quot;Connect&quot; button.
97       After a short moment you should see that the connection has been established.
98       At this stage you can test if the remote control actually works by using the built-in test functionality.
99       Try to move your joystick and press some buttons.
100       You should see the red rectangle moving and the letters representing the buttons light-up in red respectively.
101       </p>
102       <p>
103       From there on you can use your Zeemote(TM) remote control to control your phone.
104       Next time you want to use it just enable bluetooth at your phone, enable the Zeemote(TM) remote control, and finally start QZeeControl and connect to the remote control.
105       </p>
106       <p>
107       Please note that for now the key presses are hard-coded.
108       This will be changed in future releases.
109       Apps like EmuMaster let you configure key bindings anyhow.
110       </p>
111       <p>
112       As a temporary workaround you can as well edit the file /opt/QZeeControl/qml/QZeeControl/MainPage.qml in which the keybindings are coded.
113       Lookout for the parts saying onXChanged for X being: A, B, C, D, Up, Down, Left, Right.
114       There the first value given to &quot;xtstAdapter.sendKey(...)&quot; as parameter is the key to which the corresponding action is bound to.
115       However, please note that everything you change there will be lost on the next update.
116       </p>
117
118       <h3>
119           <a name="License">License</a>
120       </h3>
121       <pre>
122 Copyright 2012 Ruediger Gad
123
124 QZeeControl is free software: you can redistribute it and/or modify
125 it under the terms of the GNU General Public License as published by
126 the Free Software Foundation, either version 2 of the License, or
127 (at your option) any later version.
128
129 QZeeControl is distributed in the hope that it will be useful,
130 but WITHOUT ANY WARRANTY; without even the implied warranty of
131 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
132 GNU General Public License for more details.
133
134 You should have received a copy of the GNU General Public License
135 along with QZeeControl.  If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.
136       </pre>
137
138       <br/><hr/><br/>
139
140       <h3>
141           <a name="Trademarks">Trademarks</a>
142       </h3>
143       <pre>
144 Zeemote (TM) is a trademark of Zeemote Technology Inc. Other trademarks are property of their respective owners.
145       </pre> 
146
147       <br/><hr/><br/>
148
149       <h3>
150           <a name="Contact">Contact</a>
151       </h3>
152       <p>
153       Feel free to contact me under the following e-mail address <a href="mailto:r.c.g@gmx.de">r.c.g@gmx.de</a>.
154       </p>
155
156       <p>
157       <a href="http://jigsaw.w3.org/css-validator/"><img style="border:0;width:88px;height:31px" src="vcss-blue.png" alt="Valid CSS!"/></a>
158       <a href="http://validator.w3.org/check?uri=referer"><img src="valid-xhtml10-blue.png" alt="Valid HTML 4.01 Strict" height="31" width="88"/></a>
159       <a href="http://www.vim.org"><img src="vim_created.gif" alt="This site has been created with Vim"/></a>
160       </p>
161
162     </div>
163     </body>
164 </html>
165