<?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 modify iPhone Calendar colors on Jailbroken iPhone</title>
	<atom:link href="http://chriscarey.com/wordpress/2009/02/10/how-to-modify-iphone-calendar-colors-with-sqlite3/feed/" rel="self" type="application/rss+xml" />
	<link>http://chriscarey.com/wordpress/2009/02/10/how-to-modify-iphone-calendar-colors-with-sqlite3/</link>
	<description>Software Developer San Francisco</description>
	<lastBuildDate>Mon, 06 Feb 2012 01:20:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris Carey</title>
		<link>http://chriscarey.com/wordpress/2009/02/10/how-to-modify-iphone-calendar-colors-with-sqlite3/comment-page-1/#comment-1429</link>
		<dc:creator>Chris Carey</dc:creator>
		<pubDate>Tue, 03 Jan 2012 18:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://chriscarey.com/blog/?p=353#comment-1429</guid>
		<description>Yeah I noticed that just the other day but haven&#039;t had time to blog it yet. Thanks for that info rockstarTS!</description>
		<content:encoded><![CDATA[<p>Yeah I noticed that just the other day but haven&#8217;t had time to blog it yet. Thanks for that info rockstarTS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://chriscarey.com/wordpress/2009/02/10/how-to-modify-iphone-calendar-colors-with-sqlite3/comment-page-1/#comment-1428</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 03 Jan 2012 18:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://chriscarey.com/blog/?p=353#comment-1428</guid>
		<description>With the update to ios 5 the schema has changed slightly for the Calendar.sqlitedb file.  Instead of using RGB colors (color_r, color_g, color_b), Apple has changed it to use a single hex color called &quot;color&quot;. :)

So an example update query would look something like this:

update Calendar set color=&#039;#FF0000&#039; where title = ‘your_calendar_name_here’;

The above hex color (#FF0000) is a shade of red.  To find your favorite color in hex just search in Google for &quot;hex colors&quot;.  There are tons of sites that have hex color charts.</description>
		<content:encoded><![CDATA[<p>With the update to ios 5 the schema has changed slightly for the Calendar.sqlitedb file.  Instead of using RGB colors (color_r, color_g, color_b), Apple has changed it to use a single hex color called &#8220;color&#8221;. <img src='http://chriscarey.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So an example update query would look something like this:</p>
<p>update Calendar set color=&#8217;#FF0000&#8242; where title = ‘your_calendar_name_here’;</p>
<p>The above hex color (#FF0000) is a shade of red.  To find your favorite color in hex just search in Google for &#8220;hex colors&#8221;.  There are tons of sites that have hex color charts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://chriscarey.com/wordpress/2009/02/10/how-to-modify-iphone-calendar-colors-with-sqlite3/comment-page-1/#comment-1390</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Mon, 08 Aug 2011 22:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://chriscarey.com/blog/?p=353#comment-1390</guid>
		<description>Thanks for your tutorial. I currently have several calendars, including some synchronised with Gmail. All the Gmail calendars have the grey colour.

So I have managed to install openssh, sqlite3, connect to my iphone and do the sql queries to change the colours manually.

However, it looks like everytime calendar synchronises with Gmail, the gmail calendars&#039; colour reverts back to the original grey! Does anyone know how I can prevent this?</description>
		<content:encoded><![CDATA[<p>Thanks for your tutorial. I currently have several calendars, including some synchronised with Gmail. All the Gmail calendars have the grey colour.</p>
<p>So I have managed to install openssh, sqlite3, connect to my iphone and do the sql queries to change the colours manually.</p>
<p>However, it looks like everytime calendar synchronises with Gmail, the gmail calendars&#8217; colour reverts back to the original grey! Does anyone know how I can prevent this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VPetkov.net &#187; Change the Exchange Calendar Color on the iPhone</title>
		<link>http://chriscarey.com/wordpress/2009/02/10/how-to-modify-iphone-calendar-colors-with-sqlite3/comment-page-1/#comment-1332</link>
		<dc:creator>VPetkov.net &#187; Change the Exchange Calendar Color on the iPhone</dc:creator>
		<pubDate>Sun, 20 Feb 2011 03:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://chriscarey.com/blog/?p=353#comment-1332</guid>
		<description>[...] This one came about as I was recently forced at work to switch from using the Unix email system to the hosted Exchange solution, in order for our calendars to be centrally accessible by everyone. Details aside, after adding my exchange to my iPhone (since I am trying to keep my blackberry off BES), I realized that the color schemes absolutely suck. From somewhere, it decided that purple was the best color, and I couldn&#8217;t change it. After aimlessly searching through the Calendar.app on the iPhone for a color changing option, I came to the realization that there was no way to do it. Luckily, my iphone was jailbroken, and there are plenty of ways to do this with a little background work. I found this amazing article: http://chriscarey.com/wordpress/2009/02/10/how-to-modify-iphone-calendar-colors-with-sqlite3/ [...]</description>
		<content:encoded><![CDATA[<p>[...] This one came about as I was recently forced at work to switch from using the Unix email system to the hosted Exchange solution, in order for our calendars to be centrally accessible by everyone. Details aside, after adding my exchange to my iPhone (since I am trying to keep my blackberry off BES), I realized that the color schemes absolutely suck. From somewhere, it decided that purple was the best color, and I couldn&#8217;t change it. After aimlessly searching through the Calendar.app on the iPhone for a color changing option, I came to the realization that there was no way to do it. Luckily, my iphone was jailbroken, and there are plenty of ways to do this with a little background work. I found this amazing article: <a href="http://chriscarey.com/wordpress/2009/02/10/how-to-modify-iphone-calendar-colors-with-sqlite3/" rel="nofollow">http://chriscarey.com/wordpress/2009/02/10/how-to-modify-iphone-calendar-colors-with-sqlite3/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Goll</title>
		<link>http://chriscarey.com/wordpress/2009/02/10/how-to-modify-iphone-calendar-colors-with-sqlite3/comment-page-1/#comment-1118</link>
		<dc:creator>Michael Goll</dc:creator>
		<pubDate>Mon, 15 Nov 2010 20:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://chriscarey.com/blog/?p=353#comment-1118</guid>
		<description>Worked great for me.  I needed to switch myself to developer on Cydia and then download the package SQLite 3.x (SQLite 3.x Library is installed by default).

Colors seem more pastel on iOS 4.1 though.

Thanks!</description>
		<content:encoded><![CDATA[<p>Worked great for me.  I needed to switch myself to developer on Cydia and then download the package SQLite 3.x (SQLite 3.x Library is installed by default).</p>
<p>Colors seem more pastel on iOS 4.1 though.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google: Kleuren van google agenda overeen laten komen met iPhone/wijzigen van kleuren - iPhone Forum - alles over de Apple iPhone, iPad en iPod touch</title>
		<link>http://chriscarey.com/wordpress/2009/02/10/how-to-modify-iphone-calendar-colors-with-sqlite3/comment-page-1/#comment-1116</link>
		<dc:creator>Google: Kleuren van google agenda overeen laten komen met iPhone/wijzigen van kleuren - iPhone Forum - alles over de Apple iPhone, iPad en iPod touch</dc:creator>
		<pubDate>Mon, 08 Nov 2010 18:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://chriscarey.com/blog/?p=353#comment-1116</guid>
		<description>[...] iPhone jailbreaken en dan deze methode toepassen:  How to modify iPhone Calendar colors on Jailbroken iPhone  Andere werkende oplossingen voor Exchange heb ik nog niet gezien (o.a. omdat het door Exchange [...]</description>
		<content:encoded><![CDATA[<p>[...] iPhone jailbreaken en dan deze methode toepassen:  How to modify iPhone Calendar colors on Jailbroken iPhone  Andere werkende oplossingen voor Exchange heb ik nog niet gezien (o.a. omdat het door Exchange [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Troy</title>
		<link>http://chriscarey.com/wordpress/2009/02/10/how-to-modify-iphone-calendar-colors-with-sqlite3/comment-page-1/#comment-910</link>
		<dc:creator>Marc Troy</dc:creator>
		<pubDate>Fri, 06 Aug 2010 02:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://chriscarey.com/blog/?p=353#comment-910</guid>
		<description>Thank you! Worked perfectly on my iPad.</description>
		<content:encoded><![CDATA[<p>Thank you! Worked perfectly on my iPad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Harper</title>
		<link>http://chriscarey.com/wordpress/2009/02/10/how-to-modify-iphone-calendar-colors-with-sqlite3/comment-page-1/#comment-902</link>
		<dc:creator>Ryan Harper</dc:creator>
		<pubDate>Tue, 03 Aug 2010 14:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://chriscarey.com/blog/?p=353#comment-902</guid>
		<description>Thank you! I just used this trick to change the colors on my newly jailbroken iphone 4. Worked like a charm!</description>
		<content:encoded><![CDATA[<p>Thank you! I just used this trick to change the colors on my newly jailbroken iphone 4. Worked like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Carey</title>
		<link>http://chriscarey.com/wordpress/2009/02/10/how-to-modify-iphone-calendar-colors-with-sqlite3/comment-page-1/#comment-852</link>
		<dc:creator>Chris Carey</dc:creator>
		<pubDate>Sat, 12 Jun 2010 07:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://chriscarey.com/blog/?p=353#comment-852</guid>
		<description>Try using putty instead of winscp</description>
		<content:encoded><![CDATA[<p>Try using putty instead of winscp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mel</title>
		<link>http://chriscarey.com/wordpress/2009/02/10/how-to-modify-iphone-calendar-colors-with-sqlite3/comment-page-1/#comment-851</link>
		<dc:creator>Mel</dc:creator>
		<pubDate>Sat, 12 Jun 2010 03:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://chriscarey.com/blog/?p=353#comment-851</guid>
		<description>for some reason i can’t get the sqlite working in WinSCP terminal. it times out then aborts when i execute

sqlite3 Calendar.sqlitedb

i’ve been searching everywhere for hours now! haven’t had any luck.. pls help!!!</description>
		<content:encoded><![CDATA[<p>for some reason i can’t get the sqlite working in WinSCP terminal. it times out then aborts when i execute</p>
<p>sqlite3 Calendar.sqlitedb</p>
<p>i’ve been searching everywhere for hours now! haven’t had any luck.. pls help!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

