<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>the new topyli standard &#187; bluetooth</title>
	<atom:link href="http://www.siltala.net/tag/bluetooth/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.siltala.net</link>
	<description></description>
	<lastBuildDate>Mon, 09 Aug 2010 10:19:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Mounting a Nokia Phone a Little Bit Easier</title>
		<link>http://www.siltala.net/2007/07/25/mounting-a-nokia-phone-a-little-bit-easier/</link>
		<comments>http://www.siltala.net/2007/07/25/mounting-a-nokia-phone-a-little-bit-easier/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 20:58:39 +0000</pubDate>
		<dc:creator>topyli</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[obex]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.siltala.net/2007/07/25/mounting-a-nokia-phone-a-little-bit-easier/</guid>
		<description><![CDATA[I have been using p3nfs to mount my Nokia 9300 and later the E70, and it has worked pretty well. However, all this time the fuse and bluez hackers and Nokia&#8217;s open source team have been busy behind my back and provide a couple of alternative solutions. The easier of these is using fuse and [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using <a href="http://www.koeniglich.de/p3nfs.html">p3nfs</a> to mount my Nokia <a href="http://www.siltala.net/2006/06/07/mounting-the-nokia-9300-file-system-on-linux-with-p3nfs/">9300</a> and later the <a href="http://www.siltala.net/2006/10/17/nfs-mount-works-now-on-nokia-e-series/">E70</a>, and it has worked pretty well. However, all this time the fuse and bluez hackers and Nokia&#8217;s open source team have been busy behind my back and provide a couple of alternative solutions.</p>
<p>The easier of these is using fuse and obexfs. I initially found this tip on Google Groups, and later David&#8217;s <a href="http://davesource.com/Solutions/20070520.T-Mobile-Nokia-E65-Ubuntu-Linux.html#obexfs">more thorough HOWTO</a>. Here&#8217;s the drill:</p>
<ul>
<li>Find out your phone&#8217;s Bluetooth MAC address if you don&#8217;t know it already:<br />
<code>hcitool scan</code></li>
<li>Find out the OBEX FTP channel it uses<br />
<code>sdptool search FTP</code></li>
<li>Load the fuse kernel module:<br />
<code>sudo modprobe fuse</code></li>
<li>Make a suitable mount point for your phone:<br />
<code>mkdir ~/Phone</code></li>
<li>Mount<br />
<code>obexfs -bXX:XX:XX:XX:XX:XX -BYY ~/Phone</code><br />
(where XX:XX:XX:XX:XX:XX is your phone&#8217;s MAC and YY is the OBEX channel)</li>
<li>Unmount when you&#8217;re done with your file transfers:<br />
<code>fusermount -u ~/Phone</code></li>
</ul>
<p>That&#8217;s it!</p>
<p><a title="Mounting via Bluetooth and Browsing via Web" href="http://www.siltala.net/wp-content/uploads/2007/07/mount.jpg"><img src="http://www.siltala.net/wp-content/uploads/2007/07/mount.thumbnail.jpg" alt="Mounting via Bluetooth and Browsing via Web" /></a><br />
<em>Image: Browsing my phone via Bluetooth,<br />
WebDAV and a Web browser</em></p>
<p>The other method is more exciting and far more geeky. It doesn&#8217;t actually involve mounting your phone&#8217;s filesystem at all, but making its contents available by running a web server on it. I&#8217;ve known about Nokia&#8217;s <a href="http://forum.nokia.com/main/resources/technologies/mobile_web_server/index.html">mobile Web server</a> for some time already, but was inspired to try it out recently by <a href="http://blog.redinnovation.com/">Mikko</a>&#8216;s comment on a <a href="http://www.siltala.net/2007/06/25/syncing-smartphones-and-evolution-web20-and-old-school/">blog entry of mine</a> involving phone/linux synchronizing.</p>
<p>You can selectively make all your phone&#8217;s information available on the Web for yourself, for a group of friends, or globally. Register on <a href="http://mymobilesite.net/">mymobilesite.net</a>, download the Mobile Server software, and away you go. It works very well, but eats far too much RAM to be running permanently at this stage (it&#8217;s advertised as beta). For temporary access it&#8217;s a viable solution though, and here&#8217;s the strong point: no setup is needed on the receiving side, all you need is a computer and a Web browser! I will certainly keep an eye on the server&#8217;s development and play with it more in the weeks and months to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siltala.net/2007/07/25/mounting-a-nokia-phone-a-little-bit-easier/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
	</channel>
</rss>
