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">
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" />
13 <!--#include virtual='/header.shtml' -->
15 <h1>Sending files from Motorola V500 to Familiar Linux iPAQ</h1>
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.
22 <li>Compaq iPAQ 3955</li>
23 <li>Motorola V500</li>
24 <li>Nokia DTL-1 CF</li>
28 It's rather straightforward really. Only thing to do is:
31 ~ # sdptool add --channel=10 OPUSH<br />
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>.
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.
40 <!--#include virtual='/footer.shtml' -->