File: use.html

package info (click to toggle)
anyremote 4.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,236 kB
  • ctags: 819
  • sloc: ansic: 5,234; sh: 985; python: 86; makefile: 77
file content (198 lines) | stat: -rw-r--r-- 8,050 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="data/default.css">
    <title>anyRemote - control PC with Bluetooth cell phone</title>
    <link rel="stylesheet" type="text/css" href="data/default.css">
    <link rel="icon" href="data/anyRemote32.png" type="image/png">
    <link rel="shortcut icon" href="data/anyRemote16.png" type="image/png" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="description" content="anyRemote project page - Bluetooth remote control tool">
  </head>

<body><div id="body">

	<h1>How to use anyRemote</h1>
        
	<p>To run anyRemote frontend execute command: 
	<ul type="disc">
<pre class="screen">
<span><strong class="command">ganyremote</strong></span>
</pre>
	</ul>
	for Gnome or
	<ul type="disc">
<pre class="screen">
<span><strong class="command">kanyremote</strong></span>
</pre>
	</ul>
	for KDE 
        </p>
        <p>
        <p>
<table style="text-align: left; width: 700px;" border="0" cellpadding="2" cellspacing="1">
  <tbody>
    <tr>
      <td style="vertical-align: center; text-align: left; width=80%;" colspan=4>
      After startup anyRemote icon will appear in the tray. To open main window choose "Restore" tray menu item. It is possible 
      to specify <b>-o</b> option to open main window at startup. Upon startup frontend will scan all found configuration files
      and show list which will looks like picture below.
      </td>
      <td style="vertical-align: top; text-align: center; width=20%;"><img style="" alt="tray icon and menu" src="data/ganyremote-tray.png"></td>
    </tr>
  </tbody>
</table>
<br>
<table style="text-align: left; width: 700px;" border="0" cellpadding="2" cellspacing="1">
  <tbody>
    <tr>
      <td style="vertical-align: top; text-align: center; width=100%;"><img style="" alt="main window" src="data/ganyremote1.jpg"></td>
      </td>
    </tr>
  </tbody>
</table>
<p>Status column shows does particular application runs on PC or not. Frontend will rescan application activity each minute (can be changed in 
preference window).
<p>To run anyRemote it needs just to double-click application name. Alternatively it is possible to use tray menu items Execute/Stop, or 
File->Execute/Stop menu items in main window.
<br>
<p>In preferences window (see below) it is possible to specify locations of configuration files, filters and tune
various parameters. 
<table style="text-align: left; width: 700px;" border="0" cellpadding="2" cellspacing="1">
  <tbody>
    <tr>
      <td style="vertical-align: top; text-align: center; width=100%;"><img style="" alt="main window" src="data/ganyremote3.jpg"></td>
      </td>
    </tr>
  </tbody>
</table>
<p>To use anyRemote GUI it needs to have at least one element in "Directory" list. In normal situation frontend will find
location of configurational files automatically.
<br>
<table style="text-align: left; width: 700px;" border="0" cellpadding="2" cellspacing="1">
  <tbody>
    <tr>
      <td style="vertical-align: center; text-align: left; width=60%;">By default frontend 
      will scan for BT devices each minute. Found devices will be marked as 
      <i>"Available"</i> in list. To be detected an BT device must be in <b>discoverable</b> mode. If new BT device will be detected, then 
      <i>Device Detail window</i> (see below) will be shown automatically.
      </td>
      <td style="vertical-align: top; text-align: center; width=40%;"><img style="" alt="main window" src="data/ganyremote-devbr.jpg"></td>
      </td>
    </tr>
  </tbody>
</table>
<br>
<table style="text-align: left; width: 700px;" border="0" cellpadding="2" cellspacing="1">
  <tbody>
    <tr>
      <td style="vertical-align: center; text-align: left; width=60%;"><i></i> In Device Detail window it is possible to 
 	<ul>
	<li>ping BT device
	<li>verify will it works with anyRemote in AT-mode   
	<li>upload Java client to the phone
	<li>configure anyRemote autostart in case of BT device will be found 	
	<li>set configuration file which will be used by anyRemote if BT device will be found 	
	</ul>
      </td>
      <td style="vertical-align: top; text-align: center; width=40%;"><img style="" alt="main window" src="data/ganyremote-devdet.png"></td>
      </td>
    </tr>
  </tbody>
