<?xml version="1.0" encoding="UTF-8"?><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"
	>
<channel>
	<title>Comments on: How To: Sync Taskpaper and iPhone Notes over wifi (Formatted version)</title>
	<atom:link href="http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/</link>
	<description>GIS, Mac, Interweb, and me!</description>
	<pubDate>Fri, 05 Sep 2008 17:06:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: tones</title>
		<link>http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-15958</link>
		<dc:creator>tones</dc:creator>
		<pubDate>Wed, 30 Jul 2008 18:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-15958</guid>
		<description>Afraid not Dave. Hopefully taskpaper for iPhone will be developed.....</description>
		<content:encoded><![CDATA[<p>Afraid not Dave. Hopefully taskpaper for iPhone will be developed&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-15957</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 30 Jul 2008 18:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-15957</guid>
		<description>Is there a solution for IPhone w/2.0 FW?</description>
		<content:encoded><![CDATA[<p>Is there a solution for IPhone w/2.0 FW?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tones</title>
		<link>http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-11960</link>
		<dc:creator>tones</dc:creator>
		<pubDate>Thu, 06 Mar 2008 21:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-11960</guid>
		<description>Yes, a jailbroken iPhone/Touch. Mind you, after todays sdk anouncement I fully expect the above to die a death shortly.......

T.</description>
		<content:encoded><![CDATA[<p>Yes, a jailbroken iPhone/Touch. Mind you, after todays sdk anouncement I fully expect the above to die a death shortly&#8230;&#8230;.</p>
<p>T.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-11959</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Thu, 06 Mar 2008 21:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-11959</guid>
		<description>what do you mean with "hacked" iPod Touch with notes installed? does this mean a jailbreaked iPod Touch? what if i already have bought the January software update?</description>
		<content:encoded><![CDATA[<p>what do you mean with &#8220;hacked&#8221; iPod Touch with notes installed? does this mean a jailbreaked iPod Touch? what if i already have bought the January software update?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boris</title>
		<link>http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-11812</link>
		<dc:creator>boris</dc:creator>
		<pubDate>Sat, 01 Mar 2008 21:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-11812</guid>
		<description>I am on iPhone 1.2 and OSX 10.4. Had to install the latest python 2.5, which did not update the soft links in /usr/bin, so everytime the script started it was using the old preinstalled python 2.3 version. After changing that, the next roadblock was that the "Root's Home" folder is actually called "Root's Home Dir", so I updated that. Yet, everytime I tried I got an error. I opened a terminal and executed the python commands by hand, and found out I get an sqlite database is locked exception. Not sure why this is the case, but so far I could not get rid of it. Restarts of iPhone have not changed the situation. I have no more time to look into this, if anybody finds the solution be sure to post it here. Some hints: it could be that the sqlite DB on the iPhone is in an old format (2.8 or such vs 3.x). Apparently upgrading the DB has helped Trac to overcome the issue. Other hints: search for "thread safe" - maybe some of the clients involved are not.</description>
		<content:encoded><![CDATA[<p>I am on iPhone 1.2 and OSX 10.4. Had to install the latest python 2.5, which did not update the soft links in /usr/bin, so everytime the script started it was using the old preinstalled python 2.3 version. After changing that, the next roadblock was that the &#8220;Root&#8217;s Home&#8221; folder is actually called &#8220;Root&#8217;s Home Dir&#8221;, so I updated that. Yet, everytime I tried I got an error. I opened a terminal and executed the python commands by hand, and found out I get an sqlite database is locked exception. Not sure why this is the case, but so far I could not get rid of it. Restarts of iPhone have not changed the situation. I have no more time to look into this, if anybody finds the solution be sure to post it here. Some hints: it could be that the sqlite DB on the iPhone is in an old format (2.8 or such vs 3.x). Apparently upgrading the DB has helped Trac to overcome the issue. Other hints: search for &#8220;thread safe&#8221; - maybe some of the clients involved are not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: notities - iPhone Forum - alles over de apple iPhone (in Nederland)</title>
		<link>http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-11811</link>
		<dc:creator>notities - iPhone Forum - alles over de apple iPhone (in Nederland)</dc:creator>
		<pubDate>Sat, 01 Mar 2008 17:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-11811</guid>
		<description>[...] Zoeken doet wonderen [...]</description>
		<content:encoded><![CDATA[<p>[...] Zoeken doet wonderen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack Mahdavi</title>
		<link>http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-10858</link>
		<dc:creator>Zack Mahdavi</dc:creator>
		<pubDate>Sat, 02 Feb 2008 20:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-10858</guid>
		<description>Thanks a lot for the script! I just installed it on my 1.1.3 iPhone.  In order to get this to work, I had to download the newest version of AFPd (version 0.3), which you can only download from the developers site.  Version 0.3 is not available on Installer at the moment.

Once you install AFPd, you need to make some slight modifications to the scripts.

Find this path in both scripts:  

/Volumes/Root's Home/Library/Notes/notes.db

Change the path to this for 1.1.3 iPhones:  

/Volumes/Mobile's Home Dir/Library/Notes/notes.db

That's it! You're all set to use this great script on 1.1.3 iPhones</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the script! I just installed it on my 1.1.3 iPhone.  In order to get this to work, I had to download the newest version of AFPd (version 0.3), which you can only download from the developers site.  Version 0.3 is not available on Installer at the moment.</p>
<p>Once you install AFPd, you need to make some slight modifications to the scripts.</p>
<p>Find this path in both scripts:  </p>
<p>/Volumes/Root&#8217;s Home/Library/Notes/notes.db</p>
<p>Change the path to this for 1.1.3 iPhones:  </p>
<p>/Volumes/Mobile&#8217;s Home Dir/Library/Notes/notes.db</p>
<p>That&#8217;s it! You&#8217;re all set to use this great script on 1.1.3 iPhones</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My favorite Leopard Applications &#124; Vinod Live!</title>
		<link>http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-10401</link>
		<dc:creator>My favorite Leopard Applications &#124; Vinod Live!</dc:creator>
		<pubDate>Sun, 20 Jan 2008 16:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-10401</guid>
		<description>[...] a Mac application was the issue. Fortunately a good friend from scotland found a way to do that - Sync TaskPaper GTD App with iPhone Notes. I am yet to purchase TaskPaper as the cost is way too high for me. Fortunately the TaskPaper data [...]</description>
		<content:encoded><![CDATA[<p>[...] a Mac application was the issue. Fortunately a good friend from scotland found a way to do that - Sync TaskPaper GTD App with iPhone Notes. I am yet to purchase TaskPaper as the cost is way too high for me. Fortunately the TaskPaper data [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinod Live!</title>
		<link>http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-10400</link>
		<dc:creator>Vinod Live!</dc:creator>
		<pubDate>Sun, 20 Jan 2008 16:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-10400</guid>
		<description>[...] a Mac application was the issue. Fortunately a good friend from scotland found a way to do that - Sync TaskPaper GTD App with iPhone Notes. I am yet to purchase TaskPaper as the cost is way too high for me. Fortunately the TaskPaper data [...]</description>
		<content:encoded><![CDATA[<p>[...] a Mac application was the issue. Fortunately a good friend from scotland found a way to do that - Sync TaskPaper GTD App with iPhone Notes. I am yet to purchase TaskPaper as the cost is way too high for me. Fortunately the TaskPaper data [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tones</title>
		<link>http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-10195</link>
		<dc:creator>tones</dc:creator>
		<pubDate>Mon, 14 Jan 2008 19:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://spatialviews.com/2007/12/04/how-to-sync-takpaper-and-iphone-notes-over-wifi-formatted-version/#comment-10195</guid>
		<description>Hi Shawin

Hadn't thought of that, good idea. I'll look into into, but off the top of my head you could probably add a shell script module at the end to 'unmount /Volumes/My\ Hacked\ iPhone' or some such command.

T.</description>
		<content:encoded><![CDATA[<p>Hi Shawin</p>
<p>Hadn&#8217;t thought of that, good idea. I&#8217;ll look into into, but off the top of my head you could probably add a shell script module at the end to &#8216;unmount /Volumes/My\ Hacked\ iPhone&#8217; or some such command.</p>
<p>T.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
