X-Git-Url: http://git.vanrenterghem.biz/www.vanrenterghem.biz.git/blobdiff_plain/4b1ce0d83844cfd7c55e75a60ccb239882cd62e3..83ab5456767602f2a9860a7db7247f002ec96945:/Linux/iPAQ_and_obexserver.shtml diff --git a/Linux/iPAQ_and_obexserver.shtml b/Linux/iPAQ_and_obexserver.shtml deleted file mode 100644 index a870b34..0000000 --- a/Linux/iPAQ_and_obexserver.shtml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - vanrenterghem.biz - GNU/Linux - Sending files from Motorola V500 to Familiar Linux iPAQ - - - - - - -

Sending files from Motorola V500 to Familiar Linux iPAQ

-

Introduction

-

-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 ussp-push apparently, but I haven't tried that yet. -

-

Hardware

- -

The details

-

-It's rather straightforward really. Only thing to do is: -

- -~ # sdptool add --channel=10 OPUSH
-~ # obexserver -
-

-Once that's running (you'll need to install openobex and libopenobex from the feed probably), you can simply send a file from your phone and it will end up in /tmp/. -

-

-The hard part is finding obexserver, as there doesn't appear to be an .ipk available anywhere. I found a pre-compiled version 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. -

- - - - -