</table>

	<h2>If something goes wrong ...</h2>

	<p>... be double sure that all software <a href="pre.html">prerequisites</a> are installed.
        </p>

	<h1>How to use anyRemote from command line</h1>
	
        <p>By default anyRemote will search the following configuration files: 
        </p>
	<ul>
	<li>/.anyremote.cfg   
	<li>$HOME/.anyremote.cfg
	</ul>
        
    	<p>You can specify another configuration file with <b>-f</b> option, for example:
	<ul type="disc">
<pre class="screen">
<span><strong class="command">anyremote -f /...path_to.../xmms.cfg -s _connect_string_ </strong></span>
</pre>
	</ul>
        
	<p>See <a href="man.html">Man page</a> for details.
    	<p>
	</p>
    	<p>You may find some predefined configuration files in:
	<ul>
	<li>cfg-data/AT-mode  
	<li>cfg-data/Server-mode 
	<li>cfg-data/Bemused-emulation 
	</ul>
	directories.

	<h1>Web interface</h1>
	
<p>It is possible to use anyremote2html package to organize web interface for anyRemote. With help of this
interface any device which contains web browser and which can connect to PC with anyRemote by IP (GPRS, Wi-Fi, ...) 
could be used as remote control. Read for <a href="web.html">details</a>.
	
	<h1>Logging</h1>
	<p>By default anyRemote does not prints any logging information.
	<p>It is possible to set <b>Log=false|true|debug</b> in configuration file or use <b>"-log"</b> command line option to allow  
        logging. By default all logging information will be stored in <i>$HOME/.anyRemote/anyremote.log</i> file.
        This could be altered by setting <i>AR_TMPDIR</i> environment variable. 
        If <i>AR_TMPDIR</i> environment variable is set then logging information will be printed to <i>${AR_TMPDIR}/anyremote.log.${USER}</i>
	</p>
        
	<h1>Sound control with amixer</h1>
	<p>If configuration file uses amixer utility to control sound volume and it needs to control non-default soundcard it is possible
	to create file <b>$HOME/.anyRemote/amixer.card</b> with content like <b>"-c X"</b>, where X is number of sound card to control.
	<p>If configuration file uses amixer utility to control sound volume and it needs to control channel different from <b>Master</b> it is possible
	to create file <b>$HOME/.anyRemote/amixer.channel</b> with content equal to channel name to control.
</div>

<div id="sidebar">
<p class="section">Information</p>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="dload.html">Download</a></li>
<li><a href="pre.html">Prerequisites</a></li>
<li><a href="getstarted.html">Getting started</a></li>
</ul>

<p class="section">Documentation</p>
<ul>
<li><a href="pre-setup.html">Before install</a></li>
<li><a href="pre.html">Prerequisites</a></li>
<li><a href="install.html">Compilation and installation</a></li>
<li><a href="mode.html">Which mode to choose ?</a></li>
<li><a href="use.html">How to use anyRemote</a></li>
<li><a href="use-jc.html">... and anyRemote java client</a></li>
<li><a href="cfg-howto.html">How to create configuration file ?</a></li>
<li><a href="docs.html">For advanced users</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="man.html">Man page</a>
</ul>

</div>

<div id="hdr">
<div id="logo"><a href="index.html"><img src="data/anyRemote.png" alt="Home"></a></div>
<!--div id="banner"><img src="data/anyRemote.png" alt=""></div-->
<p class="none"></p>
<div id="hdrNav">
<a href="index.html">About</a> · 
<a href="dload.html">Download</a> · 
<a href="getstarted.html">Getting started</a> · 
<a href="contacts.html">Contacts</a> · 
</div>
</div>

<div id="copyright">
Maintained by <a href="mailto:anyremote&#64;mail&#46;ru">anyRemote</a><br>
</div>

</body></html>