<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: script to delete all iphone sms messages</title>
	<atom:link href="http://blog.eugeneoden.com/2008/07/28/script-to-delete-all-iphone-sms-messages/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.eugeneoden.com/2008/07/28/script-to-delete-all-iphone-sms-messages/</link>
	<description>random ramblings about nerdy things</description>
	<lastBuildDate>Fri, 09 Jul 2010 11:38:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ash</title>
		<link>http://blog.eugeneoden.com/2008/07/28/script-to-delete-all-iphone-sms-messages/comment-page-1/#comment-340</link>
		<dc:creator>ash</dc:creator>
		<pubDate>Fri, 09 Jul 2010 11:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eugeneoden.com/?p=27#comment-340</guid>
		<description>Is there any way to change the text and date of a particular SMS in sms.db?</description>
		<content:encoded><![CDATA[<p>Is there any way to change the text and date of a particular SMS in sms.db?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene Oden</title>
		<link>http://blog.eugeneoden.com/2008/07/28/script-to-delete-all-iphone-sms-messages/comment-page-1/#comment-336</link>
		<dc:creator>Gene Oden</dc:creator>
		<pubDate>Tue, 08 Jun 2010 23:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eugeneoden.com/?p=27#comment-336</guid>
		<description>you just need to define a sqlite user-defined function named &quot;read&quot; which returns a 0 or 1 based on whether the message was read.  see the &quot;message_read()&quot; function above for an example</description>
		<content:encoded><![CDATA[<p>you just need to define a sqlite user-defined function named &#8220;read&#8221; which returns a 0 or 1 based on whether the message was read.  see the &#8220;message_read()&#8221; function above for an example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ash</title>
		<link>http://blog.eugeneoden.com/2008/07/28/script-to-delete-all-iphone-sms-messages/comment-page-1/#comment-335</link>
		<dc:creator>ash</dc:creator>
		<pubDate>Tue, 08 Jun 2010 23:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eugeneoden.com/?p=27#comment-335</guid>
		<description>Hi Gene, how do I get past the read error? Im willing to install python. Cheers</description>
		<content:encoded><![CDATA[<p>Hi Gene, how do I get past the read error? Im willing to install python. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan smith</title>
		<link>http://blog.eugeneoden.com/2008/07/28/script-to-delete-all-iphone-sms-messages/comment-page-1/#comment-295</link>
		<dc:creator>dan smith</dc:creator>
		<pubDate>Sat, 06 Feb 2010 14:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eugeneoden.com/?p=27#comment-295</guid>
		<description>woah, my name&#039;s dan smith and I&#039;m also fustrated I can&#039;t bulk delete my iphone sms&#039;s.</description>
		<content:encoded><![CDATA[<p>woah, my name&#8217;s dan smith and I&#8217;m also fustrated I can&#8217;t bulk delete my iphone sms&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene Oden</title>
		<link>http://blog.eugeneoden.com/2008/07/28/script-to-delete-all-iphone-sms-messages/comment-page-1/#comment-293</link>
		<dc:creator>Gene Oden</dc:creator>
		<pubDate>Tue, 08 Dec 2009 17:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eugeneoden.com/?p=27#comment-293</guid>
		<description>yeah, the call history database is at:

/var/mobile/Library/CallHistory/call_history.db

its also an sqlite database file</description>
		<content:encoded><![CDATA[<p>yeah, the call history database is at:</p>
<p>/var/mobile/Library/CallHistory/call_history.db</p>
<p>its also an sqlite database file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shikhar</title>
		<link>http://blog.eugeneoden.com/2008/07/28/script-to-delete-all-iphone-sms-messages/comment-page-1/#comment-292</link>
		<dc:creator>Shikhar</dc:creator>
		<pubDate>Sat, 28 Nov 2009 19:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eugeneoden.com/?p=27#comment-292</guid>
		<description>Is there any way to access call history?</description>
		<content:encoded><![CDATA[<p>Is there any way to access call history?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene Oden</title>
		<link>http://blog.eugeneoden.com/2008/07/28/script-to-delete-all-iphone-sms-messages/comment-page-1/#comment-291</link>
		<dc:creator>Gene Oden</dc:creator>
		<pubDate>Thu, 27 Aug 2009 13:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eugeneoden.com/?p=27#comment-291</guid>
		<description>which editor are you using?  it might be tough to setup so it can properly edit sms.db because it needs to define that &#039;read&#039; function with sqlite before the edits will work.

are you copying sms.db to your pc &amp; running the editor there?  i could probably write a quick script to do what you want if you don&#039;t mind installing python on your pc.</description>
		<content:encoded><![CDATA[<p>which editor are you using?  it might be tough to setup so it can properly edit sms.db because it needs to define that &#8216;read&#8217; function with sqlite before the edits will work.</p>
<p>are you copying sms.db to your pc &#038; running the editor there?  i could probably write a quick script to do what you want if you don&#8217;t mind installing python on your pc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: netuser</title>
		<link>http://blog.eugeneoden.com/2008/07/28/script-to-delete-all-iphone-sms-messages/comment-page-1/#comment-290</link>
		<dc:creator>netuser</dc:creator>
		<pubDate>Thu, 27 Aug 2009 11:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eugeneoden.com/?p=27#comment-290</guid>
		<description>I am having same problem when i want to delte or insert in sms.db  with a gui sqlite databae editor

i get hte error :

SQL error: no such function: read

I know nothing about programming and havent understood anything posted by author,  is their any easy way to do it please ?  My database is corrupted i think becuase of last SMS received, and i cant use SMS app in my iphone, i need to delte some last SMS from database

Anyone have solution how to delete them please ?

thanks in advance</description>
		<content:encoded><![CDATA[<p>I am having same problem when i want to delte or insert in sms.db  with a gui sqlite databae editor</p>
<p>i get hte error :</p>
<p>SQL error: no such function: read</p>
<p>I know nothing about programming and havent understood anything posted by author,  is their any easy way to do it please ?  My database is corrupted i think becuase of last SMS received, and i cant use SMS app in my iphone, i need to delte some last SMS from database</p>
<p>Anyone have solution how to delete them please ?</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: netuser</title>
		<link>http://blog.eugeneoden.com/2008/07/28/script-to-delete-all-iphone-sms-messages/comment-page-1/#comment-289</link>
		<dc:creator>netuser</dc:creator>
		<pubDate>Thu, 27 Aug 2009 11:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eugeneoden.com/?p=27#comment-289</guid>
		<description>SQL error: no such function: read</description>
		<content:encoded><![CDATA[<p>SQL error: no such function: read</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FxChiP</title>
		<link>http://blog.eugeneoden.com/2008/07/28/script-to-delete-all-iphone-sms-messages/comment-page-1/#comment-287</link>
		<dc:creator>FxChiP</dc:creator>
		<pubDate>Sun, 12 Jul 2009 09:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eugeneoden.com/?p=27#comment-287</guid>
		<description>Hey, just wanted to let you know that grabbing this script and modifying it helped me a *lot* with a very similar issue (my phone was flooded with 100+ SMS!). I basically made it delete if a certain word (which no one else ever said to me) was found in the SMS message rather than just deleting them all. Lo and behold, I reload SMS, and I still have every other message except for the ones that I got flooded with! Thanks very much for posting this. :)</description>
		<content:encoded><![CDATA[<p>Hey, just wanted to let you know that grabbing this script and modifying it helped me a *lot* with a very similar issue (my phone was flooded with 100+ SMS!). I basically made it delete if a certain word (which no one else ever said to me) was found in the SMS message rather than just deleting them all. Lo and behold, I reload SMS, and I still have every other message except for the ones that I got flooded with! Thanks very much for posting this. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
