<?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>CODESERV.US &#187; intrepid</title>
	<atom:link href="http://codeserv.us/blog/tag/intrepid/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeserv.us/blog</link>
	<description>A Higher Education Web Application Developer&#039;s Web Log</description>
	<lastBuildDate>Wed, 09 Mar 2011 15:43:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cell Phone Backup with BitPim</title>
		<link>http://codeserv.us/blog/2009/01/16/cell-phone-backup-with-bitpim/</link>
		<comments>http://codeserv.us/blog/2009/01/16/cell-phone-backup-with-bitpim/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 20:37:12 +0000</pubDate>
		<dc:creator>jmpease</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bitpim]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[cell]]></category>
		<category><![CDATA[cell phone]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[rfcomm]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://codeserv.us/blog/?p=100</guid>
		<description><![CDATA[Ed Garay recently tweeted about a friend&#8217;s cell phone loss and wondered how often people backup their cell phone data.  Immediately I thought &#8220;not enough&#8221; as I tried to remember back to the last time I made a backup of my own cell phone data.  It turns out the last time I did [...]]]></description>
			<content:encoded><![CDATA[<p>Ed Garay recently <a href="http://twitter.com/garay/status/1124561869">tweeted</a> about a friend&#8217;s cell phone loss and wondered how often people backup their cell phone data.  Immediately I thought &#8220;not enough&#8221; as I tried to remember back to the last time I made a backup of my own cell phone data.  It turns out the last time I did so was back when I got the new phone several months ago.  At the time I had used <a href="http://www.bitpim.org/">BitPim</a> to transfer my contacts from my old phone to my new phone and everything worked well.  My phone data had certainly changed since then, so, thanks to Ed&#8217;s reminder, I decided to immediately backup my data.  This post details the experience backing up my LG VX8350 using BitPim on Ubuntu 8.10.</p>
<p>The first step was to install BitPim.  Fortunately, a package is available for Intrepid and can be installed from a terminal as easy as<br />
<code><br />
$ sudo apt-get install bitpim<br />
</code></p>
<p>In order to connect with the phone, I used the &#8220;Bluetooth Device Wizard&#8221; (found in the &#8220;Bluetooth Preferences&#8221; dialog) to pair my computer with my phone.  This required that I set discovery mode to &#8220;On&#8221; in my phone so that I could select it from the list of devices found by the wizard.  With the phone&#8217;s discovery mode still set to &#8220;On&#8221;, I probed the service settings using &#8217;sdptool&#8217; from a terminal as follows<br />
<code><br />
$ sdptool browse [bdaddr]<br />
</code><br />
substituting my phone&#8217;s hardware address for &#8220;[bdaddr]&#8221; above.</p>
<p>Next I attached the phone to a comm port using the following command<br />
<code><br />
$ sudo rfcomm bind /dev/rfcomm0 [bdaddr] [channel]<br />
</code><br />
where &#8220;[bdaddr]&#8221; is the same as my phone address as described above, and &#8220;[channel]&#8221; is the channel number used by the &#8220;BT DIAG&#8221; service as displayed in the output of the &#8217;sdptool&#8217; query.</p>
<p>The next step was to start up bitpim and find my phone.  Using the &#8220;Find Phone&#8221; feature never seemed to work for me, so I had to manually setup the phone in the &#8220;Settings&#8221; dialog.  I selected my phone type from the drop-down (in this case &#8220;LG-VX8350&#8243;) and used the &#8220;Browse&#8221; dialog to select the &#8220;/dev/rfcomm0&#8243; port that I bound the phone to above.</p>
<p>Since I set my phone to always prompt when it receives a pairing request, I had to accept another pairing request from bitpim.  Once accepted, I was able to send/retrieve data from my computer to my phone.  I made sure to copy all of my important data, just in case I lose my phone as Ed warned in his tweet.</p>
]]></content:encoded>
			<wfw:commentRss>http://codeserv.us/blog/2009/01/16/cell-phone-backup-with-bitpim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

