]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - Linux/iPAQ_and_obexserver.shtml
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / Linux / iPAQ_and_obexserver.shtml
diff --git a/Linux/iPAQ_and_obexserver.shtml b/Linux/iPAQ_and_obexserver.shtml
deleted file mode 100644 (file)
index a870b34..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15" />
-   <meta name="author" content="Frederik Vanrenterghem" />
-   <meta name="Description" content="Personal homepage - GNU/Linux stuff - Sending files from Motorola V500 to Familiar Linux iPAQ" />
-   <title>vanrenterghem.biz - GNU/Linux - Sending files from Motorola V500 to Familiar Linux iPAQ</title>
-<link rel="stylesheet" href="/styles/header.css" type="text/css" />
-<link rel="stylesheet" href="/styles/main.css" type="text/css" />
-</head>
-<body>
-<!--#include virtual='/header.shtml' -->
-
-<h1>Sending files from Motorola V500 to Familiar Linux iPAQ</h1>
-<h2>Introduction</h2>
-<p>
-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.
-</p>
-<h2>Hardware</h2>
-<ul>
-<li>Compaq iPAQ 3955</li>
-<li>Motorola V500</li>
-<li>Nokia DTL-1 CF</li>
-</ul>
-<h2>The details</h2>
-<p>
-It's rather straightforward really. Only thing to do is:
-</p>
-<code>
-~ # sdptool add --channel=10 OPUSH<br />
-~ # obexserver
-</code>
-<p>
-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>.
-</p>
-<p>
-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.
-</p>
-<!--#include virtual='/footer.shtml' -->
-</body>
-</html>
-
-