]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - Linux/iPAQ_and_obexserver.shtml
Baseline
[www.vanrenterghem.biz.git] / Linux / iPAQ_and_obexserver.shtml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15" />
6    <meta name="author" content="Frederik Vanrenterghem" />
7    <meta name="Description" content="Personal homepage - GNU/Linux stuff - Sending files from Motorola V500 to Familiar Linux iPAQ" />
8    <title>vanrenterghem.biz - GNU/Linux - Sending files from Motorola V500 to Familiar Linux iPAQ</title>
9 <link rel="stylesheet" href="/styles/header.css" type="text/css" />
10 <link rel="stylesheet" href="/styles/main.css" type="text/css" />
11 </head>
12 <body>
13 <!--#include virtual='/header.shtml' -->
15 <h1>Sending files from Motorola V500 to Familiar Linux iPAQ</h1>
16 <h2>Introduction</h2>
17 <p>
18 The goal of this page is explaining how one can send files from a Bluetooth-capable phone to an iPAQ running Familiar Linux. Sending files to the phone is done with <em>ussp-push</em> apparently, but I haven't tried that yet.
19 </p>
20 <h2>Hardware</h2>
21 <ul>
22 <li>Compaq iPAQ 3955</li>
23 <li>Motorola V500</li>
24 <li>Nokia DTL-1 CF</li>
25 </ul>
26 <h2>The details</h2>
27 <p>
28 It's rather straightforward really. Only thing to do is:
29 </p>
30 <code>
31 ~ # sdptool add --channel=10 OPUSH<br />
32 ~ # obexserver
33 </code>
34 <p>
35 Once that's running (you'll need to install <em>openobex</em> and <em>libopenobex</em> from the feed probably), you can simply send a file from your phone and it will end up in <em>/tmp/</em>.
36 </p>
37 <p>
38 The hard part is finding <em>obexserver</em>, as there doesn't appear to be an .ipk available anywhere. I found a <a href="http://ipaq.vmlinuz.org/obexserver">pre-compiled version</a> in an old chat-log. It works for me, but it might be filled with malware for all I know, so I'll try to build it from source sometime.
39 </p>
40 <!--#include virtual='/footer.shtml' -->
41 </body>
42 </html>