<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>obex &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/obex/</link>
	<description>Feed of posts on WordPress.com tagged "obex"</description>
	<pubDate>Sun, 07 Sep 2008 01:36:57 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[KDE Bluetooth]]></title>
<link>http://acquire.wordpress.com/?p=30</link>
<pubDate>Tue, 26 Aug 2008 14:34:59 +0000</pubDate>
<dc:creator>மோகன்</dc:creator>
<guid>http://acquire.wordpress.com/?p=30</guid>
<description><![CDATA[Generally I transfer files/songs from my computer to my bluetooth enabled mobile phone Nokia N72. Bu]]></description>
<content:encoded><![CDATA[<p>Generally I transfer files/songs from my computer to my bluetooth enabled mobile phone Nokia N72. But when I want to do on the otherway, ie to transfer files from my mobile phone to the computer, I faced the problem. Mobile used to say "Connection failed". When I checked for list of bluetooth packages, every thing was installed on my system.</p>
<p>Then I did yum install *obex*, and now I could transfer files from my mobile phone to system. I wish these obex packages were tagged/related to bluetooth packages, so that I might have not seen this problem at all.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Bluetooth mit Ubuntu 8.04 - out of the box]]></title>
<link>http://tobijohn.wordpress.com/?p=32</link>
<pubDate>Wed, 16 Jul 2008 06:37:27 +0000</pubDate>
<dc:creator>tobijohn</dc:creator>
<guid>http://tobijohn.wordpress.com/?p=32</guid>
<description><![CDATA[Ich bin begeistert, was die Ubuntu-Entwickler seit der letzten Version alles verbessert haben. Immer]]></description>
<content:encoded><![CDATA[<p>Ich bin begeistert, was die Ubuntu-Entwickler seit der letzten Version alles verbessert haben. Immer wieder stelle ich große Verbesserungen fest - wie auch die Bluetooth-Unterstützung für mein Nokia E65.</p>
<p>Eben stecke ich den Bluetooth-Stick von Sitecom das erste Mal an und Verbinde mein Nokia E65 via Bluetooth mit meinem Notebook. Und ohne irgendwelche weitere Software zu installieren kann ich das Filesystem des Mobiltelefons durchsuchen.</p>
<p>Noch bei der Version 7.04 musste ich die Obex-Unterstützung von Hand installieren und einrichten.</p>
<p><a href="http://tobijohn.wordpress.com/files/2008/07/obex-client-nautilus.png"><img class="alignnone size-medium wp-image-33" src="http://tobijohn.wordpress.com/files/2008/07/obex-client-nautilus.png?w=300" alt="" width="300" height="239" /></a></p>
<p>Wie man sieht kann man das Dateisystem nun in Nautilus bequem durchsuchen.</p>
<p>Auch der Bluetooth-Stick wurde einwandfrei erkannt: <a href="http://tobijohn.wordpress.com/files/2008/07/bluetooth.png"><img class="alignnone size-medium wp-image-34" src="http://tobijohn.wordpress.com/files/2008/07/bluetooth.png?w=300" alt="" width="300" height="19" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Ubuntu Bluetooth samsung e250]]></title>
<link>http://netcrash.wordpress.com/?p=119</link>
<pubDate>Mon, 09 Jun 2008 00:26:23 +0000</pubDate>
<dc:creator>Fernando André</dc:creator>
<guid>http://netcrash.wordpress.com/?p=119</guid>
<description><![CDATA[Artigo simples que ajuda a usar o bluetooth entre ubuntu e telemóveis, funcionou com sucesso com o ]]></description>
<content:encoded><![CDATA[<p><a href="http://ubuntuforums.org/showthread.php?t=458929">Artigo</a> simples que ajuda a usar o bluetooth entre ubuntu e telemóveis, funcionou com sucesso com o Samsung e250</p>
<p>No meu caso fui ao synaptic após ter feito:<br />
<em>sudo aptitude install bluez-passkey-gnome</em></p>
<p>Após isso e correr o synaptic instalei "todos" os packages<em>(obexfs, obex-ftp, gnome-bluetooth,gnome-vfs-obexftp)</em> relacionados com obex, para que fosse possível a transferência de ficheiros e activar a opção de rede(networking na applet de bluetooth). Tive de colocar os ficheiros visíveis no telemóvel, após isso transferiu todos os dados sem problemas.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Moto RAZR + Bluetooth + Linux + Python = ObexCopier]]></title>
<link>http://seilerwerks.wordpress.com/?p=362</link>
<pubDate>Tue, 25 Mar 2008 18:18:45 +0000</pubDate>
<dc:creator>Don Seiler</dc:creator>
<guid>http://seilerwerks.wordpress.com/?p=362</guid>
<description><![CDATA[While in Schaumburg, Illinois last week for the Oracle DBA Workshop II, I was taking some photos on ]]></description>
<content:encoded><![CDATA[<p>While in Schaumburg, Illinois last week for the Oracle DBA Workshop II, I was taking some photos on my Motorola RAZR camera phone, in the hopes of posting them for my 5-year-old daughter to see.  I needed to clear up some misconceptions, since she was under the impression that I "sleep at the school."  I soon learned, however, that transferring photos from the RAZR one-at-a-time over bluetooth to my Fedora 8 laptop became tedious, and waiting for a response from the GUI file browser was just frustrating.  Enter: <a href="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp">ObexFTP</a>.</p>
<p>Thanks to a tip from <a href="http://apocalyptech.com">a friend</a>, I found ObexFTP and, in my quest to force myself to learn python, set about crafting a script to do the following:</p>
<ul>
<li>Transfer files based on a date (default to today).</li>
<li>Transfer all files in the directory.</li>
</ul>
<p>So I'm presenting to you my first stab at it.  Some of the hard-codings depend on how the RAZR stores photos in the micro-SD card.  If anyone wants to submit enhancements or critiques, I'm all ears.  Right now it just works for what I needed it to do.</p>
<p>[sourcecode language='python']<br />
#!/usr/bin/env python</p>
<p># Don Seiler, don@seiler.us </p>
<p>import obexftp, ConfigParser, os<br />
from xml.etree.ElementTree import XML<br />
from optparse import OptionParser<br />
from datetime import date</p>
<p># This script is dependent on the Moto Razr convention of naming<br />
# pictures in an MM-DD-YYYY_XXXX.jpg format</p>
<p># Users need to create ~/.obexcopier.ini with these variables defined<br />
# [ObexCopier]<br />
# device = 1A:2B:3C:4D:5E:6F<br />
# channel = 6<br />
# source_dir = /MMC(Removable)/motorola/shared/picture<br />
# dest_dir = /media/pictures</p>
<p># Read config from ~/.obexcopier.ini<br />
config = ConfigParser.ConfigParser()<br />
config.read(os.path.expanduser('~/.obexcopier.ini'))</p>
<p># Probably a waste of precious memory to store these again<br />
device = config.get('ObexCopier','device')<br />
channel = config.getint('ObexCopier','channel')<br />
source_dir = config.get('ObexCopier','source_dir')<br />
dest_dir = config.get('ObexCopier','dest_dir')</p>
<p># Get today for default date<br />
today = date.today().strftime("%m-%d-%y")</p>
<p># Command-line handling to allow for date<br />
parser = OptionParser()<br />
parser.add_option("-d", "--date", dest="date", default=today, help="Grab pictures from this date, defaults to today [default: %default]",metavar="MM-DD-YY")<br />
parser.add_option("-a", "--all", action="store_true", dest="all", default=False, help="Copy all files, regardless of date [default: %default]")<br />
(options, args) = parser.parse_args()</p>
<p># Connect to the client<br />
print "Connecting to %s on channel %d" % (device, channel)<br />
cli = obexftp.client(obexftp.BLUETOOTH)<br />
cli.connect(device, channel)</p>
<p># Get the list of files from the SD card picture dir<br />
if options.all:<br />
        print "Copying all files to disk"<br />
else:<br />
        print "Copying files from %s" % options.date</p>
<p>files_xml = cli.list(source_dir)<br />
folder_listing = XML(files_xml)<br />
files = folder_listing.findall('./file/')<br />
for file in files:<br />
        # Only handle pictures taken on the specified date<br />
        if options.all or file.get('name').startswith(options.date):<br />
                print "Copying %s" % file.get('name')<br />
                data = cli.get(source_dir + '/' + file.get('name'))<br />
                localfile = open(dest_dir + '/' + file.get('name'), 'wb')<br />
                localfile.write(data)<br />
                localfile.close()</p>
<p># Disconnect and delete the client<br />
cli.disconnect()<br />
cli.delete[/sourcecode]</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Bluetooth e Obex]]></title>
<link>http://ubuntolo.wordpress.com/?p=3</link>
<pubDate>Mon, 17 Mar 2008 12:59:10 +0000</pubDate>
<dc:creator>ubu</dc:creator>
<guid>http://ubuntolo.wordpress.com/?p=3</guid>
<description><![CDATA[
Operazione basilare per poter utilizzare il servizio Bluetooth in Ubuntu Gutsy Gibbon è la seguent]]></description>
<content:encoded><![CDATA[<dl>
<dd>Operazione basilare per poter utilizzare il servizio Bluetooth in Ubuntu Gutsy Gibbon è la seguente:  rimuovere il pacchetto gnome-vfs-obexftp<br />
e reinstallare la versione patch, corretta, che trovi a questo link: <a title="Patch &#60;gnome-vfs-obexftp&#62;" href="http://ppa.launchpad.net/armalite/ubuntu/pool/main/g/gnome-vfs-obexftp/">http://ppa.launchpad.net/armalite/ubuntu/pool/main/g/gnome-vfs-obexftp/</a><br />
vai lì e scarica il pacchetto x la tua architettura se amd64 o i386<br />
poi riprova e dovrebbe funzionare."</p>
<p>A me ha sempre funzionato!</p>
</dd>
</dl>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to transfer pictures, music and videos from and to your Nokia phone using Bluetooth in Ubuntu]]></title>
<link>http://jonramvi.wordpress.com/?p=58</link>
<pubDate>Tue, 26 Feb 2008 10:57:55 +0000</pubDate>
<dc:creator>Jon Ramvi</dc:creator>
<guid>http://jonramvi.wordpress.com/?p=58</guid>
<description><![CDATA[
This should work with all phones with OBEX (pretty much any phone) and all versions of Ubuntu. I ha]]></description>
<content:encoded><![CDATA[<p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2FTransfer_files_from_to_your_phone_using_Bluetooth_in_Ubuntu' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe><br />
This should work with all phones with OBEX (pretty much any phone) and all versions of Ubuntu. I have tried different applications for the task of transferring files from and to my phone. The good thing about this solution, is that the phone will be mounted as a device, meaning it can be incorporated with Nautilus / Rhythmbox / Amarok / F-spot / Picasa / any application you're using for your music and pictures.<b><br />
</b><br />
<a href="http://jonramvi.wordpress.com/files/2008/02/080226phone.png" title="080226phone.png"><img src="http://jonramvi.wordpress.com/files/2008/02/080226phone.thumbnail.png" alt="080226phone.png" align="right" border="0" hspace="5" vspace="5" /></a><b>Install needed applications</b><span><br />
Y</span>es, 	this is a copy and paste from my <a href="http://jonramvi.wordpress.com/2008/02/20/how-to-use-your-nokia-to-connect-to-the-internet-in-ubuntu-2/">How 	to use your Nokia to connect to the Internet in Ubuntu</a>. If 	you've already followed the first step in that how to, just install 	obexfs.</p>
<ol></ol>
<ol>
<li>
<p style="margin-bottom:0;">Go to System - Administration - 	Software Sources</p>
</li>
<li>
<p style="margin-bottom:0;">Select Third-Party Software and 	add “deb http://download.tuxfamily.org/blueman 	ubuntu bluetooth”</p>
</li>
<li>
<p style="margin-bottom:0;">Close Software Sources. It will 	ask for permission to update. Yes, you’d like that…</p>
</li>
<li>
<p style="margin-bottom:0;">Go to System - Administration - 	Synaptic …</p>
</li>
<li>
<p style="margin-bottom:0;">Find “blueman” and “obexfs”, 	mark them for installation and click Apply</p>
</li>
<li>When done, all open applications can be closed .</li>
</ol>
<p><font color="#ffffff">a</font><br />
<a href="http://jonramvi.wordpress.com/files/2008/02/080220blueman.png" title="080220blueman.png"><img src="http://jonramvi.wordpress.com/files/2008/02/080220blueman.thumbnail.png" alt="080220blueman.png" align="right" border="0" hspace="5" vspace="5" /></a><b>Use Blueman</b></p>
<ol></ol>
<ol>
<li>
<p style="margin-bottom:0;">Start Blueman from Applications - 	Accessories</p>
</li>
<li>
<p style="margin-bottom:0;">Click Inquiry, select your phone 	and click Bond</p>
</li>
<li>
<p style="margin-bottom:0;">Type the same pin on both your 	computer and your phone and the bonding should be successful</p>
</li>
<li>
<p style="margin-bottom:0;">With the phone selected, click 	Other and select “Set trusted”</p>
</li>
<li>
<p style="margin-bottom:0;">With your phone selected, go to 	Properties - Get Service List</p>
</li>
<li>
<p style="margin-bottom:0;">Take note of the OBEX File 	Transfer channel (ex: 11)</p>
</li>
<li>
<p style="margin-bottom:0;">Click “Device Information” and 	copy the Device Address (ex: 00:1D:FD:6C:9B:66)</p>
</li>
<li>When done, Blueman can be closed</li>
</ol>
<p><font color="#ffffff">a</font></p>
<p style="margin-bottom:0;"><b>System changes</b></p>
<ol>
<li>
<p style="margin-bottom:0;">Click Alt + 		F2 and the Run Application dialog pops up. Write:</p>
<p style="margin-bottom:0;">gksudo adduser 		YOURUSERNAME fuse &#38;&#38; gksudo chgrp fuse /dev/fuse</p>
</li>
<li>
<p style="margin-bottom:0;">Log out and 		in again (System – Quit – Log out)</p>
</li>
</ol>
<p><font color="#ffffff">a</font></p>
<p style="margin-bottom:0;"><b>Create a folder</b></p>
<ol>
<li>
<p style="margin-bottom:0;">Go to Places 		– Home Folder</p>
</li>
<li>
<p style="margin-bottom:0;">Select File 		– Create Folder and name it Phone</p>
</li>
</ol>
<p><font color="#ffffff">a</font></p>
<p style="margin-bottom:0;"><a href="http://jonramvi.wordpress.com/files/2008/02/080226mount.png" title="080226mount.png"><img src="http://jonramvi.wordpress.com/files/2008/02/080226mount.thumbnail.png" alt="080226mount.png" align="right" border="0" hspace="5" vspace="5" /></a><b>Make shortcuts for mounting and 	dismounting the Phone</b></p>
<ol>
<li>
<p style="margin-bottom:0;">Right click 		Applications and select  “Edit Menus”</p>
</li>
<li>
<p style="margin-bottom:0;">Click “New 		Menu”<br />
Name: Phone<br />
Click the image and select any icon</p>
</li>
<li>
<p style="margin-bottom:0;"><span>Select 		Phone in the sidebar and click “New Item”</span></p>
</li>
<li>
<p style="margin-bottom:0;">Name: Mount 		Phone<br />
Command: “obexfs -b THEDEVICEADDRESS -B THECHANNEL 		/home/YOURUSERNAME/Phone”<br />
(ex: “obexfs -b 00:1D:FD:6C:9B:66 		-B 11 /home/ramvi/Phone”)<br />
Click the image and select any icon</p>
</li>
<li>
<p style="margin-bottom:0;">Click OK and 		“New Item” again</p>
</li>
<li>
<p style="margin-bottom:0;"><span>Name: 		Dismount Phone<br />
Command: gksudo umount 		/home/YOURUSERNAME/Phone<br />
(ex: gksudo umount 		/home/ramvi/Phone)<br />
Click the image and select any icon</span></p>
</li>
</ol>
<p><font color="#ffffff">a</font></p>
<li>
<p style="margin-bottom:0;"><b>Select Mount Phone under 	Applications -  Phone and Nautilus should pop up with your phone. 	It's now accessible from any application</b></p>
<p style="margin-bottom:0;"> <font color="#ffffff">a</font></p>
</li>
<p><b>Here's some icon ideas:</b></p>
<ol>
<li>http://www.iconfinder.net/?q=phone</li>
<li>/usr/share/icons/ on your machine</li>
</ol>
<p><font color="#ffffff">a</font><b>UPDATE</b><br />
There seems to be a bug in Ubuntu Hardy's obexfs. I'm only able to read files. I'm not able to write files to the phone. This should be working in Ubuntu Gutsy though..? The bug in hardy will probably be fixed soon as well.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Pushing vCards to Linux Box from mobile]]></title>
<link>http://techydinesh.wordpress.com/?p=20</link>
<pubDate>Thu, 21 Feb 2008 03:36:10 +0000</pubDate>
<dc:creator>Din</dc:creator>
<guid>http://techydinesh.wordpress.com/?p=20</guid>
<description><![CDATA[OBEX protocol intro http://en.wikipedia.org/wiki/OBEX
I run a daemon on my box called &#8220;obexpus]]></description>
<content:encoded><![CDATA[<p>OBEX protocol intro http://en.wikipedia.org/wiki/OBEX</p>
<p>I run a daemon on my box called "obexpushd".</p>
<p>Now we have some one to listen for bluetooth/other connection on the linux box.To pull the vcards from mobile to  my box ijust go to my contacts and mark all and send it through either IR/Bluetooth.</p>
<p>It works on Nokia 6600. http://sourceforge.net/projects/obexpushd</p>
<p>"sdptool" is another CLI tool using which you can know about different services your mobile is capable of.</p>
<p>obexftp is another cool option to hack  around. :)</p>
<p>http://sourceforge.net/project/showfiles.php?group_id=8960&#38;package_id=62937</p>
<p>http://triq.net/obexftp.html</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Getting the bluetooth working with Gutsy Gibbon]]></title>
<link>http://tuxomaniac.wordpress.com/2008/01/23/getting-the-bluetooth-working-with-gutsy-gibbon/</link>
<pubDate>Wed, 23 Jan 2008 17:20:33 +0000</pubDate>
<dc:creator>cyriacsmail</dc:creator>
<guid>http://tuxomaniac.wordpress.com/2008/01/23/getting-the-bluetooth-working-with-gutsy-gibbon/</guid>
<description><![CDATA[This is a small tutorial to setup the bluetooth device to handle the obex file transfer system on gu]]></description>
<content:encoded><![CDATA[<p>This is a small tutorial to setup the bluetooth device to handle the obex file transfer system on gutsy.<br />
Plug in/switch on the bluetooth adapter. Now the os pops in a bluetooth applet at the notification area. If not open terminal and key in</p>
<p><code>bluetooth-applet</code></p>
<p>Then right click at the bluetooth notification icon and select preferences and set the desired settings like name of the system, the discovery settings, and even pair the peripherals.</p>
<p>Now when you need to browse a blutooth device filesystem right click on the icon and select browse device.<!--more--><br />
Remember to switch on the peripheral and turn on the discovery.<br />
but when you try to connect it will ask you to check the address spelling.</p>
<p>open terminal and install gnome-vfs-obexftp</p>
<p><code>apt-get install gnome-vfs-obexftp </code></p>
<p>unplug the bluetooth adapter and replug it.<br />
right click on the notification icon and select browse device. select the peripheral. and you have your required filesystem in front.</p>
<div style="text-align:center;"><a href="https://shop.canonical.com"><img src="http://tuxomaniac.wordpress.com/files/2008/02/ubuntu-store-banner-small.png" alt="ubuntu-store-banner-small.png" height="53" width="158" /></a></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Esplorare lo smartphone come un disco esterno in 2 click]]></title>
<link>http://alexit.wordpress.com/2007/11/21/esplorare-lo-smartphone-come-un-disco-esterno-in-2-click/</link>
<pubDate>Wed, 21 Nov 2007 14:41:42 +0000</pubDate>
<dc:creator>AleXit</dc:creator>
<guid>http://alexit.wordpress.com/2007/11/21/esplorare-lo-smartphone-come-un-disco-esterno-in-2-click/</guid>
<description><![CDATA[Molti di voi avranno la necessità di collegare al pc il proprio smartphone (tutti i Nokia con Symbi]]></description>
<content:encoded><![CDATA[<p>Molti di voi avranno la necessità di <strong>collegare al pc il proprio smartphone</strong> (tutti i <strong>Nokia con Symbian</strong>, per esempio) per trasferire foto, video e dati.<br />
Putroppo non esiste per linux un programma equivalente alla <em>Nokia Pc Suite</em> per sincronizzare i contenuti... (<em>ma Nokia non era tra quelli che spingevano l'opensource?...</em>)</p>
<p>sistono però da tempo <u>diverse procedure</u> per accedere alla memoria dello smartphone <strong>montandolo proprio come fosse un disco esterno</strong>.</p>
<p style="text-align:center;"><img src="http://img217.imageshack.us/img217/2862/obexud0.png" border="0" height="155" hspace="0" vspace="0" width="499" /></p>
<p>Il modo più facile è sicuramente con <strong>Bluetooth</strong> e <strong>OBEX</strong>. Che programma c'è da installare? <u>NESSUNO</u>. E' tutto incluso in <em>Ubuntu Gutsy</em>!<!--more--><br />
Dobbiamo solo verificare di aver installato questi pacchetti:</p>
<p>[sourcecode language='css']sudo apt-get install bluetooth bluez-gnome bluez-utils gnome-bluetooth gnome-vfs-obexftp obexfs[/sourcecode]<br />
(se ci sono altre dipendenze segnalatemelo per favore!)<br />
Adesso avviamo l'applet del bluetooth<br />
Premere <strong>ALT+F2</strong> e digitare <strong>bluetooth-applet</strong><br />
Per avviarla in automatico all'avvio di Gnome, basta inserirla in <strong>Sistema-&#62;Preferenze-&#62;Sessioni-&#62;Programmi d'avvio</strong><img src="http://img143.imageshack.us/img143/4185/bluetoothlogoqf4.png" align="right" height="50" width="37" />Se la periferica bluetooth è inserita nel pc e funzionante, vi comparirà nella system tray l'icona blu caratteristica.</p>
<p style="text-align:center;"><img src="http://img204.imageshack.us/img204/6321/esploradispositivozy4.png" border="0" /></p>
<p align="left">Cliccateci col tasto destro e selezionate "<strong>Esplora dispositivo...</strong>"</p>
<p>Questa è la finestra che comparirà:</p>
<p style="text-align:center;"><img src="http://img228.imageshack.us/img228/3332/schermataesploradisposify8.png" border="0" /></p>
<p> Se nel telefono è stato attivato il bluetooth, dovrebbe apparire nella lista. A questo punto selezionarlo e premere il tasto "<strong>Connetti</strong>".<br />
Si aprirà una finestra di <strong>Nautilus</strong> in cui potrete <u>navigare nelle cartelle del telefono</u>, trasferire e copiare dati...</p>
<p>Semplice, eh? Quasi incredibile :)</p>
<p><u>Edit del 22/11/2007:</u><br />
<a href="http://alexit.wordpress.com/2007/11/21/esplorare-lo-smartphone-come-un-disco-esterno-in-2-click/#comment-1330">Federico</a> gentilmente mi segnala che in caso di problemi di connessione è possibile provare una versione patchata del pacchetto <strong>gnome-vfs-obexftp</strong>, disponibile sia per x86 che amd64 in <a href="http://ppa.launchpad.net/armalite/ubuntu/pool/main/g/gnome-vfs-obexftp/" target="_blank">questo sito</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Bluetooth Applet Pada Ubuntu 7.10 Gutsy]]></title>
<link>http://animaster.wordpress.com/2007/11/17/bluetooth-applet-pada-ubuntu-710-gutsy/</link>
<pubDate>Sat, 17 Nov 2007 15:46:53 +0000</pubDate>
<dc:creator>animaster</dc:creator>
<guid>http://animaster.wordpress.com/2007/11/17/bluetooth-applet-pada-ubuntu-710-gutsy/</guid>
<description><![CDATA[
Si Gigi Biru: Bluetooth Applet untuk membantu konfigurasi Bluetooth
Bagi anda yang telah melakukan ]]></description>
<content:encoded><![CDATA[<p align="center"><img src="http://i7.photobucket.com/albums/y289/anibaka/Blog/blog_bluetoothapp-1.jpg" alt="Bluetooth Applet" border="1" /><br />
<em>Si Gigi Biru: Bluetooth Applet untuk membantu konfigurasi Bluetooth</em></p>
<p>Bagi anda yang telah melakukan instalasi Ubuntu 7.10 Gutsy Gibbon pada notebook yang memiliki fitur Bluetooth, tentunya anda pernah melihat ikon Bluetooth pada system tray anda. Ini adalah tanda bahwa fitur Bluetooth anda telah aktif. Lalu bagaimana caranya membuat koneksi antara notebook dengan perangkat Bluetooth lain yang anda miliki?<!--more--></p>
<p align="center"><img src="http://i7.photobucket.com/albums/y289/anibaka/Blog/blog_bluetoothapp-2.jpg" alt="Konfigurasi Bluetooth Applet" border="1" /><br />
<em>Ikon: Tanda bahwa Bluetooth telah aktif</em></p>
<p>Pertama, kita akan melakukan konfigurasi terhadap perangkat Bluetooth yang terdapat pada notebook.</p>
<ol>
<li>Klik kanan pada ikon Bluetooth yang ada pada system tray. Pilih <strong>Preferences</strong>.</li>
<li>Pada <strong>Mode of Operation</strong>, pilih mode 2 yaitu <strong>Visible and connectable for other devices</strong>, agar Bluetooth pada notebook anda bisa dideteksi oleh perangkat Bluetooth yang lain.</li>
<li>Pada slider <strong>Make adapter invisible after</strong>, anda dapat menggeser slider untuk mengatur berapa lama Bluetooth pada notebook anda bisa terdeteksi.</li>
<li>Isi <strong>Adapter Name</strong> dengan nama yang akan anda pakai untuk "memperkenalkan" Bluetooth notebook pada perangkat lain.</li>
<li>Pada <strong>Class of device</strong>, pilih <strong>Laptop computer</strong>.</li>
<li><strong>Bonded devices</strong> berisi perangkat-perangkat Bluetooth yang sudah pernah melakukan koneksi ke perangkat Bluetooth pada notebook anda.</li>
</ol>
<p align="center"><img src="http://i7.photobucket.com/albums/y289/anibaka/Blog/blog_bluetoothapp-3.jpg" alt="Konfigurasi Bluetooth Applet" border="1" /><br />
<em>Sederhana: Pilihan konfigurasi Bluetooth pada Bluetooth Applet</em></p>
<p>Selesai dengan konfigurasi, sekarang kita coba melakukan koneksi ke perangkat Bluetooth lain. Kali ini, saya mencoba melakukan koneksi ke Nokia N70 milik seorang teman saya. Saya meng-klik kanan pada ikon Bluetooth di system tray, dan saya pilih <strong>Browse Device ...</strong>. Window <strong>Browse Devices</strong> akan tampil. Pastikan perangkat Bluetooth yang ingin anda koneksikan telah aktif. Pilih perangkat Bluetooth yang akan anda koneksikan, lalu klik <strong>Connect</strong>. Muncul sebuah pesan kesalahan "<strong>obex://[00:0c:5a:02:5d:7f]" is not a valid location</strong>". Hmm ... obex merupakan singkatan dari "Object Exchange". Apakah mungkin protokol obex Bluetooth belum didukung pada Gutsy?</p>
<p>Setelah melakukan Googling, secara mengejutkan, saya memperoleh solusi yang cukup cepat dan tepat terhadap masalah ini pada <a href="http://www.ubuntuforums.org">Ubuntu Forums</a>. Bagaimana solusinya? Ternyata kita perlu melakukan instalasi paket <strong>gnome-vfs-obexftp</strong>. Ketikkan perintah berikut pada terminal:</p>
<p><code>sudo apt-get install gnome-vfs-obexftp</code></p>
<p>Lakukan lagi koneksi ke perangkat dengan <strong>Browse Device ...</strong>, dan VOILA! Anda sukses melakukan koneksi dengan perangkat Bluetooth. ^^</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Nokia E61 and Sun Calendar Server ... but no Windows]]></title>
<link>http://charly4711.wordpress.com/2007/06/22/nokia-e61-and-sun-calendar-server-but-no-windows/</link>
<pubDate>Fri, 22 Jun 2007 08:50:29 +0000</pubDate>
<dc:creator>Karl H. Beckers</dc:creator>
<guid>http://charly4711.wordpress.com/2007/06/22/nokia-e61-and-sun-calendar-server-but-no-windows/</guid>
<description><![CDATA[If you&#8217;re using Sun Calendar Server (a.k.a. JESCS for &#8220;Java Enterprise System Calendar S]]></description>
<content:encoded><![CDATA[<p>If you're using Sun Calendar Server (a.k.a. JESCS for "Java Enterprise System Calendar Server) and have tried to synchronize it using anything else but a Windows machine or a SyncML Server, you already know what pain is, for sure. Been doing that a while ago when the <a href="http://www.go-evolution.org/Evolution_JESCS" target="_blank">connector for evolution</a> was in its infancy. What I tried then was synching my Palm with evolution and trying to select the Sun Calendar as the backend. Well, it didn't work.</p>
<p>Now that I have received this nice Nokia E61 gadget (how can Apple make the iPhone not have UMTS support?) originally just for use as an UMTS modem I find all those other things you can do with it and decided to revisit calendar synch. I expected to have to move along the lines of my previous attempt and was quite surprised to learn that multisync no longer exists, but has turned into <a href="http://www.opensync.org/" target="_blank">opensync</a>. And opensync has a jescs plugin, yay!</p>
<p>Here's what I did to make it work:</p>
<ol>
<li>Install opensync<br />
On my ubuntu (feisty) system I installed the opensync 0.21 packages from here:<br />
<a href="http://www.in.fh-merseburg.de/%7Ejahn/opensync-0.21/">http://www.in.fh-merseburg.de/~jahn/opensync-0.21/<br />
</a><br />
The packages I installed are:</p>
<blockquote>
<ul>
<li><tt>libopensync-plugin-evolution2</tt></li>
<li><tt>libopensync-plugin-file</tt></li>
<li><tt>libopensync-plugin-jescs</tt></li>
<li><tt>libopensync-plugin-syncml</tt></li>
<li><tt>libopensync0</tt></li>
<li><tt>opensyncutils</tt></li>
<li><tt>msynctool</tt></li>
<li><tt>multisync-gui</tt></li>
</ul>
</blockquote>
</li>
<li>Configure a synchronization group<br />
To do that I used <code>multisync-gui</code> and added a synchronization group with a syncml-obex-client and a jescs-sync member. You may want to disable the synchronization of everything but events and todos.The configuration for the jescs-sync member is trivial and looks like this:</p>
<blockquote><p>&#60;?xml version="1.0"?&#62;<br />
&#60;config&#62;<br />
&#60;!-- Server address with optional port (&#60;server_url&#62;[:&#60;port&#62;]) --&#62;<br />
&#60;url&#62;calendar-server&#60;/url&#62;<br />
&#60;!-- Authentication data --&#62;<br />
&#60;username&#62;me&#60;/username&#62;<br />
&#60;password&#62;pw&#60;/password&#62;<br />
&#60;!-- Notify attendees about event/task deletion ( 0 = no, 1 = yes ) --&#62;<br />
&#60;del_notify&#62;1&#60;/del_notify&#62;<br />
&#60;/config&#62;</p></blockquote>
<p>Note that the server is specified without protocol (i.e. "http://") prefix.</p>
<p>The config for the E61 syncml client is a little bit more complex:</p>
<blockquote><p>&#60;?xml version="1.0"?&#62;<br />
&#60;config&#62;<br />
&#60;!-- (Only for bluetooth) The bluetooth address if the bluetooth mode is selected --&#62;<br />
&#60;bluetooth_address&#62;00:17:E3:0C:20:F2&#60;/bluetooth_address&#62;&#60;!-- (Only for bluetooth) The bluetooth channel to use. `sdptool browse $MAC` to search for the correct channel --&#62;<br />
&#60;bluetooth_channel&#62;10&#60;/bluetooth_channel&#62;</p>
<p>&#60;!-- (Only for USB) The usb interface number of the SYNCML-SYNC target. use syncml-obex-client -u (you will need access to the USB raw device) to find it. --&#62;<br />
&#60;interface&#62;0&#60;/interface&#62;</p>
<p>&#60;!-- The string that the plugin will use to identify itself. Some devices need a special string here. --&#62;<br />
&#60;identifier&#62;PC Suite&#60;/identifier&#62;</p>
<p>&#60;!-- The syncml version to use: 0 for 1.0, 1 for 1.1 and 2 for 1.2 --&#62;<br />
&#60;version&#62;1&#60;/version&#62;</p>
<p>&#60;!-- if the plugin should use wbxml --&#62;<br />
&#60;wbxml&#62;1&#60;/wbxml&#62;</p>
<p>&#60;!-- The username to use. Leave empty to not require a username --&#62;<br />
&#60;username&#62;&#60;/username&#62;</p>
<p>&#60;!-- the password for the username --&#62;<br />
&#60;password&#62;&#60;/password&#62;</p>
<p>&#60;!-- sets the connection type to use. 5 means obex over usb, 2 means obex over bluetooth --&#62;<br />
&#60;type&#62;2&#60;/type&#62;</p>
<p>&#60;!-- If wbxml is enabled, defines wether the wbxml should use string tables --&#62;<br />
&#60;usestringtable&#62;1&#60;/usestringtable&#62;</p>
<p>&#60;!-- Never send ADD command, but send REPLACE (not needed normally) --&#62;<br />
&#60;onlyreplace&#62;0&#60;/onlyreplace&#62;</p>
<p>&#60;!-- Workaround around for mobile phones which only use local timestamps and _no_ UTC timestamps! --&#62;<br />
&#60;onlyLocaltime&#62;0&#60;/onlyLocaltime&#62;</p>
<p>&#60;!-- Sets the maximum allowed size in bytes of incoming messages (some device need this option set). Example: 10000 --&#62;<br />
&#60;recvLimit&#62;0&#60;/recvLimit&#62;</p>
<p>&#60;maxObjSize&#62;0&#60;/maxObjSize&#62;</p>
<p>&#60;!-- The name of the contacts db. Must be the same as the phones sends --&#62;<br />
&#60;contact_db&#62;Contacts&#60;/contact_db&#62;</p>
<p>&#60;!-- The name of the calendar db. Must be the same as the phones sends --&#62;<br />
&#60;calendar_db&#62;Calendar&#60;/calendar_db&#62;</p>
<p>&#60;!-- The name of the note db. Must be the same as the phones sends --&#62;<br />
&#60;note_db&#62;Notes&#60;/note_db&#62;<br />
&#60;/config&#62;</p></blockquote>
</li>
<li>Make sure the bluetooth connection works<br />
A typical thing you may need to do is install bluez-gnome.</li>
<li>Install missing <a href="http://charly4711.wordpress.com/files/2007/06/wcaptoolpl.doc" title="wcaptool">wcaptool</a> script<br />
This script is missing from the opensync jescs plugin package for feisty. It needs to go to <tt>/usr/lib/libopensync-plugin-jescs/wcaptool</tt>. Don't forget to make it executable.</li>
<li>Configure synchronization profile on the E61<br />
If you don't have a recipient for your telephone's Notes in your opensync synchronization group, you should keep the phone from trying to send them. Otherwise the synch was always stalled there and finally timed out. To tell your phone not to send them, you do this:</p>
<ul>
<li>Open Main Menu-&#62;Connections-&#62;Synchronization</li>
<li>Options-&#62;New Synchronization Profile (name=test, when asked chose to copy PC Suite profile)</li>
<li>Deactivate original PC Suite Profile by selecting it and Options-&#62;Edit Synchronization Profile-&#62;Connection Settings-&#62;Allow Synchronization Requests-&#62;No</li>
<li>With the newly created one change the name from "test" to "PC Suite" and disable all programs but Calendar</li>
</ul>
</li>
<li>Run synchronization<br />
Try with msynctool --sync &#60;groupname&#62; first. I've had cases where the GUI would not work, but the command line would.</li>
</ol>
<p>Good luck,</p>
<p>Karl.</p>
]]></content:encoded>
</item>

</channel>
</rss>
