<?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: iPhone: Vital Database(s) Exposed!!!</title>
	<atom:link href="http://blog.chackraview.net/2009/09/24/iphone-vital-databases-exposed/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chackraview.net/2009/09/24/iphone-vital-databases-exposed/</link>
	<description>There is no such thing as closed source software…the processor sees every instruction and so does the reverse engineer…</description>
	<lastBuildDate>Mon, 30 Jan 2012 09:34:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rajavelu</title>
		<link>http://blog.chackraview.net/2009/09/24/iphone-vital-databases-exposed/comment-page-1/#comment-669</link>
		<dc:creator>Rajavelu</dc:creator>
		<pubDate>Sat, 28 Aug 2010 12:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://bughira.wordpress.com/?p=68#comment-669</guid>
		<description>Hi, am working on an appl which needs to read call logs....can anyone help me to read the call_history.db file without jailbreaking...thanx in advance..</description>
		<content:encoded><![CDATA[<p>Hi, am working on an appl which needs to read call logs&#8230;.can anyone help me to read the call_history.db file without jailbreaking&#8230;thanx in advance..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://blog.chackraview.net/2009/09/24/iphone-vital-databases-exposed/comment-page-1/#comment-267</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Thu, 03 Dec 2009 05:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://bughira.wordpress.com/?p=68#comment-267</guid>
		<description>Bughira - thanks for posting this information. When we try to do the same, we get a no access error. I believe that the database is sandboxed on the iPhone and other apps are not allowed to access it - even on jailbroken iPhones. Have you been able to do this in an iPhone app? We can easily do this when connecting the phone to the computer. Your help will be sincerely appreciated!</description>
		<content:encoded><![CDATA[<p>Bughira &#8211; thanks for posting this information. When we try to do the same, we get a no access error. I believe that the database is sandboxed on the iPhone and other apps are not allowed to access it &#8211; even on jailbroken iPhones. Have you been able to do this in an iPhone app? We can easily do this when connecting the phone to the computer. Your help will be sincerely appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bughira</title>
		<link>http://blog.chackraview.net/2009/09/24/iphone-vital-databases-exposed/comment-page-1/#comment-257</link>
		<dc:creator>bughira</dc:creator>
		<pubDate>Tue, 01 Dec 2009 04:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://bughira.wordpress.com/?p=68#comment-257</guid>
		<description>@shikhar: I vl check with my iphone and update you soon..</description>
		<content:encoded><![CDATA[<p>@shikhar: I vl check with my iphone and update you soon..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shikhar</title>
		<link>http://blog.chackraview.net/2009/09/24/iphone-vital-databases-exposed/comment-page-1/#comment-253</link>
		<dc:creator>Shikhar</dc:creator>
		<pubDate>Mon, 30 Nov 2009 04:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://bughira.wordpress.com/?p=68#comment-253</guid>
		<description>The problem is .. we cant access Call_history.db by sqlite3_open(). 

Is there any solution?</description>
		<content:encoded><![CDATA[<p>The problem is .. we cant access Call_history.db by sqlite3_open(). </p>
<p>Is there any solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bughira</title>
		<link>http://blog.chackraview.net/2009/09/24/iphone-vital-databases-exposed/comment-page-1/#comment-66</link>
		<dc:creator>bughira</dc:creator>
		<pubDate>Mon, 05 Oct 2009 11:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://bughira.wordpress.com/?p=68#comment-66</guid>
		<description>Mitali,
Like i commented before write application using libsqlite. There are pretty simple API&#039;s like sqlite3_open(), sqlite3_exec() etc to perform operations on the DB.
Visit documentation from sqlite.org for more information.</description>
		<content:encoded><![CDATA[<p>Mitali,<br />
Like i commented before write application using libsqlite. There are pretty simple API&#8217;s like sqlite3_open(), sqlite3_exec() etc to perform operations on the DB.<br />
Visit documentation from sqlite.org for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitali</title>
		<link>http://blog.chackraview.net/2009/09/24/iphone-vital-databases-exposed/comment-page-1/#comment-65</link>
		<dc:creator>Mitali</dc:creator>
		<pubDate>Wed, 30 Sep 2009 04:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://bughira.wordpress.com/?p=68#comment-65</guid>
		<description>Thanks for Your Response
i want to create an application for iphone device that access /var/mobile/Library/CallHistory/call_history.db database.But i am unable to access above database Through my application.
Any solution
Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for Your Response<br />
i want to create an application for iphone device that access /var/mobile/Library/CallHistory/call_history.db database.But i am unable to access above database Through my application.<br />
Any solution<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bughira</title>
		<link>http://blog.chackraview.net/2009/09/24/iphone-vital-databases-exposed/comment-page-1/#comment-64</link>
		<dc:creator>bughira</dc:creator>
		<pubDate>Tue, 29 Sep 2009 15:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://bughira.wordpress.com/?p=68#comment-64</guid>
		<description>alpana,

This is just an sqlite database, you can use libsqlite on linux and access the database. Let me know if you need anything else..
all the best :)</description>
		<content:encoded><![CDATA[<p>alpana,</p>
<p>This is just an sqlite database, you can use libsqlite on linux and access the database. Let me know if you need anything else..<br />
all the best <img src='http://blog.chackraview.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitali</title>
		<link>http://blog.chackraview.net/2009/09/24/iphone-vital-databases-exposed/comment-page-1/#comment-63</link>
		<dc:creator>Mitali</dc:creator>
		<pubDate>Tue, 29 Sep 2009 06:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://bughira.wordpress.com/?p=68#comment-63</guid>
		<description>Hi......Good article.
plz tel me how you access call_history.db on iphone device programmatically

Plz help me thanks</description>
		<content:encoded><![CDATA[<p>Hi&#8230;&#8230;Good article.<br />
plz tel me how you access call_history.db on iphone device programmatically</p>
<p>Plz help me thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bughira</title>
		<link>http://blog.chackraview.net/2009/09/24/iphone-vital-databases-exposed/comment-page-1/#comment-62</link>
		<dc:creator>bughira</dc:creator>
		<pubDate>Sun, 15 Mar 2009 06:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://bughira.wordpress.com/?p=68#comment-62</guid>
		<description>Yes, indeed...</description>
		<content:encoded><![CDATA[<p>Yes, indeed&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sitt Sen</title>
		<link>http://blog.chackraview.net/2009/09/24/iphone-vital-databases-exposed/comment-page-1/#comment-61</link>
		<dc:creator>Sitt Sen</dc:creator>
		<pubDate>Sun, 15 Mar 2009 02:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://bughira.wordpress.com/?p=68#comment-61</guid>
		<description>Does the phone need to be jailbroken for the SQLite APIs to access to the databases?</description>
		<content:encoded><![CDATA[<p>Does the phone need to be jailbroken for the SQLite APIs to access to the databases?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

