<?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: How to Access and Read the iPhone SMS Text Message Backup Files</title>
	<atom:link href="http://osxdaily.com/2010/07/08/read-iphone-sms-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Wed, 22 May 2013 19:52:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Delete Text Messages, iMessages, &#38; Conversations from iPhone</title>
		<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/#comment-553764</link>
		<dc:creator>Delete Text Messages, iMessages, &#38; Conversations from iPhone</dc:creator>
		<pubDate>Sat, 04 May 2013 23:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5907#comment-553764</guid>
		<description>[...] a message has been deleted the only way to uncover it would be to manually sort through and read SMS backups, which isn&#8217;t the most user-friendly task in the world, and thus extremely unlikely to [...]</description>
		<content:encoded><![CDATA[<p>[...] a message has been deleted the only way to uncover it would be to manually sort through and read SMS backups, which isn&#8217;t the most user-friendly task in the world, and thus extremely unlikely to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tferg</title>
		<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/#comment-507870</link>
		<dc:creator>tferg</dc:creator>
		<pubDate>Tue, 05 Mar 2013 00:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5907#comment-507870</guid>
		<description>Yeswaydude:

Thanks for the time conversion, that helped me out quite a bit.  However, I&#039;ve linked to the SMS SQLite database via ODBC drivers to MS Access 2013.  I&#039;m using the dateadd(&quot;s&quot;,[date] + (-5 * 3600), &quot;01/01/1970 00:00:00&quot;) for the conversion in the query.  However, this does not produce the correct results for some reason (using the UNIX Epoch time conversion).  I had to use &quot;01/01/2001 00:00:00&quot; to get the date I knew to be true (in my iPhone).  Any idea why that is?</description>
		<content:encoded><![CDATA[<p>Yeswaydude:</p>
<p>Thanks for the time conversion, that helped me out quite a bit.  However, I&#8217;ve linked to the SMS SQLite database via ODBC drivers to MS Access 2013.  I&#8217;m using the dateadd(&#8220;s&#8221;,[date] + (-5 * 3600), &#8220;01/01/1970 00:00:00&#8243;) for the conversion in the query.  However, this does not produce the correct results for some reason (using the UNIX Epoch time conversion).  I had to use &#8220;01/01/2001 00:00:00&#8243; to get the date I knew to be true (in my iPhone).  Any idea why that is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suyog Bhobe</title>
		<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/#comment-498500</link>
		<dc:creator>Suyog Bhobe</dc:creator>
		<pubDate>Sun, 17 Feb 2013 16:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5907#comment-498500</guid>
		<description>Here is a simple method to backup your SMS messages and do a lot more with them.  After registering at delighta.com, just send your SMS messages to the delighta phone number and they will be backed up to a Google spreadsheet that delighta will create for you.  You will also get the SMS messages as an email sent to your Gmail account.</description>
		<content:encoded><![CDATA[<p>Here is a simple method to backup your SMS messages and do a lot more with them.  After registering at delighta.com, just send your SMS messages to the delighta phone number and they will be backed up to a Google spreadsheet that delighta will create for you.  You will also get the SMS messages as an email sent to your Gmail account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Auens</title>
		<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/#comment-489817</link>
		<dc:creator>Auens</dc:creator>
		<pubDate>Wed, 06 Feb 2013 07:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5907#comment-489817</guid>
		<description>Or you can simply use a program called iPhone SMS + MMS Extactor to help.</description>
		<content:encoded><![CDATA[<p>Or you can simply use a program called iPhone SMS + MMS Extactor to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: whisky</title>
		<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/#comment-487095</link>
		<dc:creator>whisky</dc:creator>
		<pubDate>Fri, 01 Feb 2013 03:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5907#comment-487095</guid>
		<description>Problem solved. In SQLite, just query: SELECT datetime(date, &#039;unixepoch&#039;, &#039;localtime&#039;) as NewDATE from message
Or batch convert from unix epoch to regular datetime</description>
		<content:encoded><![CDATA[<p>Problem solved. In SQLite, just query: SELECT datetime(date, &#8216;unixepoch&#8217;, &#8216;localtime&#8217;) as NewDATE from message<br />
Or batch convert from unix epoch to regular datetime</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: whisky</title>
		<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/#comment-486623</link>
		<dc:creator>whisky</dc:creator>
		<pubDate>Thu, 31 Jan 2013 15:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5907#comment-486623</guid>
		<description>Can you tell me exact sql command to convert it to common date/time?
I tried: datetime(date + (7 * 3600), ‘unixepoch’) and it show error</description>
		<content:encoded><![CDATA[<p>Can you tell me exact sql command to convert it to common date/time?<br />
I tried: datetime(date + (7 * 3600), ‘unixepoch’) and it show error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/#comment-486560</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 31 Jan 2013 14:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5907#comment-486560</guid>
		<description>I have an issue.  Everything worked except, there is no &quot;address&quot; choice to select???</description>
		<content:encoded><![CDATA[<p>I have an issue.  Everything worked except, there is no &#8220;address&#8221; choice to select???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Redmastif</title>
		<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/#comment-475460</link>
		<dc:creator>Redmastif</dc:creator>
		<pubDate>Wed, 16 Jan 2013 02:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5907#comment-475460</guid>
		<description>If it&#039;s asking for the encryption key, make sure you aren&#039;t encrypting your iPhone backups from iTunes.</description>
		<content:encoded><![CDATA[<p>If it&#8217;s asking for the encryption key, make sure you aren&#8217;t encrypting your iPhone backups from iTunes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yeswaydude</title>
		<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/#comment-470880</link>
		<dc:creator>yeswaydude</dc:creator>
		<pubDate>Sun, 30 Dec 2012 19:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5907#comment-470880</guid>
		<description>I read the SQLLite documentation and found that the following formula works (for the East Coast -- change the -5 to your particular offset from GMT to see your local time) directly in MesaSQLite v4.0.0:

    datetime(date + (-5 * 3600), &#039;unixepoch&#039;)

A date value of 1356825363 returns 2012-12-29 18:56:03 using this formula.</description>
		<content:encoded><![CDATA[<p>I read the SQLLite documentation and found that the following formula works (for the East Coast &#8212; change the -5 to your particular offset from GMT to see your local time) directly in MesaSQLite v4.0.0:</p>
<p>    datetime(date + (-5 * 3600), &#8216;unixepoch&#8217;)</p>
<p>A date value of 1356825363 returns 2012-12-29 18:56:03 using this formula.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kak</title>
		<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/#comment-470815</link>
		<dc:creator>Kak</dc:creator>
		<pubDate>Sun, 30 Dec 2012 14:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5907#comment-470815</guid>
		<description>Well, I had troubles with the encryption code myself.

Here is what I did and hopefully you&#039;ll get the same results as I did.

1. You first need to turn off &quot;encode iphone backups&quot;.
 You can do that just in iTunes. When you plug in your iPhone, you can choose whether to encrypt your back-ups or not. Once you&#039;ve chosen to not encrypt your backups you make a new one. 

2. Now try to open the database with the app shown in the turtorial. Make sure you load up the newest backup file. (Look at the date) 

If this still doesn&#039;t work, don&#039;t panick, it&#039;s because you probably have a newer iPhone like I do. I think the newer iPhone backups are written in a slightly different code which the app in the turtorial above isn&#039;t up to date to read it.

Well, you just need to get an updated version from the app. You can get that updated version here: 
http://www.macupdate.com/app/mac/26079/mesasqlite

Once you&#039;ve got that up and running you open the most recent not-encrypted database in that app and normaly that should work.</description>
		<content:encoded><![CDATA[<p>Well, I had troubles with the encryption code myself.</p>
<p>Here is what I did and hopefully you&#8217;ll get the same results as I did.</p>
<p>1. You first need to turn off &#8220;encode iphone backups&#8221;.<br />
 You can do that just in iTunes. When you plug in your iPhone, you can choose whether to encrypt your back-ups or not. Once you&#8217;ve chosen to not encrypt your backups you make a new one. </p>
<p>2. Now try to open the database with the app shown in the turtorial. Make sure you load up the newest backup file. (Look at the date) </p>
<p>If this still doesn&#8217;t work, don&#8217;t panick, it&#8217;s because you probably have a newer iPhone like I do. I think the newer iPhone backups are written in a slightly different code which the app in the turtorial above isn&#8217;t up to date to read it.</p>
<p>Well, you just need to get an updated version from the app. You can get that updated version here:<br />
<a href="http://www.macupdate.com/app/mac/26079/mesasqlite" rel="nofollow">http://www.macupdate.com/app/mac/26079/mesasqlite</a></p>
<p>Once you&#8217;ve got that up and running you open the most recent not-encrypted database in that app and normaly that should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristina</title>
		<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/#comment-446844</link>
		<dc:creator>Kristina</dc:creator>
		<pubDate>Mon, 05 Nov 2012 20:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5907#comment-446844</guid>
		<description>In order to view what you would like, go to the steps where you can filter according to a number. Under table content select messages &gt; address &gt; contains &gt; (number) then click search. if you would not like to filter, just click show all or last 500. this will take up more time since it will be loading all texts</description>
		<content:encoded><![CDATA[<p>In order to view what you would like, go to the steps where you can filter according to a number. Under table content select messages &gt; address &gt; contains &gt; (number) then click search. if you would not like to filter, just click show all or last 500. this will take up more time since it will be loading all texts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/#comment-443469</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Sun, 28 Oct 2012 01:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5907#comment-443469</guid>
		<description>I&#039;m trying to upload the data into the SQ Lite database program, but it&#039;s just coming up as blank...</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to upload the data into the SQ Lite database program, but it&#8217;s just coming up as blank&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markus</title>
		<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/#comment-434606</link>
		<dc:creator>markus</dc:creator>
		<pubDate>Sat, 06 Oct 2012 03:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5907#comment-434606</guid>
		<description>Hi kawaiix,
currently, I am facing the same problem like you: How can I convert the contents of the date field into something meaningful?

In a later post you mentioned that you had figured out the date thing after banging your head against the keyboard for several hours. Since I&#039;d rather not do that to figure it out myself (and it would probably require me a couple of days) could you please give me a hint?

Best regards
Markus</description>
		<content:encoded><![CDATA[<p>Hi kawaiix,<br />
currently, I am facing the same problem like you: How can I convert the contents of the date field into something meaningful?</p>
<p>In a later post you mentioned that you had figured out the date thing after banging your head against the keyboard for several hours. Since I&#8217;d rather not do that to figure it out myself (and it would probably require me a couple of days) could you please give me a hint?</p>
<p>Best regards<br />
Markus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zorro</title>
		<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/#comment-434532</link>
		<dc:creator>Zorro</dc:creator>
		<pubDate>Fri, 05 Oct 2012 21:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5907#comment-434532</guid>
		<description>No one has answered the &quot;encryption code&quot; question. 
Facing the same problem here. Great blog!! but please help with what to do or what other app to use if encryption cannot be bypassed with MesaSQLite. Thank you!!</description>
		<content:encoded><![CDATA[<p>No one has answered the &#8220;encryption code&#8221; question.<br />
Facing the same problem here. Great blog!! but please help with what to do or what other app to use if encryption cannot be bypassed with MesaSQLite. Thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://osxdaily.com/2010/07/08/read-iphone-sms-backup/#comment-433775</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Wed, 03 Oct 2012 18:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5907#comment-433775</guid>
		<description>I have no file extensions.  The backup was done without a encryption, but has a pass code to enter the phone.    I have tried to enter that but it doesn&#039;t work.  Does anybody have any idea of a work around?</description>
		<content:encoded><![CDATA[<p>I have no file extensions.  The backup was done without a encryption, but has a pass code to enter the phone.    I have tried to enter that but it doesn&#8217;t work.  Does anybody have any idea of a work around?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 2/3 queries in 0.007 seconds using disk: basic
Object Caching 344/344 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-23 04:34:18 -->