<?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>acloudtree &#187; Palm Pre</title>
	<atom:link href="http://www.acloudtree.com/category/palm-pre/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.acloudtree.com</link>
	<description>Programming, Computers, Writing, Economics, and Life</description>
	<lastBuildDate>Tue, 17 Aug 2010 21:23:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Memos : Palm Pre</title>
		<link>http://www.acloudtree.com/notes-palm-pre/</link>
		<comments>http://www.acloudtree.com/notes-palm-pre/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 02:11:36 +0000</pubDate>
		<dc:creator>jared.folkins</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Palm Pre]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[frustration]]></category>
		<category><![CDATA[memo]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[palm]]></category>
		<category><![CDATA[pre]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://www.acloudtree.com/?p=54</guid>
		<description><![CDATA[So I found myself creating a lot of notes using my Palm Pre and it&#8217;s &#8216;Memos&#8217; program. The only problem with this is that I needed to export my notes and there is currently NO WAY to do this! ARG!!!!!
What I ended up doing is the following. *using my Mac Mini and the terminal application
1) [...]]]></description>
			<content:encoded><![CDATA[<p>So I found myself creating a lot of notes using my Palm Pre and it&#8217;s &#8216;Memos&#8217; program. The only problem with this is that I needed to export my notes and there is currently NO WAY to do this! ARG!!!!!</p>
<p>What I ended up doing is the following. *using my Mac Mini and the terminal application</p>
<p>1) Connect to palm pre using <em>terminal</em> and running <em>novaterm</em></p>
<p><code><br />
root@castle:/#<br />
</code></p>
<p>2) Copy the following database to an area of the device that you have USB read/write access</p>
<p><code><br />
cp /var/luna/data/dbdata/PalmDatabase.db3 /media/internal<br />
</code></p>
<p>3) Drag and Drop the database to someplace on your local filesystem</p>
<p>4) Using the terminal application, &#8216;cd&#8217; to the directory where the .db3 file is located</p>
<p>5) Open sqlite database</p>
<p><code><br />
mymacmini:/# sqlite3 PalmDatabase.db3<br />
</code></p>
<p>6) Set output to file</p>
<p><code><br />
sqlite&gt; .output palmPreNote.txt<br />
</code></p>
<p>7) Run following sql statement</p>
<p><code><br />
sqlite&gt; select text from com_palm_pim_Memo;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.acloudtree.com/notes-palm-pre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
