<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hvattum.net &#187; 0101</title>
	<atom:link href="http://hvattum.net/category/0101/feed/" rel="self" type="application/rss+xml" />
	<link>http://hvattum.net</link>
	<description></description>
	<lastBuildDate>Sat, 09 Jan 2010 20:59:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Syncronizing iCal with LG KU990 Viewty</title>
		<link>http://hvattum.net/2008/12/07/syncronizing-ical-with-lg-ku990-viewty/</link>
		<comments>http://hvattum.net/2008/12/07/syncronizing-ical-with-lg-ku990-viewty/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 20:19:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[0101]]></category>

		<guid isPermaLink="false">http://hvattum.net/?p=529</guid>
		<description><![CDATA[


I´ve bought a new phone &#8211; the LG KU990 Viewty
Very early on, I realised I had a problem &#8211; syncing it with iCal was not easy. After a few hours of browsing the web, I´ve found a solution. I am sharing it here:
Simply put, I installed a small program I found here: http://ical2viewty.blogspot.com/
You can find [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p><a href="http://hvattum.net/wp/wp-content/uploads/2008/12/lg-ku990.jpg"><img class="alignright size-full wp-image-544" title="lg-ku990" src="http://hvattum.net/wp/wp-content/uploads/2008/12/lg-ku990.jpg" alt="" width="192" height="144" /></a></p>
<p>I´ve bought a new phone &#8211; the <a href="http://hvattum.net/2008/12/07/lg-ku990-viewty-120-fps-video/" target="_blank">LG KU990 Viewty</a></p>
<p>Very early on, I realised I had a problem &#8211; syncing it with iCal was not easy. After a few hours of browsing the web, I´ve found a solution. I am sharing it here:</p>
<p>Simply put, I installed a small program I found here: <a href="http://ical2viewty.blogspot.com/" target="_blank">http://ical2viewty.blogspot.com/</a></p>
<p>You can find fairly detailed instructions on the page, but I ran in to a few problems, so I´m posting full install instructions here. Please notice that I have nothing to do with the development of this script &#8211; I am only a very thankful user &#8211; all credit goes to <a href="http://ical2viewty.blogspot.com/" target="_blank">Pat from Basel</a></p>
<p>iCal2Viewty is a great little program, but there are a few issues.</p>
<p>First off &#8211; it is not a two-way sync, it simply exports your iCal entries to the phone. Also, you will have to delete your entire phone calender before you export (every time).</p>
<p><span id="more-529"></span></p>
<p><span style="font-style: italic; font-weight: bold;">Main</span></p>
<p>1) First you need to make sure your LG Viewty is paired with your Mac with Bluetooth. If you need help with this try the apple site:<a href="http://docs.info.apple.com/article.html?artnum=34744"> http://docs.info.apple.com/article.html?artnum=34744</a></p>
<p>2) Download the <a href="http://www.cm7.ch/ical2viewty/iCal2Viewty.zip">0.2 version</a> if you are running OS X 10.4, and <a href="http://www.cm7.ch/ical2viewty/iCal2Viewty.zip">0.3 version</a> if you are running OS X 10.5</p>
<p>3) Clear the phone memory before running the program or you will end up with duplicate entries:</p>
<p><span style="font-style: italic;"> Organiser &gt; Settings &gt; Clear all &gt; Yes</span></p>
<p>4) Run the program, which will end with the running of &#8220;Bluetooth File Exchange&#8221; to transfer to the phone.</p>
<p><span style="font-weight: bold; font-style: italic;">Advanced Config</span></p>
<p>The calender in the KU990 has a limitation of 100 entries. If your calender has more entries, you will get an incomplete transfer. By default the program only add events from the last 2 months and into the next 3, ie, 4 months in total. To limit how many entries are transferred to your phone, you can change the timespan by creating a file called <span style="font-style: italic;">ical2viewty.config</span></p>
<p>Open TextEdit and create a new document</p>
<p>The <em>ical2viewty.config</em> file should contain only the following 4 lines :</p>
<p>&lt;?<br />
$months_history = 1;<br />
$months_future = 3;<br />
?&gt;</p>
<p>I changed the setting to history = 0, and future = 1 in order to get the number of entries under 100.</p>
<p>Save the file as <em>ical2viewty.config</em> TextEdit automatically adds the .rtf &#8211; so locate the file, mark it and press option+i and change delete the .rtf ending, so the file i only named <em>ical2viewty.config</em>.</p>
<p>Now you need to place the config file in the tmp folder. The folder is located under the root (your harddrive root folder). The folder is hidden, so in order to see it, you must show all hidden files.</p>
<p>Open Terminal (located in programs -&gt; tools),</p>
<p>Type in:</p>
<pre>defaults write com.apple.Finder AppleShowAllFiles YES</pre>
<p>and press Enter.</p>
<p>To make the command take effect, you need to restart the Finder. One way to do this is to hold down the Option key, then click and hold on the Finder icon in the Dock. When the contextual menu appears, select Relaunch and the Finder will restart.</p>
<p>Now you can see your <em>tmp</em> folder, under the root. Move <em>ical2viewty.config</em> in to the <em>tmp</em> folder, and run the program. It will display how many entries (Events) that are created. The script automatically generates the files <em>vCalender_export_from_iCal.vcs</em>, also located in the <em>tmp</em> folder &#8211; and sends it via bluetooth filesharing to your KU990.</p>
<p>You can open <em>ical2viewty.config</em> in TextEdit, and change the month settings at any time.</p>
<p>Now it´s time to hide the hidden files again.</p>
<p>Open Terminal (located in programs -&gt; tools),</p>
<p>Type in:</p>
<pre>defaults write com.apple.Finder AppleShowAllFiles NO</pre>
<p>and press Enter.</p>
<p>To make the command take effect, you need to restart the Finder. One way to do this is to hold down the Option key, then click and hold on the Finder icon in the Dock. When the contextual menu appears, select Relaunch and the Finder will restart.</p>
<p>That´s it &#8211; enjoy your phone!</p>
<p>If you have any tips about this  &#8211; please comment below. I will make changes to this entry, if something is unclear.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2652431075469268";
google_ui_features = "rc:6";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Want to read more about iCal and KU990?</p>
<p><a href="http://discussions.apple.com/thread.jspa?threadID=1211762&amp;tstart=0" target="_blank">Apple Discussions</a></p>
<p><a href="http://www.mygreatphone.com/forum/lg-ku990/" target="_blank">KU990 forum</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hvattum.net/2008/12/07/syncronizing-ical-with-lg-ku990-viewty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
