<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: ObexNote: A linux bash script for sending notes to mobile phones with obexftp (IR, BlueTooth)</title>
	<atom:link href="http://eightflat.org/tracesofmartinsstate/2004/07/14/obexnote-a-linux-bash-script-for-sending-notes-to-mobile-phones-with-obexftp-ir-bluetooth/feed/" rel="self" type="application/rss+xml" />
	<link>http://eightflat.org/tracesofmartinsstate/2004/07/14/obexnote-a-linux-bash-script-for-sending-notes-to-mobile-phones-with-obexftp-ir-bluetooth/</link>
	<description>Entangled?</description>
	<lastBuildDate>Mon, 13 Sep 2010 04:36:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Martin</title>
		<link>http://eightflat.org/tracesofmartinsstate/2004/07/14/obexnote-a-linux-bash-script-for-sending-notes-to-mobile-phones-with-obexftp-ir-bluetooth/#comment-3406</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 03 Jul 2005 02:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/?p=55#comment-3406</guid>
		<description>I&#039;m looking forward to the day spam bots start making comments that make sense...</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking forward to the day spam bots start making comments that make sense&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://eightflat.org/tracesofmartinsstate/2004/07/14/obexnote-a-linux-bash-script-for-sending-notes-to-mobile-phones-with-obexftp-ir-bluetooth/#comment-3397</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 02 Jul 2005 20:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/?p=55#comment-3397</guid>
		<description>Hello, I just wanted to say you have a very informative site which really made me think, Thanks ! A site with a wealth of info.!...thanks very much! Have a nice Day!!</description>
		<content:encoded><![CDATA[<p>Hello, I just wanted to say you have a very informative site which really made me think, Thanks ! A site with a wealth of info.!&#8230;thanks very much! Have a nice Day!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://eightflat.org/tracesofmartinsstate/2004/07/14/obexnote-a-linux-bash-script-for-sending-notes-to-mobile-phones-with-obexftp-ir-bluetooth/#comment-1098</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 31 Mar 2005 19:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/?p=55#comment-1098</guid>
		<description>Nice work chief ;-)</description>
		<content:encoded><![CDATA[<p>Nice work chief <img src='http://eightflat.org/tracesofmartinsstate/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://eightflat.org/tracesofmartinsstate/2004/07/14/obexnote-a-linux-bash-script-for-sending-notes-to-mobile-phones-with-obexftp-ir-bluetooth/#comment-713</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 13 Mar 2005 19:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/?p=55#comment-713</guid>
		<description>To send files from the phone to the computer you can run
&lt;code&gt;
sdptool add --channel=10 OPUSH
obex_push
&lt;/code&gt;
It may be that you will have to give the correct channel, for instance if you want to recieve sound files, run &lt;code&gt;obex_push 4&lt;/code&gt;

To send files to the phone, type
&lt;code&gt;
obex_push XX:XX:XX:XX:XX:XX file.jpg
&lt;/code&gt;
where &lt;code&gt;XX:XX:XX:XX:XX:XX&lt;/code&gt; is the address of your phone (which can be found with &lt;code&gt;hcitool scan&lt;/code&gt;).

I&#039;m not sure what packages these programs comes from, but I think 
&lt;code&gt;
apt-get install bluez-utils bluez-libs bluez-libs-devel
apt-get install openobex-utils openobex openobex-apps openobex-devel
&lt;/code&gt;
will get you running. 

Also, check out the extremely nice program &lt;a href=&quot;http://www.geocities.com/saravkrish/progs/bluemote/&quot; title=&quot;A must have for the T610 or T630&quot; rel=&quot;nofollow&quot;&gt;bluemote&lt;/a&gt; by &lt;em&gt;Saravana Krishnan Kannan&lt;/em&gt;.


</description>
		<content:encoded><![CDATA[<p>To send files from the phone to the computer you can run<br />
<code><br />
sdptool add --channel=10 OPUSH<br />
obex_push<br />
</code><br />
It may be that you will have to give the correct channel, for instance if you want to recieve sound files, run <code>obex_push 4</code></p>
<p>To send files to the phone, type<br />
<code><br />
obex_push XX:XX:XX:XX:XX:XX file.jpg<br />
</code><br />
where <code>XX:XX:XX:XX:XX:XX</code> is the address of your phone (which can be found with <code>hcitool scan</code>).</p>
<p>I&#8217;m not sure what packages these programs comes from, but I think<br />
<code><br />
apt-get install bluez-utils bluez-libs bluez-libs-devel<br />
apt-get install openobex-utils openobex openobex-apps openobex-devel<br />
</code><br />
will get you running. </p>
<p>Also, check out the extremely nice program <a href="http://www.geocities.com/saravkrish/progs/bluemote/" title="A must have for the T610 or T630" rel="nofollow">bluemote</a> by <em>Saravana Krishnan Kannan</em>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://eightflat.org/tracesofmartinsstate/2004/07/14/obexnote-a-linux-bash-script-for-sending-notes-to-mobile-phones-with-obexftp-ir-bluetooth/#comment-697</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 11 Mar 2005 15:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/?p=55#comment-697</guid>
		<description>Hey, good script.
But i´m searching for a way to receive a note written with the mobile(T610).

obexftp -b xx:xx:xx:xx:xx:xx -B 10 -g *.vnt

does not work.
Is there a way to get the notes? 
Where are they stored within the phone?</description>
		<content:encoded><![CDATA[<p>Hey, good script.<br />
But i´m searching for a way to receive a note written with the mobile(T610).</p>
<p>obexftp -b xx:xx:xx:xx:xx:xx -B 10 -g *.vnt</p>
<p>does not work.<br />
Is there a way to get the notes?<br />
Where are they stored within the phone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://eightflat.org/tracesofmartinsstate/2004/07/14/obexnote-a-linux-bash-script-for-sending-notes-to-mobile-phones-with-obexftp-ir-bluetooth/#comment-72</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 28 Oct 2004 13:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/?p=55#comment-72</guid>
		<description>I really think this can be done by
&lt;code&gt;
obexftp -p yourcard.vcf
&lt;/code&gt;
Of course, only if the file yourcard.vcf is a proper vcard file, like for example
&lt;code&gt;
BEGIN:VCARD
VERSION:2.1
N:Georg Shitass Bush;
FN:Georg Shitass Bush
TEL;WORK:66666666
TEL;HOME:66666666
EMAIL;INTERNET;PREF:georg@whitehouse.com
TEL;CELL:66666666
END:VCARD
&lt;/code&gt;

Yes?</description>
		<content:encoded><![CDATA[<p>I really think this can be done by<br />
<code><br />
obexftp -p yourcard.vcf<br />
</code><br />
Of course, only if the file yourcard.vcf is a proper vcard file, like for example<br />
<code><br />
BEGIN:VCARD<br />
VERSION:2.1<br />
N:Georg Shitass Bush;<br />
FN:Georg Shitass Bush<br />
TEL;WORK:66666666<br />
TEL;HOME:66666666<br />
EMAIL;INTERNET;PREF:georg@whitehouse.com<br />
TEL;CELL:66666666<br />
END:VCARD<br />
</code></p>
<p>Yes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Faure</title>
		<link>http://eightflat.org/tracesofmartinsstate/2004/07/14/obexnote-a-linux-bash-script-for-sending-notes-to-mobile-phones-with-obexftp-ir-bluetooth/#comment-61</link>
		<dc:creator>Paul Faure</dc:creator>
		<pubDate>Tue, 26 Oct 2004 06:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/?p=55#comment-61</guid>
		<description>Lovely script, is it possible to send contacts using the same method? I think its looking for a specific file extension, but *.vcf does not work. Thanks a bunch.</description>
		<content:encoded><![CDATA[<p>Lovely script, is it possible to send contacts using the same method? I think its looking for a specific file extension, but *.vcf does not work. Thanks a bunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MartinG</title>
		<link>http://eightflat.org/tracesofmartinsstate/2004/07/14/obexnote-a-linux-bash-script-for-sending-notes-to-mobile-phones-with-obexftp-ir-bluetooth/#comment-20</link>
		<dc:creator>MartinG</dc:creator>
		<pubDate>Wed, 14 Jul 2004 13:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/?p=55#comment-20</guid>
		<description>I should problably mention that this script might do the same thing as &lt;em&gt;&lt;strong&gt;BlueNotes&lt;/strong&gt;&lt;/em&gt; does in MacOSX http://www.clubsonyericsson.com/en/software_macintosh.shtml.</description>
		<content:encoded><![CDATA[<p>I should problably mention that this script might do the same thing as <em><strong>BlueNotes</strong></em> does in MacOSX <a href="http://www.clubsonyericsson.com/en/software_macintosh.shtml" rel="nofollow">http://www.clubsonyericsson.com/en/software_macintosh.shtml</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

