<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>zen online journal &#187; software</title>
	<atom:link href="http://journal.zenyee.com/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://journal.zenyee.com</link>
	<description>a rambling of my work, my life, and my rants</description>
	<lastBuildDate>Sun, 12 Feb 2012 08:41:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='journal.zenyee.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>zen online journal &#187; software</title>
		<link>http://journal.zenyee.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://journal.zenyee.com/osd.xml" title="zen online journal" />
	<atom:link rel='hub' href='http://journal.zenyee.com/?pushpress=hub'/>
		<item>
		<title>Jammed up Office Mailbox &#8211; No more!</title>
		<link>http://journal.zenyee.com/2011/10/01/jammed-up-office-mailbox-no-more/</link>
		<comments>http://journal.zenyee.com/2011/10/01/jammed-up-office-mailbox-no-more/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 10:59:43 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[Our Hobbies]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[insert attachment links]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://journal.zenyee.com/?p=1235</guid>
		<description><![CDATA[If you were like me, who always receive emails from colleagues with huge attachments (and I meant HUGE, the largest I ever received was a 10MB PowerPoint slide), you probably can understand my frustration. Every other week my mailbox will be cloaked up, and I have to clear my inbox before I can send out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=1235&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;"><a href="http://zenyee.files.wordpress.com/2011/10/send-large-files.jpg"><img class="aligncenter size-full wp-image-1238" title="send-large-files" src="http://zenyee.files.wordpress.com/2011/10/send-large-files.jpg?w=580" alt=""   /></a>If you were like me, who always receive emails from colleagues with huge attachments (and I meant HUGE, the largest I ever received was a 10MB PowerPoint slide), you probably can understand my frustration. Every other week my mailbox will be cloaked up, and I have to clear my inbox before I can send out emails. It didn&#8217;t help that our IT admin only allocated each of us with only a pathetic 200MB mailbox quota (in this world where free mailboxes in gigabytes are not uncommon).</p>
<p>I don&#8217;t like to move those huge files to a local mail folder for a couple of reasons. So I came up with a method of manually save and delete the attachments, before inserting the links of the attachments into the original email. It worked well, but it is very manual. Outlook 2010 does help to simplify some of these steps, but the &#8216;solution&#8217; was still very manual. I had always wanted to do a quick macro programming to simplify these steps, but too lazy to move my butt.</p>
<div class="wp-caption alignnone" style="width: 610px"><a href="http://zenyee.files.wordpress.com/2011/10/outlook.jpg"><img title="Outlook" src="http://zenyee.files.wordpress.com/2011/10/outlook.jpg?w=600&#038;h=268" alt="" width="600" height="268" /></a><p class="wp-caption-text">A message with the option to archive the attachments</p></div>
<p>Earlier, I was again spending my Saturday afternoon clearing up my mailbox. I thought enough is enough so I went to google some samples, and existing solutions so that I can get this problem nailed once and for all. (Power of internet!)</p>
<p>There isn&#8217;t one solution that fits my need entirely, but suffice to say, I have enough information from the net to build a version 1.0 of what I need within minutes. Here&#8217;s a quick re-collection of what I have done;</p>
<ol>
<li>First of all, I need to enable macro in my Microsoft Outlook. Customize Quick Access Toolbar &gt; Customize Ribbon &gt; Enable &#8220;Developer&#8221; tab under &#8220;Main Tabs&#8221;</li>
<li>At the Developer Tab (in the main application screen), Create a new macro by navigating to Macros &gt; <em>Enter a new name</em> &gt; Create</li>
<li>In the macro program, I create a subroutine that will loop through the the attachments in the email, archive each of them by exporting and deleting, and finally insert the exported attachment links into the message body of the original email. The code, which is leveraged from the net with some modification, can be found at the end of this blog post.</li>
<li>Then I add the macro shortcut to the message window&#8217;s &#8220;Ribbon Bar&#8221;, so that I can &#8220;run&#8221; it immediately any time while reading an email.</li>
<ol>
<li>Open the message window by clicking on any of the emails.</li>
<li>Go to Customize Quick Access Toolbar &gt; Customize Ribbon</li>
<li>Under &#8220;Choose commands from&#8221;, select Macros. The newly created macro should be in the list</li>
<li>Under &#8220;Customize Ribbon&#8221;, Select Main Tabs.</li>
<li>Create a new tab, and under the new tab that I have just created, create a new group. The new macro command has to be added under this new group. Rename the tab and the group where appropriate. I name them as &#8220;My Tab&#8221; and &#8220;Quick Stuff&#8221; respectively.</li>
<li>Select the newly created macro and add it to the new group. I named the macro &#8220;Save &amp; Link Attachment&#8221;</li>
</ol>
<li>Once I have done all the above, I can now open any email with an attachment, Click on &#8220;My Tab&#8221; and then &#8220;Save &amp; Link Attachment&#8221; (or whatever you named it earlier in 4(vi)), the attachment will be saved, deleted and subsequently linked in the email automatically!</li>
</ol>
<p style="text-align:center;"><a href="http://zenyee.files.wordpress.com/2011/10/outlook.jpg"><br />
</a></p>
<div>
<div id="attachment_1242" class="wp-caption aligncenter" style="width: 610px"><a href="http://zenyee.files.wordpress.com/2011/10/savedattachment1.jpg"><img class="size-large wp-image-1242" title="savedattachment" src="http://zenyee.files.wordpress.com/2011/10/savedattachment1.jpg?w=600&#038;h=273" alt="" width="600" height="273" /></a><p class="wp-caption-text">How a message looks like after the macro processing</p></div>
</div>
<div>Here is the subroutine that checks for attachments existence before doing the necessary file and messaging operations. If you want your attachment(s) to be saved in specific folder (and its sub folder), you can always modify the value of the variable <em>strFolderpath</em></div>
<blockquote>
<pre>Sub SaveAttachment()

Dim objOL As Outlook.Application
Dim objMsg As Outlook.MailItem 'Object
Dim objAttachments As Outlook.Attachments
Dim objSelection As Outlook.Selection
Dim i As Long
Dim lngCount As Long
Dim strFile As String
Dim strFolderpath As Variant
Dim strDeletedFiles As String

    ' Get the path to your My Documents folder
    'strFolderpath = CreateObject("WScript.Shell").SpecialFolders(16)
    'On Error Resume Next
    ' Instantiate an Outlook Application object.
    Set objOL = CreateObject("Outlook.Application")
    ' Get the collection of selected objects.
    Set objSelection = objOL.ActiveExplorer.Selection
    ' Set the Attachment folder.
    'strFolderpath = strFolderpath &amp; "\OLAttachments\"
    'Use the MsgBox command to troubleshoot. Remove it from the final code.

    strFolderpath = "C:\"  

    Dim MyPath As Variant
    MyPath = BrowseForFolder(strFolderpath)
    If VarType(MyPath) = 11 Then
      If Not MyPath Then
        GoTo ExitSub
      End If
    End If
    strFolderpath = MyPath

    ' Check each selected item for attachments. If attachments exist,
    ' save them to the Temp folder and strip them from the item.
    For Each objMsg In objSelection
    ' This code only strips attachments from mail items.
    ' If objMsg.class=olMail Then
    ' Get the Attachments collection of the item.
     Set objAttachments = objMsg.Attachments
     lngCount = objAttachments.Count
    'Use the MsgBox command to troubleshoot. Remove it from the final code.
    'MsgBox objAttachments.Count
     If lngCount &gt; 0 Then
    ' We need to use a count down loop for removing items
    ' from a collection. Otherwise, the loop counter gets
    ' confused and only every other item is removed.
        For i = lngCount To 1 Step -1
        ' Save attachment before deleting from item.
        ' Get the file name.
        strFile = objAttachments.Item(i).FileName
        ' Combine with the path to the Temp folder.
        strFile = strFolderpath &amp; "\" &amp; strFile

        'MsgBox strFile

        ' Save the attachment as a file.
        objAttachments.Item(i).SaveAsFile strFile
        ' Delete the attachment.
        objAttachments.Item(i).Delete
        'write the save as path to a string to add to the message
        'check for html and use html tags in link
        If objMsg.BodyFormat &lt;&gt; olFormatHTML Then
            strDeletedFiles = strDeletedFiles &amp; vbCrLf &amp; "&lt;file:&gt;"
            Else
            strDeletedFiles = strDeletedFiles &amp; "&lt;br&gt;" &amp; "&lt;a href='file://" &amp; _
            strFile &amp; "'&gt;" &amp; strFile &amp; "&lt;/a&gt;"
        End If
        'Use the MsgBox command to troubleshoot. Remove it from the final code.
        'MsgBox strDeletedFiles
        Next i
    End If
    ' Adds the filename string to the message body and save it
    ' Check for HTML body
    If objMsg.BodyFormat &lt;&gt; olFormatHTML Then
        objMsg.Body = "The file(s) were saved to " &amp; strDeletedFiles &amp; vbCrLf &amp; vbCrLf &amp; objMsg.Body
    Else
        objMsg.HTMLBody = "&lt;p&gt;&lt;p&gt;The file(s) were saved to " &amp; strDeletedFiles &amp; "&lt;/p&gt;&lt;/p&gt;" &amp; objMsg.HTMLBody
    End If
       objMsg.Save
    'End If
    Next
ExitSub:
Set objAttachments = Nothing
Set objMsg = Nothing
Set objSelection = Nothing
Set objOL = Nothing

End Sub</pre>
</blockquote>
<p>I also added a function to select the folder where I want the attachment(s) to be saved in and referenced from (the message)</p>
<blockquote>
<pre>Function BrowseForFolder(Optional OpenAt As Variant) As Variant
     'Function purpose:  To Browser for a user selected folder.
     'If the "OpenAt" path is provided, open the browser at that directory
     'NOTE:  If invalid, it will open at the Desktop level

    Dim ShellApp As Object

    'Create a file browser window at the default folder
    Set ShellApp = CreateObject("Shell.Application"). _
    BrowseForFolder(0, "Please choose a folder to save the attachment(s)", 0, OpenAt)

     'Set the folder to that selected.  (On error in case cancelled)
    On Error Resume Next
    BrowseForFolder = ShellApp.self.Path
    On Error GoTo 0

     'Destroy the Shell Application
    Set ShellApp = Nothing

     'Check for invalid or non-entries and send to the Invalid error
     'handler if found
     'Valid selections can begin L: (where L is a letter) or
     '\\ (as in \\servername\sharename.  All others are invalid
    Select Case Mid(BrowseForFolder, 2, 1)
    Case Is = ":"
        If Left(BrowseForFolder, 1) = ":" Then GoTo Invalid
    Case Is = "\"
        If Not Left(BrowseForFolder, 1) = "\" Then GoTo Invalid
    Case Else
        GoTo Invalid
    End Select

    Exit Function

Invalid:
     'If it was determined that the selection was invalid, set to False
    BrowseForFolder = False

End Function</pre>
</blockquote>
<br /> Tagged: <a href='http://journal.zenyee.com/tag/attachments/'>attachments</a>, <a href='http://journal.zenyee.com/tag/exchange/'>exchange</a>, <a href='http://journal.zenyee.com/tag/insert-attachment-links/'>insert attachment links</a>, <a href='http://journal.zenyee.com/tag/macro/'>macro</a>, <a href='http://journal.zenyee.com/tag/microsoft/'>microsoft</a>, <a href='http://journal.zenyee.com/tag/outlook/'>outlook</a>, <a href='http://journal.zenyee.com/tag/productivity/'>productivity</a>, <a href='http://journal.zenyee.com/tag/software/'>software</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zenyee.wordpress.com/1235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zenyee.wordpress.com/1235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zenyee.wordpress.com/1235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zenyee.wordpress.com/1235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zenyee.wordpress.com/1235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zenyee.wordpress.com/1235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zenyee.wordpress.com/1235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zenyee.wordpress.com/1235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zenyee.wordpress.com/1235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zenyee.wordpress.com/1235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zenyee.wordpress.com/1235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zenyee.wordpress.com/1235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zenyee.wordpress.com/1235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zenyee.wordpress.com/1235/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=1235&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journal.zenyee.com/2011/10/01/jammed-up-office-mailbox-no-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">zen</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2011/10/send-large-files.jpg" medium="image">
			<media:title type="html">send-large-files</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2011/10/outlook.jpg?w=600" medium="image">
			<media:title type="html">Outlook</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2011/10/savedattachment1.jpg?w=600" medium="image">
			<media:title type="html">savedattachment</media:title>
		</media:content>
	</item>
		<item>
		<title>Boutique Store, Hypermarket and Farmer&#8217;s Market</title>
		<link>http://journal.zenyee.com/2010/10/15/boutique-store-hypermarket-and-farmers-market/</link>
		<comments>http://journal.zenyee.com/2010/10/15/boutique-store-hypermarket-and-farmers-market/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 16:10:59 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[Our peace of mind]]></category>
		<category><![CDATA[application market]]></category>
		<category><![CDATA[peace of minds]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://journal.zenyee.com/?p=1018</guid>
		<description><![CDATA[When Microsoft first launched their Application Marketplace, the number of applications are so limited that you feel like entering a boutique shop selling or showcasing limited edition products. After 3 years (or is it 4?), Apple (and their loyal fans) always like to boast about the high volume of applications available in their Appstore. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=1018&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://zenyee.files.wordpress.com/2010/10/market.jpg"><img class="aligncenter size-full wp-image-1019" title="market" src="http://zenyee.files.wordpress.com/2010/10/market.jpg?w=580" alt=""   /></a></p>
<p>When Microsoft first launched their Application Marketplace, the number of applications are so limited that you feel like entering a boutique shop selling or showcasing limited edition products.</p>
<p>After 3 years (or is it 4?), Apple (and their loyal fans) always like to boast about the high volume of applications available in their Appstore. The last I read they claimed to have 200,000 applications available for download. But in reality, how many of them are really useful, and how many of them would really catch your attention for a download? Apple Appstore therefore is like a big superstore or hypermarket, not just  because there&#8217;s a wide variety of products you can choose from, but more importantly you are either clueless what exactly you need, or you are just bored that you want to shop around.</p>
<p>Now Google had recently claimed that they have reached the milestone of 75000 apps in their Android market. With just 1/3 of what Apple Appstore has,  Android market is just like a farmer&#8217;s market (or in local context, a wet market), provides all the essential and necessity goods without the bells and whistles.  Android Market is just that for the current moment. But like a typical wet market, it&#8217;ll transform overtime, and I will not be surprised that Android Market becomes a &#8220;superstore&#8221; in near future.</p>
<p>So the point being? Application store in terms of application counts is no longer relevant anymore. What  matters more will be the quality of the applications available, and that is not just about the user interface, but also the functionalities the application provides. Strip away the useless apps in Apple Appstore for example, you probably only have 1/3 (I am being conservative here) of them that&#8217;s worthy for download and use. So keep an open mind (myself included), ask yourself what applications you need, and shop around to see which platform offers the best application that best meets your need, not how many you can download.</p>
<br /> Tagged: <a href='http://journal.zenyee.com/tag/application-market/'>application market</a>, <a href='http://journal.zenyee.com/tag/peace-of-minds/'>peace of minds</a>, <a href='http://journal.zenyee.com/tag/software/'>software</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zenyee.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zenyee.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zenyee.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zenyee.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zenyee.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zenyee.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zenyee.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zenyee.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zenyee.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zenyee.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zenyee.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zenyee.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zenyee.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zenyee.wordpress.com/1018/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=1018&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journal.zenyee.com/2010/10/15/boutique-store-hypermarket-and-farmers-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">zen</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2010/10/market.jpg" medium="image">
			<media:title type="html">market</media:title>
		</media:content>
	</item>
		<item>
		<title>Merlion NG Leo v1.65 Video walkthrough</title>
		<link>http://journal.zenyee.com/2010/05/02/merlion-ng-leo-v1-65-video-walkthrough/</link>
		<comments>http://journal.zenyee.com/2010/05/02/merlion-ng-leo-v1-65-video-walkthrough/#comments</comments>
		<pubDate>Sat, 01 May 2010 20:20:52 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[Our Hobbies]]></category>
		<category><![CDATA[merlion leo]]></category>
		<category><![CDATA[merlion ng leo]]></category>
		<category><![CDATA[pocket pc]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://journal.zenyee.com/?p=847</guid>
		<description><![CDATA[Tagged: merlion leo, merlion ng leo, pocket pc, software, windows mobile<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=847&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://journal.zenyee.com/2010/05/02/merlion-ng-leo-v1-65-video-walkthrough/"><img src="http://img.youtube.com/vi/ZzmMOiYj0GA/2.jpg" alt="" /></a></span>
<br /> Tagged: <a href='http://journal.zenyee.com/tag/merlion-leo/'>merlion leo</a>, <a href='http://journal.zenyee.com/tag/merlion-ng-leo/'>merlion ng leo</a>, <a href='http://journal.zenyee.com/tag/pocket-pc/'>pocket pc</a>, <a href='http://journal.zenyee.com/tag/software/'>software</a>, <a href='http://journal.zenyee.com/tag/windows-mobile/'>windows mobile</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zenyee.wordpress.com/847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zenyee.wordpress.com/847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zenyee.wordpress.com/847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zenyee.wordpress.com/847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zenyee.wordpress.com/847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zenyee.wordpress.com/847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zenyee.wordpress.com/847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zenyee.wordpress.com/847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zenyee.wordpress.com/847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zenyee.wordpress.com/847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zenyee.wordpress.com/847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zenyee.wordpress.com/847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zenyee.wordpress.com/847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zenyee.wordpress.com/847/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=847&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journal.zenyee.com/2010/05/02/merlion-ng-leo-v1-65-video-walkthrough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">zen</media:title>
		</media:content>
	</item>
		<item>
		<title>Merlion NG v1.61 creates its own milestone</title>
		<link>http://journal.zenyee.com/2010/05/01/merlion-ng-v1-61-creates-own-milestone/</link>
		<comments>http://journal.zenyee.com/2010/05/01/merlion-ng-v1-61-creates-own-milestone/#comments</comments>
		<pubDate>Sat, 01 May 2010 01:08:09 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[Our Hobbies]]></category>
		<category><![CDATA[custom rom]]></category>
		<category><![CDATA[dzenkinz]]></category>
		<category><![CDATA[Merlion]]></category>
		<category><![CDATA[Merlion NG]]></category>
		<category><![CDATA[pocket pc]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows mobile]]></category>
		<category><![CDATA[winmo]]></category>
		<category><![CDATA[wm6.5]]></category>

		<guid isPermaLink="false">http://journal.zenyee.com/?p=840</guid>
		<description><![CDATA[Ever since I started building the new series of Merlion Leo ROM, I started to see more interest probably because it&#8217;s based on the new Windows Mobile 6.5 platform. Lately, I have updated the ROM with newer version of drivers and the necessary configurations,  and that  was a huge performance booster! There must be some [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=840&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ever since I started building the <a href="http://journal.zenyee.com/2010/04/02/merlion-leo-goes-next-gen/">new series of Merlion Leo ROM</a>, I started to see more interest probably because it&#8217;s based on the new Windows Mobile 6.5 platform. Lately, I have updated the ROM with newer version of drivers and the necessary configurations,  and that  was a huge performance booster!</p>
<p><a rel="attachment wp-att-841" href="http://journal.zenyee.com/2010/05/01/merlion-ng-v1-61-creates-own-milestone/capture1/"><img class="aligncenter size-large wp-image-841" title="Capture1" src="http://zenyee.files.wordpress.com/2010/05/capture1.jpg?w=600&#038;h=208" alt="" width="600" height="208" /></a></p>
<p>There must be some correlation between the number of clicks the ROM download link got, versus the performance of the ROM. Within 2 days of release, it got more than 200 of clicks. Okay, not a great deal for the mainstream  ROMs like Miri or Energy, or the actual download is approximately just 3/4 of of the clicks. Regardless,that&#8217;s a significant milestone for Merlion NG series in my humble opinion.</p>
<p><a rel="attachment wp-att-842" href="http://journal.zenyee.com/2010/05/01/merlion-ng-v1-61-creates-own-milestone/capture2/"><img class="aligncenter size-large wp-image-842" title="Capture2" src="http://zenyee.files.wordpress.com/2010/05/capture2.jpg?w=600&#038;h=553" alt="" width="600" height="553" /></a></p>
<p>The demographic of my user base is pretty much expected. Since I have build the Chinese Simplified Input/Display support, I would naturally anticipate most of the users to come from a Chinese populated location. So users from Singapore &amp; China made up close to 60% of Merlion NG series total user base. What&#8217;s interesting is I do have users from the Europe &amp; Middle East countries.</p>
<p>If you have not flashed the<a href="http://forum.xda-developers.com/showthread.php?t=656330"> latest Merlion NG series ROM (v1.65)</a>, you should because you never know what you have been missing until you have tried it. Some had even described the ROM to be on steroid,  or on drug cocktail!  Don&#8217;t believe? See the below performance chart of the NG series ROM performance.</p>
<p><a rel="attachment wp-att-843" href="http://journal.zenyee.com/2010/05/01/merlion-ng-v1-61-creates-own-milestone/merlion-2-68-v-ng1-00-v-ng1-50-v-ng1-65/"><img class="aligncenter size-large wp-image-843" title="merlion-2.68-v-ng1.00-v-ng1.50-v-ng1.65" src="http://zenyee.files.wordpress.com/2010/05/merlion-2-68-v-ng1-00-v-ng1-50-v-ng1-65.jpg?w=405&#038;h=600" alt="" width="405" height="600" /></a></p>
<p>If the chart above does not give you much context, just imagine this. A stock (i.e. official) ROM would only achieve <a href="http://www.mobiletechworld.com/2009/09/28/htc-leo-hd2-benchmarks/">a total SPB benchmark index of 1590</a>. In comparison to the latest release of Merlion NG series, the latter is 2 times faster! Even for the first generation of Merlion series, v2.68 is generally one of the better performing ROM among the rest of HD2 custom ROMs, so I will not be surprised, if we were to put a ranking table to compare the performance of all the custom ROMS in xda-developers or htcpedia, Merlion NG series should be in the top ranks, if not right at the top <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br /> Tagged: <a href='http://journal.zenyee.com/tag/custom-rom/'>custom rom</a>, <a href='http://journal.zenyee.com/tag/dzenkinz/'>dzenkinz</a>, <a href='http://journal.zenyee.com/tag/merlion/'>Merlion</a>, <a href='http://journal.zenyee.com/tag/merlion-ng/'>Merlion NG</a>, <a href='http://journal.zenyee.com/tag/pocket-pc/'>pocket pc</a>, <a href='http://journal.zenyee.com/tag/software/'>software</a>, <a href='http://journal.zenyee.com/tag/windows-mobile/'>windows mobile</a>, <a href='http://journal.zenyee.com/tag/winmo/'>winmo</a>, <a href='http://journal.zenyee.com/tag/wm6-5/'>wm6.5</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zenyee.wordpress.com/840/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zenyee.wordpress.com/840/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zenyee.wordpress.com/840/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zenyee.wordpress.com/840/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zenyee.wordpress.com/840/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zenyee.wordpress.com/840/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zenyee.wordpress.com/840/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zenyee.wordpress.com/840/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zenyee.wordpress.com/840/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zenyee.wordpress.com/840/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zenyee.wordpress.com/840/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zenyee.wordpress.com/840/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zenyee.wordpress.com/840/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zenyee.wordpress.com/840/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=840&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journal.zenyee.com/2010/05/01/merlion-ng-v1-61-creates-own-milestone/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">zen</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2010/05/capture1.jpg?w=600" medium="image">
			<media:title type="html">Capture1</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2010/05/capture2.jpg?w=600" medium="image">
			<media:title type="html">Capture2</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2010/05/merlion-2-68-v-ng1-00-v-ng1-50-v-ng1-65.jpg?w=405" medium="image">
			<media:title type="html">merlion-2.68-v-ng1.00-v-ng1.50-v-ng1.65</media:title>
		</media:content>
	</item>
		<item>
		<title>Cooking Windows Mobile ROM for dummies</title>
		<link>http://journal.zenyee.com/2010/01/31/cooking-windows-mobile-rom-for-dummies/</link>
		<comments>http://journal.zenyee.com/2010/01/31/cooking-windows-mobile-rom-for-dummies/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 12:45:09 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[WinCE Work]]></category>
		<category><![CDATA[kitchen]]></category>
		<category><![CDATA[rom]]></category>
		<category><![CDATA[rom cooking]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows mobile]]></category>
		<category><![CDATA[winmo]]></category>

		<guid isPermaLink="false">http://journal.zenyee.com/?p=774</guid>
		<description><![CDATA[Introduction to cooking We are all very familiar with setting up a new operating system in our PC or notebook. Doing so on our Windows mobile device, is however, not so straight forward. The only way is to setup the operating system, along with the desired applications, into an image, which will then be flashed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=774&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1><img class="alignleft size-medium wp-image-775" style="margin-left:25px;margin-right:25px;" title="Cooking4Dummies" src="http://zenyee.files.wordpress.com/2010/01/cooking4dummies.jpg?w=317&#038;h=399" alt="" width="317" height="399" /><strong class="bbc"> </strong></h1>
<h1><strong class="bbc">Introduction to cooking</strong></h1>
<p>We are all very familiar with setting up a new operating system in our PC<strong class="bbc"> </strong>or notebook. Doing so on our Windows mobile device, is however, not so straight forward. The only way is to setup the operating system, along with the desired applications, into an image, which will then be flashed into the mobile device. The process of building the image, is also known as cooking.  The person who involves in cooking, is known as chef.</p>
<p><span id="more-774"></span></p>
<h1>Ins and Outs of a Windows Mobile ROM</h1>
<p>An ROMimage contains 1 or more image chunks, such as Radio, Splash, Bootloader, OS, etc. In this blog, I would be focusing on OS image, which is made up of 4 sections, namely XIP, SYS, OEM and EXT.</p>
<p>XIP, which stands for &#8220;Execute in Place&#8221;, is a method of executing programs directly from the persistent storage, instead of copying it to and running it from RAM. The files in this section, are essentially the kernel of the OS, and it follows very closely to the version &amp; build of the Windows Mobile operating system that you are planning to build upon. You should not be trying to exclude any of the files in this section, although in some cases, you may need to modify the NK.EXE file to customize the version number to be displayed on your device&#8217;s splash screen.</p>
<p>SYS, is where you would find the rest of the default Windows Mobile operating system files, including all the default WM software and the resource files such as images or data files. This is the section, where you can disable some of the applications and their corresponding resources to reduce the OS footprint. For example. you can disable &#8220;Autoupdate&#8221; since we almost would not be getting any update from Microsoft over the air (OTA). Another example, if you do not use CHome, the new Windows Mobile home interface, you can disable it.</p>
<p>OEM section, contains all the drivers and configurations developed by the phone manufacturer for the specific device. Please careful of using a different driver set (possibly from another device) as it may render your device unbootable if the driver conflicts. In the OEM section, there is one file known as &#8220;initflashfiles.dat&#8221;, usually found in OEM_Lang_XXXX folder (where XXXX is the language identifier represented in numeric term), which is used to define how the files will be copied to the phone after a hard reset. By default, a file cooked in a ROM goes to \Windows folder, and the initflashfiles.dat will copy it (not move) to a different folder, such as &#8220;\Program Files\XXX&#8221;</p>
<p>Lastly, the EXT refers to the set of application packages that are added usually by the phone manufacturer to fulfill certain functionalities of the phone. If you would like an application to be setup automatically after each hard reset, this is the section where you add the application package.</p>
<h1><strong class="bbc">Tools you need to cook</strong></h1>
<p>We all know a kitchen is where a chef would whip up some nice crusine dishes. Similiarly, in order for one to cook the rom, he would need a set of utility tools which are also known as kitchen. In the early days of cooking era, chefs (i.e. those who cook) had to build their ROM image via command line utility. These days, we have developers building visual kitchen, which makes the whole cooking process much easier and convenient. There are a few visual kitchens (Ervius, Vistang, etc) floating around in the xda-developers, and they are mostly based on <strong class="bbc">Bepe&#8217;s </strong>platformbuilder tool. For the remaining of this guide, I would be using visual kitchen to describe the process. For beginner, I find <strong>Vistang</strong>&#8216;s kitchen pretty much idiot proof, whereas <strong>Ervius </strong>have more comprehensive features.</p>
<ul class="bbc" style="padding-left:30px;">
<li><a class="bbc_url" title="External link" rel="nofollow" href="http://forum.xda-developers.com/showthread.php?t=469420">Ervius Kitchen</a></li>
<li><a class="bbc_url" title="External link" rel="nofollow" href="http://forum.xda-developers.com/showthread.php?t=573778">Vistang Kitchen</a></li>
</ul>
<p style="padding-left:30px;">
<h1><strong class="bbc">Process of cooking </strong></h1>
<h1 style="padding-left:30px;"><strong class="bbc"> </strong></h1>
<p><strong class="bbc"><br />
</strong>Firstly, look for a kitchen that has all the 4 sections (i.e. XIP, OEM, EXT, SYS) pre configured. This way, you have a good base to start with. Then you can easily select or  unselect packages that you would like to include/exclude to the rom that you eventually create. If you have to create the kitchen from scratch, you would then need to extract the applications and files from the official ROM (see step 1).</p>
<h3 style="padding-left:30px;">1. Extracting packages from official ROM</h3>
<p style="padding-left:30px;">The easiest way is to use the kitchen tool, to interactively dump the files out from the original ROM image. Ervius Kitchen would have this feature.  Otherwise, you need a set of command line utilities to break the original ROM image (nbh format) into several chunk (nb format), and then further extract the application files from the nb files. You can find the detail of the tools you need from <a class="bbc_url" title="External link" rel="nofollow" href="http://www.xdasite.com/showthread.php?t=1084">this link</a></p>
<h3 style="padding-left:30px;">2. Remove or Add/Update packages in OEM, SYS or EXT</h3>
<p style="padding-left:30px;">Once you have all the files in your kitchen, you can start configuring your ROM according to your preference. I find <a class="bbc_url" title="External link" rel="nofollow" href="http://forum.xda-developers.com/showthread.php?t=564130">this tutorial</a> very useful, in guiding, from start to end, on the various configurations that can happen on your ROM. If you have new application that you want to add to the ROM, and they are not part of the existing package, you need to ensure that you create a package for it, which <a class="bbc_url" title="External link" rel="nofollow" href="http://forum.xda-developers.com/showpost.php?p=1575728&amp;postcount=48">this link</a> has described very well on how you do so. In some kitchens like Vistang, all you need to do is to create a folder and have the files stored in the sub folder named &#8220;files&#8221;, without the need to create the dsm or rgu configuration files.  If there&#8217;s any need to update the registry, you can create a registry file &#8220;app.reg&#8221; in the folder. The most effective way to get familiarised is to look at some of the existing packages.</p>
<p style="padding-left:30px;">Lastly, if you would like to include new build of the Windows Mobile to your kitchen, you need to ensure that you have the SYS and ROM folder updated.</p>
<p style="padding-left:30px;">Once you are done with the file dump, make sure all the files are placed in the appropiate section of your kitchen. Different kitchens may have different folder structure, but by and large, they are organised by the 4 sections which I have described earlier.</p>
<h3 style="padding-left:30px;">3. Customise the shortcuts and other file initialisation</h3>
<p style="padding-left:30px;">Since all the cooked files are by default copied to \Windows directory, you need to configure initflashfiles.dat if you need to copy the files to other folder such as Start Menu or Program Files. The syntax of the command in initflashfiles.dat are basically as follow;</p>
<blockquote>
<ul>
<li><em>Directory(&#8220;\Windows&#8221;):-Directory(&#8220;Help&#8221;) </em></li>
</ul>
</blockquote>
<blockquote>
<p style="padding-left:30px;">Creates a new sub folder &#8220;Help&#8221; in &#8220;\Windows&#8221; directory</p>
</blockquote>
<blockquote>
<ul>
<li><em>Directory(&#8220;\My Documents\My Pictures&#8221;):-File(&#8220;Destination.jpg&#8221;,&#8221;\Windows\Source.jpg&#8221;)</em></li>
</ul>
</blockquote>
<blockquote>
<p style="padding-left:30px;">Copy a new file named &#8220;Destination.jpg&#8221; from &#8220;\Windows\Source.jpg&#8221; to &#8220;\My Documents\My Pictures&#8221; directory.</p>
</blockquote>
<p style="padding-left:30px;">The initflashfiles.dat only create new sub folder or copy files from one place to another. If you need to delete a file outside of \Windows directory, you need to use the <a href="http://msdn.microsoft.com/en-us/library/ms889539.aspx">Configuration Service Provider</a> to execute the deletion command. The configurations are maintained in provisioning xml file (or known as provxml file)  You can also use this method to set up other items such as your Activesync configuration, Registry update, etc.</p>
<h3 style="padding-left:30px;">4. Build &amp; Flash your ROM</h3>
<p style="padding-left:30px;">If you want to ensure that your ROM version is reflected correctly in the RUU utility program, you may need to modify htcrtproj in the Tools folder of the kitchen. For Ervius kitchen, the file is Leo.htcrtproj (for Leo kitchen) and for Vistang, it&#8217;s os.htcrtproj</p>
<p style="padding-left:30px;">For some kitchen, such as Vistang&#8217;s kitchen, you can also include other part of the ROM image, such as radio image, to your final cook ROM. Usually these features require you to have a registered copy of the kitchen software though.</p>
<p style="padding-left:30px;">Now that you have your ROM built, you can then start flashing it to your device.</p>
<p style="padding-left:30px;"><strong><br />
</strong></p>
<h1><strong> Useful Links</strong></h1>
<ul>
<li><a href="http://forum.xda-developers.com/showthread.php?t=521632&amp;page=1" target="_blank">Sous-Chef&#8217;s Guide to Da_G&#8217;s Ervius Visual Kitchen 9.7</a></li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=622230">sparkienl Comprehensive Kitchen Guide &amp; Useful links</a></li>
<li> <a href="http://forum.xda-developers.com/showthread.php?t=624256">Standard Leo Package Listing &amp; the dependencies</a></li>
<li><a href="http://wiki.xda-developers.com/index.php?pagename=OEM%20Package%20Tutorial" target="_blank">How to create OEM package and OEM package listing</a></li>
<li><a href="http://forum.xda-developers.com/showpost.php?p=4268166&amp;postcount=5" target="_blank">Da_G&#8217;s listing of standard Windows Mobile packages</a> (description &amp; dependencies)</li>
</ul>
<p style="padding-left:30px;"><strong class="bbc"> </strong></p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:0;width:1px;height:1px;padding-left:30px;"><img src="/Users/chngspje/AppData/Local/Temp/moz-screenshot-1.png" alt="" /></div>
<br /> Tagged: <a href='http://journal.zenyee.com/tag/kitchen/'>kitchen</a>, <a href='http://journal.zenyee.com/tag/rom/'>rom</a>, <a href='http://journal.zenyee.com/tag/rom-cooking/'>rom cooking</a>, <a href='http://journal.zenyee.com/tag/software/'>software</a>, <a href='http://journal.zenyee.com/tag/windows-mobile/'>windows mobile</a>, <a href='http://journal.zenyee.com/tag/winmo/'>winmo</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zenyee.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zenyee.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zenyee.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zenyee.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zenyee.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zenyee.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zenyee.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zenyee.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zenyee.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zenyee.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zenyee.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zenyee.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zenyee.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zenyee.wordpress.com/774/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=774&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journal.zenyee.com/2010/01/31/cooking-windows-mobile-rom-for-dummies/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">zen</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2010/01/cooking4dummies.jpg?w=317" medium="image">
			<media:title type="html">Cooking4Dummies</media:title>
		</media:content>
	</item>
		<item>
		<title>Venturing into ROM cooking</title>
		<link>http://journal.zenyee.com/2010/01/31/venturing-into-rom-cooking/</link>
		<comments>http://journal.zenyee.com/2010/01/31/venturing-into-rom-cooking/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 08:39:01 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[WinCE Work]]></category>
		<category><![CDATA[custom rom]]></category>
		<category><![CDATA[kitchen]]></category>
		<category><![CDATA[rom]]></category>
		<category><![CDATA[rom cooking]]></category>
		<category><![CDATA[rom upgrade]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://journal.zenyee.com/?p=769</guid>
		<description><![CDATA[And I meant ROM as Read-Only-Memory, not Registry-of-Marriage, which some fellow Singaporean bloggers would have assumed Despite holding a non-development responsibility in my IT professional job, I still have a soft spot for software programming, and therefore, I have been developing software during my free time, and some of them were showcased in my own [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=769&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>And I meant ROM as Read-Only-Memory, not Registry-of-Marriage, which some fellow Singaporean bloggers would have assumed <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Despite holding a non-development responsibility in my IT professional job, I still have a soft spot for software programming, and therefore, I have been developing software during my free time, and some of them were showcased in <a href="http://journal.zenyee.com/tag/software/" target="_blank">my own blog</a></p>
<p style="text-align:left;">
<img class="aligncenter" title="dZenkinz-Merlion" src="http://zenyee.files.wordpress.com/2010/01/dzenkinz-merlion.gif?w=384&#038;h=400" alt="" width="384" height="400" /><br />
The year of 2010, is a new era for me, as I have &#8220;progressed&#8221; beyond software development, and ventured into Windows Mobile operating system image development, or better known as &#8220;ROM cooking&#8221;, and greatly helped by the availability of easy-to-use tools.</p>
<p>dZenkinZ © Merlion Leo is my first attempt of the ROM building venture, for HTC HD2 Leo. The primary objective of the effort is to have a customized ROM based on my personal needs, with the emphasis on striking a balance between performance and nice user interface. So you may find that some of the included/excluded features not something you would expect of a &#8220;public ROM&#8221;. Nevertheless, recognising that this is probably the first Leo ROM that&#8217;s based on WWE (WorldWide Edition, i.e. English ROM) with Simplified Chinese display &amp; input support, I have decided to share my work with you so that this provides an alternative to rest of the ROMS out in xda-developers.</p>
<p style="text-align:left;">And why Merlion as the name of my ROM? Since this is possibly the first made-in-Singapore Leo ROM, and Merlion is a well recognised icon for Singapore, I thought why not? It surely beats using some other geeky or cheesy name, isn&#8217;t it?</p>
<p style="text-align:left;">If you like to use my ROM, you can head over to <a href="http://forum.xda-developers.com/showthread.php?t=621699">xda-developers</a> for the download link and discussion.</p>
<br /> Tagged: <a href='http://journal.zenyee.com/tag/custom-rom/'>custom rom</a>, <a href='http://journal.zenyee.com/tag/kitchen/'>kitchen</a>, <a href='http://journal.zenyee.com/tag/rom/'>rom</a>, <a href='http://journal.zenyee.com/tag/rom-cooking/'>rom cooking</a>, <a href='http://journal.zenyee.com/tag/rom-upgrade/'>rom upgrade</a>, <a href='http://journal.zenyee.com/tag/software/'>software</a>, <a href='http://journal.zenyee.com/tag/windows-mobile/'>windows mobile</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zenyee.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zenyee.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zenyee.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zenyee.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zenyee.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zenyee.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zenyee.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zenyee.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zenyee.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zenyee.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zenyee.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zenyee.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zenyee.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zenyee.wordpress.com/769/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=769&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journal.zenyee.com/2010/01/31/venturing-into-rom-cooking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">zen</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2010/01/dzenkinz-merlion.gif?w=384" medium="image">
			<media:title type="html">dZenkinz-Merlion</media:title>
		</media:content>
	</item>
		<item>
		<title>ShowTraffic with Google Map Traffic</title>
		<link>http://journal.zenyee.com/2010/01/01/showtraffic-with-google-map-traffic/</link>
		<comments>http://journal.zenyee.com/2010/01/01/showtraffic-with-google-map-traffic/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 15:36:42 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[WinCE Work]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[google map]]></category>
		<category><![CDATA[pocket pc]]></category>
		<category><![CDATA[show traffic]]></category>
		<category><![CDATA[showtraffic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[windows mobile]]></category>
		<category><![CDATA[winmo]]></category>

		<guid isPermaLink="false">http://journal.zenyee.com/?p=723</guid>
		<description><![CDATA[ShowTraffic SG has been updated to release 1.2. It fixes some bugs, and introduce a new feature to support Google Map Traffic, which enables one to go directly to Google Map from Show Traffic application. You can download from here Update on 28th Jan: version 1.3 has been released to fix a bug and also [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=723&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-733" title="ShowTraffic" src="http://zenyee.files.wordpress.com/2009/12/showtraffic.png?w=580" alt=""   /></p>
<p><a href="http://journal.zenyee.com/2009/09/18/show-traffic-for-singapore/" target="_blank">ShowTraffic SG</a> has been updated to release 1.2. It fixes some bugs, and introduce a new feature to support Google Map Traffic, which enables one to go directly to Google Map from Show Traffic application.</p>
<p><span style="text-decoration:line-through;">You can download <a href="http://http://tinyurl.com/ShowTrafficSG-1-2" target="_blank">from here</a> </span> <span style="color:#ff0000;"><em>Update on 28th Jan: <a href="http://www.4shared.com/file/209816630/b4731635/Zenyee_Show_SG_Traffic_13.html">version 1.3</a> has been released to fix a bug and also added two new camera points. </em></span></p>

<a href='http://journal.zenyee.com/2010/01/01/showtraffic-with-google-map-traffic/2009-12-12_01-52-08-am-2/' title='2009-12-12_01-52-08-AM'><img data-attachment-id='756' data-orig-size='480,800' data-liked='0'width="150" height="250" src="http://zenyee.files.wordpress.com/2010/01/2009-12-12_01-52-08-am.jpeg?w=150&#038;h=250" class="attachment-thumbnail" alt="2009-12-12_01-52-08-AM" title="2009-12-12_01-52-08-AM" /></a>
<a href='http://journal.zenyee.com/2010/01/01/showtraffic-with-google-map-traffic/2009-12-12_01-52-25-am-2/' title='2009-12-12_01-52-25-AM'><img data-attachment-id='757' data-orig-size='480,800' data-liked='0'width="150" height="250" src="http://zenyee.files.wordpress.com/2010/01/2009-12-12_01-52-25-am.jpeg?w=150&#038;h=250" class="attachment-thumbnail" alt="2009-12-12_01-52-25-AM" title="2009-12-12_01-52-25-AM" /></a>

<br /> Tagged: camera, google map, pocket pc, show traffic, showtraffic, software, traffic, windows mobile, winmo <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zenyee.wordpress.com/723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zenyee.wordpress.com/723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zenyee.wordpress.com/723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zenyee.wordpress.com/723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zenyee.wordpress.com/723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zenyee.wordpress.com/723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zenyee.wordpress.com/723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zenyee.wordpress.com/723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zenyee.wordpress.com/723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zenyee.wordpress.com/723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zenyee.wordpress.com/723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zenyee.wordpress.com/723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zenyee.wordpress.com/723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zenyee.wordpress.com/723/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=723&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journal.zenyee.com/2010/01/01/showtraffic-with-google-map-traffic/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">zen</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2009/12/showtraffic.png" medium="image">
			<media:title type="html">ShowTraffic</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2010/01/2009-12-12_01-52-08-am.jpeg?w=150" medium="image">
			<media:title type="html">2009-12-12_01-52-08-AM</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2010/01/2009-12-12_01-52-25-am.jpeg?w=150" medium="image">
			<media:title type="html">2009-12-12_01-52-25-AM</media:title>
		</media:content>
	</item>
		<item>
		<title>Show Traffic for Singapore (v1.1) with kinetic scrolling</title>
		<link>http://journal.zenyee.com/2009/09/18/show-traffic-for-singapore/</link>
		<comments>http://journal.zenyee.com/2009/09/18/show-traffic-for-singapore/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 17:43:34 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[WinCE Work]]></category>
		<category><![CDATA[lta]]></category>
		<category><![CDATA[pocket pc]]></category>
		<category><![CDATA[show traffic]]></category>
		<category><![CDATA[singapore]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[touch hd]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[windows mobile]]></category>
		<category><![CDATA[wm6]]></category>

		<guid isPermaLink="false">http://journal.zenyee.com/2009/09/18/674/</guid>
		<description><![CDATA[Kinetic scrolling is essentially a new improved way of scrolling a page, or a list, and is finger friendly and visually more pleasant. It was first found in iPhone user interface, but more and more applications in other mobile platform, such as Windows Mobile, Symbian, are following suite. In Windows Mobile, there is no SDK [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=674&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Kinetic scrolling is essentially a new improved way of scrolling a page, or a list, and is finger friendly and visually more pleasant. It was first found in iPhone user interface, but more and more applications in other mobile platform, such as Windows Mobile, Symbian, are following suite. In Windows Mobile, there is no SDK exists, to my knowledge, to enable developers to add this new scrolling feature to the application without substantial development work.</p>
<span style="text-align:center; display: block;"><a href="http://journal.zenyee.com/2009/09/18/show-traffic-for-singapore/"><img src="http://img.youtube.com/vi/hgWvitZW4ic/2.jpg" alt="" /></a></span>
<p>Last weekend, I managed to reverse engineer this feature and included it in my latest <a href="http://journal.zenyee.com/2009/09/13/show-traffic-another-windows-mobile-quicky-app/">Show Traffic </a>application. Check out the video, and you know what I&#8217;m talking about!</p>
<p>You can download the latest version <a href="http://tinyurl.com/kscqxp">from this link</a>. Version 1.1 is now &#8220;skinable&#8221; (yay! my first skinable appy) and is compatible to both Q(W)VGA and (W)VGA Windows Mobile devices.</p>
<blockquote><p>To skin the application, you have to modify the following image files</p>
<ol>
<li><strong>BG_selector</strong> background image of the item</li>
<li><strong>BG_highlight </strong>background image of the selected item</li>
<li><strong>BG_spacer </strong>background image of the spacer between items</li>
<li><strong>BG_title background</strong> image of the title bar (at the top of the application)</li>
</ol>
</blockquote>
<blockquote><p>Additionally, if your skin is a white/light-color based theme, then you need to change the foreground and background colour so that the text can be readable on your light-color based theme. This setting can be found in the registry path (<strong>HKCU\Software\Zenyee\ShowTraffic</strong>) You can download <a href="http://tinyurl.com/n36294">this zip file</a> for a sample light-based skin with the appropiate registry.</p></blockquote>

<a href='http://journal.zenyee.com/2009/09/18/show-traffic-for-singapore/screen01-2/' title='Screen01'><img data-attachment-id='679' data-orig-size='480,800' data-liked='0'width="150" height="250" src="http://zenyee.files.wordpress.com/2009/09/screen012.png?w=150&#038;h=250" class="attachment-thumbnail" alt="Screen01" title="Screen01" /></a>
<a href='http://journal.zenyee.com/2009/09/18/show-traffic-for-singapore/screen02-2/' title='Screen02'><img data-attachment-id='680' data-orig-size='480,800' data-liked='0'width="150" height="250" src="http://zenyee.files.wordpress.com/2009/09/screen021.png?w=150&#038;h=250" class="attachment-thumbnail" alt="Screen02" title="Screen02" /></a>
<a href='http://journal.zenyee.com/2009/09/18/show-traffic-for-singapore/screen03-3/' title='Screen03'><img data-attachment-id='681' data-orig-size='480,800' data-liked='0'width="150" height="250" src="http://zenyee.files.wordpress.com/2009/09/screen032.png?w=150&#038;h=250" class="attachment-thumbnail" alt="Screen03" title="Screen03" /></a>
<a href='http://journal.zenyee.com/2009/09/18/show-traffic-for-singapore/screen04-2/' title='Screen04'><img data-attachment-id='682' data-orig-size='480,800' data-liked='0'width="150" height="250" src="http://zenyee.files.wordpress.com/2009/09/screen041.png?w=150&#038;h=250" class="attachment-thumbnail" alt="Screen04" title="Screen04" /></a>
<a href='http://journal.zenyee.com/2009/09/18/show-traffic-for-singapore/screen05-2/' title='Screen05'><img data-attachment-id='683' data-orig-size='480,800' data-liked='0'width="150" height="250" src="http://zenyee.files.wordpress.com/2009/09/screen051.png?w=150&#038;h=250" class="attachment-thumbnail" alt="Screen05" title="Screen05" /></a>

<br /> Tagged: lta, pocket pc, show traffic, singapore, software, touch hd, traffic, windows mobile, wm6 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zenyee.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zenyee.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zenyee.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zenyee.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zenyee.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zenyee.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zenyee.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zenyee.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zenyee.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zenyee.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zenyee.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zenyee.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zenyee.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zenyee.wordpress.com/674/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=674&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journal.zenyee.com/2009/09/18/show-traffic-for-singapore/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">zen</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2009/09/screen012.png?w=150" medium="image">
			<media:title type="html">Screen01</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2009/09/screen021.png?w=150" medium="image">
			<media:title type="html">Screen02</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2009/09/screen032.png?w=150" medium="image">
			<media:title type="html">Screen03</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2009/09/screen041.png?w=150" medium="image">
			<media:title type="html">Screen04</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2009/09/screen051.png?w=150" medium="image">
			<media:title type="html">Screen05</media:title>
		</media:content>
	</item>
		<item>
		<title>Show Traffic &#8211; Another Windows Mobile quicky app</title>
		<link>http://journal.zenyee.com/2009/09/13/show-traffic-another-windows-mobile-quicky-app/</link>
		<comments>http://journal.zenyee.com/2009/09/13/show-traffic-another-windows-mobile-quicky-app/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 16:40:27 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[WinCE Work]]></category>
		<category><![CDATA[lta]]></category>
		<category><![CDATA[mobile gadget]]></category>
		<category><![CDATA[pocket pc]]></category>
		<category><![CDATA[show traffic]]></category>
		<category><![CDATA[singapore traffic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[traffic cam]]></category>
		<category><![CDATA[windows mobile]]></category>
		<category><![CDATA[wm6]]></category>

		<guid isPermaLink="false">http://journal.zenyee.com/?p=655</guid>
		<description><![CDATA[You may like to call it an iPhone app clone. I got to acknowledged, that iPhone apps, less those mind-less ones, have been churned to serve a purpose in one&#8217;s daily life. Traffic CAM SG is one of them, which displays the road traffic in Singapore highways. However, other than a more intuitive interface as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=655&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://zenyee.files.wordpress.com/2009/09/trafficcam1.png"><img class="alignleft size-full wp-image-665" title="TrafficCam" src="http://zenyee.files.wordpress.com/2009/09/trafficcam1.png?w=580" alt="TrafficCam"   /></a>You may like to call it an iPhone app clone. I got to acknowledged, that iPhone apps, less those mind-less ones, have been churned to serve a purpose in one&#8217;s daily life. <a href="http://macmost.com/iphoneapps/iphone_app_trafficam_sg_298595036.html">Traffic CAM SG</a> is one of them, which displays the road traffic in Singapore highways.</p>
<p>However, other than a more intuitive interface as a result of the iPhone UI, there isn&#8217;t really a breakthrough functionality that can&#8217;t be offered outside of iPhone. The live traffic, is afterall taken from the local authority website (OneMotoring), and I decided to bring this capability to Windows Mobile world.</p>
<p>That said, the Windows Mobile SDK doesn&#8217;t really offer gesture-based interface, unless you work in the native C++ environment. Since this application is meant to be a &#8220;quicky&#8221; one (as I cannot afford to burn my weekend just for this) so I have to design and build based on what compact .NET framework could allow me. This is built in less than half a day, including creating the graphics and the testing of the links, so please pardon this appy for its very basic interface.</p>
<p>Note:  Traffic images and contents are sourced from Intelligent Transport System Centre of LTA (Land Transport Authority). You may go to <a href="http://www.onemotoring.com.sg/publish/onemotoring/en/on_the_roads/traffic_cameras0.html">this OneMotoring link </a>for the online version.</p>

<a href='http://journal.zenyee.com/2009/09/13/show-traffic-another-windows-mobile-quicky-app/screen01/' title='Screen01'><img data-attachment-id='656' data-orig-size='480,800' data-liked='0'width="150" height="250" src="http://zenyee.files.wordpress.com/2009/09/screen01.png?w=150&#038;h=250" class="attachment-thumbnail" alt="Home screen showing all the highways that has live cam positioned by LTA" title="Screen01" /></a>
<a href='http://journal.zenyee.com/2009/09/13/show-traffic-another-windows-mobile-quicky-app/screen02/' title='Screen02'><img data-attachment-id='657' data-orig-size='480,800' data-liked='0'width="150" height="250" src="http://zenyee.files.wordpress.com/2009/09/screen02.png?w=150&#038;h=250" class="attachment-thumbnail" alt="Listing of all live cameras in the selected highway" title="Screen02" /></a>
<a href='http://journal.zenyee.com/2009/09/13/show-traffic-another-windows-mobile-quicky-app/screen03-2/' title='Screen03'><img data-attachment-id='658' data-orig-size='480,800' data-liked='0'width="150" height="250" src="http://zenyee.files.wordpress.com/2009/09/screen031.png?w=150&#038;h=250" class="attachment-thumbnail" alt="Snapshot of the road traffic, courtesy of LTA OneMotoring Site" title="Screen03" /></a>
<a href='http://journal.zenyee.com/2009/09/13/show-traffic-another-windows-mobile-quicky-app/trafficcam/' title='TrafficCam'><img data-attachment-id='665' data-orig-size='90,90' data-liked='0'width="90" height="90" src="http://zenyee.files.wordpress.com/2009/09/trafficcam1.png?w=90&#038;h=90" class="attachment-thumbnail" alt="TrafficCam" title="TrafficCam" /></a>

<p>You can download the beta from <a href="http://sites.google.com/a/zenyee.com/share/my-software/ZenyeeShowSGTraffic1.0.cab?attredirects=0">here</a> (only WVGA/VGA supported at the moment)</p>
<br /> Tagged: lta, mobile gadget, pocket pc, show traffic, singapore traffic, software, traffic, traffic cam, windows mobile, wm6 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zenyee.wordpress.com/655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zenyee.wordpress.com/655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zenyee.wordpress.com/655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zenyee.wordpress.com/655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zenyee.wordpress.com/655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zenyee.wordpress.com/655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zenyee.wordpress.com/655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zenyee.wordpress.com/655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zenyee.wordpress.com/655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zenyee.wordpress.com/655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zenyee.wordpress.com/655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zenyee.wordpress.com/655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zenyee.wordpress.com/655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zenyee.wordpress.com/655/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=655&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journal.zenyee.com/2009/09/13/show-traffic-another-windows-mobile-quicky-app/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">zen</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2009/09/trafficcam1.png" medium="image">
			<media:title type="html">TrafficCam</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2009/09/screen01.png?w=150" medium="image">
			<media:title type="html">Screen01</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2009/09/screen02.png?w=150" medium="image">
			<media:title type="html">Screen02</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2009/09/screen031.png?w=150" medium="image">
			<media:title type="html">Screen03</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2009/09/trafficcam1.png?w=90" medium="image">
			<media:title type="html">TrafficCam</media:title>
		</media:content>
	</item>
		<item>
		<title>New hack to disable HTC&#8217;s messaging application</title>
		<link>http://journal.zenyee.com/2009/09/10/new-hack-to-disable-htcs-messaging-application/</link>
		<comments>http://journal.zenyee.com/2009/09/10/new-hack-to-disable-htcs-messaging-application/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 19:44:47 +0000</pubDate>
		<dc:creator>zen</dc:creator>
				<category><![CDATA[WinCE Work]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[messaging]]></category>
		<category><![CDATA[pocket pc]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows mobile]]></category>
		<category><![CDATA[wm6]]></category>

		<guid isPermaLink="false">http://journal.zenyee.com/?p=647</guid>
		<description><![CDATA[HTC has, since manila 2.5, designed and developed a completely new text messaging application (HTC Messaging App) to replace the old Windows messaging application for the entire SMS/text messaging functionality. Some of you may not be affected by the poor performance of HTC messaging app. But for me, it&#8217;s so poor that despite trimming my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=647&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>HTC has, since manila 2.5, designed and developed a completely new text messaging application (HTC Messaging App) to replace the old Windows messaging application for the entire SMS/text messaging functionality. Some of you may not be affected by the poor performance of HTC messaging app. But for me, it&#8217;s so poor that despite trimming my text messages to just 200, every operation (open message, compose a message, etc) takes a few seconds at least, and it is just not usable for me. It looks to me as if HTC has designed, developed and tested with just a handful messages in mind.</p>
<p>So I did some investigation, and found out a way to disable HTC messaging app, and revert back to the original Windows messaging application, i.e. pocket outlook, for text messaging. Technically speaking, it&#8217;s a combination of registry tweak and a small patch utility I wrote to overcome a bug/problem as a result of disabling HTC messaging application.</p>
<div id="attachment_648" class="wp-caption aligncenter" style="width: 250px"><a href="http://zenyee.files.wordpress.com/2009/09/screen03.png"><img class="size-medium wp-image-648 " title="Screen03" src="http://zenyee.files.wordpress.com/2009/09/screen03.png?w=240&#038;h=400" alt="Screen03" width="240" height="400" /></a><p class="wp-caption-text">Installation process will automatically apply the hack and install the patch utility</p></div>
<p style="text-align:center;"><a href="http://zenyee.files.wordpress.com/2009/09/screen03.png"></a></p>
<div id="attachment_649" class="wp-caption aligncenter" style="width: 250px"><a href="http://zenyee.files.wordpress.com/2009/09/screen04.png"><img class="size-medium wp-image-649" title="Screen04" src="http://zenyee.files.wordpress.com/2009/09/screen04.png?w=240&#038;h=400" alt="You need to restart your device to have the changes effect" width="240" height="400" /></a><p class="wp-caption-text">You need to restart your device to have the changes effect</p></div>
<div id="attachment_650" class="wp-caption aligncenter" style="width: 250px"><a href="http://zenyee.files.wordpress.com/2009/09/screen05.png"><img class="size-medium wp-image-650" title="Screen05" src="http://zenyee.files.wordpress.com/2009/09/screen05.png?w=240&#038;h=400" alt="Uninstallation will undo the hack automatically" width="240" height="400" /></a><p class="wp-caption-text">Uninstallation will undo the hack automatically</p></div>
<p>You can download from <a href="http://forum.xda-developers.com/showthread.php?t=556614" target="_blank">here</a></p>
<br /> Tagged: hack, htc, messaging, pocket pc, software, windows mobile, wm6 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zenyee.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zenyee.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zenyee.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zenyee.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zenyee.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zenyee.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zenyee.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zenyee.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zenyee.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zenyee.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zenyee.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zenyee.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zenyee.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zenyee.wordpress.com/647/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=journal.zenyee.com&amp;blog=5379777&amp;post=647&amp;subd=zenyee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://journal.zenyee.com/2009/09/10/new-hack-to-disable-htcs-messaging-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">zen</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2009/09/screen03.png?w=240" medium="image">
			<media:title type="html">Screen03</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2009/09/screen04.png?w=240" medium="image">
			<media:title type="html">Screen04</media:title>
		</media:content>

		<media:content url="http://zenyee.files.wordpress.com/2009/09/screen05.png?w=240" medium="image">
			<media:title type="html">Screen05</media:title>
		</media:content>
	</item>
	</channel>
</rss>
