<?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>Windows CE Programming &#187; CN50</title>
	<atom:link href="http://www.hjgode.de/wp/tag/cn50/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hjgode.de/wp</link>
	<description>Windows Mobile Development and usage</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<!--CodeProjectFeeder channel--><category>CodeProject</category><generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Create a skin for MyMobiler</title>
		<link>http://www.hjgode.de/wp/2010/09/04/create-a-skin-for-mymobiler/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-a-skin-for-mymobiler</link>
		<comments>http://www.hjgode.de/wp/2010/09/04/create-a-skin-for-mymobiler/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 08:18:16 +0000</pubDate>
		<dc:creator>josef</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Int*rm*c]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[CN50]]></category>
		<category><![CDATA[MyMobiler]]></category>
		<category><![CDATA[Skin]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=780</guid>
		<description><![CDATA[This is a skin for the remote viewer MyMobiler for windows mobile showing the Intermec CN50 with numeric keyboard]]></description>
			<content:encoded><![CDATA[<p>Hopefully you know the great free remote software MyMobiler for windows and windows mobile devices. MyMobiler supports remote use of windows mobile device from your Windows PC. It also has some additional features like a remote file explorer etc.</p>
<p>Although MyMobiler allows to use skins, there is no Skin editor. A skin lets you view the windows mobile device on your windows PC to look like the real device.</p>
<p><a rel="attachment wp-att-782" href="http://www.hjgode.de/wp/2010/09/04/create-a-skin-for-mymobiler/clipboard01-153x300/"><img class="alignnone size-full wp-image-782" title="Clipboard01-153x300" src="http://www.hjgode.de/wp/wp-content/uploads/2010/09/Clipboard01-153x300.gif" alt="" width="153" height="300" /></a> <a rel="attachment wp-att-781" href="http://www.hjgode.de/wp/2010/09/04/create-a-skin-for-mymobiler/cn50/"><img class="alignnone size-full wp-image-781" title="cn50" src="http://www.hjgode.de/wp/wp-content/uploads/2010/09/cn50.jpg" alt="" width="261" height="260" /></a></p>
<p><span id="more-780"></span>MyMobiler skins support up to three bitmaps:</p>
<ul>
<li> the normal device bitmap</li>
<li> a &#8216;hover&#8217; bitmap</li>
<li> an inverted bitmap</li>
</ul>
<p>The first bitmap is responsible for the device look at your windows pc. You can use/define a transparent color and will get a non-regular sharp of the remote device look.</p>
<p><a rel="attachment wp-att-783" href="http://www.hjgode.de/wp/2010/09/04/create-a-skin-for-mymobiler/cn50_/"><img class="alignnone size-full wp-image-783" title="CN50_" src="http://www.hjgode.de/wp/wp-content/uploads/2010/09/CN50_.bmp" alt="" /></a></p>
<p>The &#8216;hover&#8217; bitmap enables you to highlight rectangular areas for example for buttons on your device. These areas will &#8216;hover&#8217;, when the mouse cursor is inside the rectangle. The nice pink color is used for the transparent area.</p>
<p>The inverted bitmap will invert the rectangular areas of buttons, when you virtually &#8216;click&#8217; them.</p>
<p><a rel="attachment wp-att-784" href="http://www.hjgode.de/wp/2010/09/04/create-a-skin-for-mymobiler/selectcn50/"><img class="alignnone size-full wp-image-784" title="selectCN50" src="http://www.hjgode.de/wp/wp-content/uploads/2010/09/selectCN50.bmp" alt="" /></a></p>
<p>All these bitmaps and areas have to be defined in one xml file. Then you place the bitmap and xml in the MyMobiler directory and change the skin entry in MyMobiler.ini.</p>
<pre>...
# ****************************************************************
# Mobiler Skin (skin file path)
#
# SkinFile=Skin\Skin.xml
# SkinFile=DefaultSkin.xml (Default)
#
# ****************************************************************
SkinFile=cn50skin2.xml
#cn50_numSkin.xml
ShowSkin=1
ShowMenu=0
ShowToolbar=1
...
</pre>
<p>All the xml definitions and usage have been copied from the DefaultSkin.xml file:</p>
<pre escaped="true" line="1" lang="xml">&lt;form position="0 0 240 320"
    backgroundimage="face.bmp"
    clipcolor="FF00FF"
    hoverimage="select.bmp"
    selectimage="select.bmp"&gt; 

    &lt;button id="101" text="Menu" command="Menu" position="185 4 15 15"&gt;&lt;/button&gt;
    &lt;button id="102" text="Show Menubar" command="ShowMenu" position="200 4 15 15"&gt;&lt;/button&gt;
    &lt;button id="103" text="Maximize" command="Maximize" position="215 4 15 15"&gt;&lt;/button&gt;
    &lt;button id="104" text="Close" command="Close" position="230 4 15 15"&gt;&lt;/button&gt;
    &lt;button id="105" text="Show Toolbar" command="LoadSkin:expand.xml" position="20 340 200 10"&gt;&lt;/button&gt;

    &lt;button  id="106" runat="desktop" action="run"
            command="mexplorer" text="Mobile Explorer"
            position="245 4 15 15" &gt;&lt;/button&gt;

    &lt;control id="200" text="MobileView" position="5 20 240 320" zoom="100"&gt; &lt;/control&gt;
&lt;/form&gt;
</pre>
<p>Unfortunately MyMobiler does not support multiple keyboard planes and so we are unable to code for example the alpha layer of the CN50 keyboard where pressing the green button switches from numeric to alpha chars. MyMobiler alos does not support mutlikeys, like pressing the 2 key on the CN50 in alpha mode (green plane) one, two or three times to get A, B or C.</p>
<p>OK, here is the xml for the CN50 numeric keyboard:</p>
<pre escaped="true" line="1" lang="xml">&lt;form position="0 0 240 320"
    backgroundimage="cn50_.bmp"
    clipcolor="FF00FF"
    hoverimage="selectCN50.bmp"
    selectimage="selectCN50.bmp"&gt; 

    &lt;button id="101" text="Menu" command="Menu" position="285 4 15 15"&gt;&lt;/button&gt;
    &lt;button id="102" text="Show Menubar" command="ShowMenu" position="300 4 15 15"&gt;&lt;/button&gt;
    &lt;button id="103" text="Maximize" command="Maximize" position="315 4 15 15"&gt;&lt;/button&gt;
    &lt;button id="104" text="Close" command="Close" position="330 4 15 15"&gt;&lt;/button&gt;

    &lt;button id="105" text="Show Toolbar" command="LoadSkin:expand.xml" position="20 340 200 10"&gt;&lt;/button&gt;

    &lt;button  id="106" runat="desktop" action="run"
            command="mexplorer" text="Mobile Explorer"
            position="245 4 15 15" &gt;&lt;/button&gt;

    &lt;control id="200" text="MobileView" position="55 85 240 320" zoom="100"&gt; &lt;/control&gt;

    &lt;button  id="201"
            runat="mobile"
            command="soft1"
            text="Soft1"
            position="95 470 32 32" &gt;&lt;/button&gt;

    &lt;button  id="202"
            runat="mobile"
            command="soft2"
            text="Soft2"
            position="225 470 32 32" &gt;&lt;/button&gt;

    &lt;button  id="203"
            runat="mobile"
            command="talk"
            text="Talk"
            position="65 470 21 32" &gt;&lt;/button&gt;

    &lt;button  id="204"
            runat="mobile"
            command="end"
            text="Call End / Home"
            position="255 460 32  38" &gt;&lt;/button&gt;

    &lt;button  id="205"
            runat="mobile"
            command="Key:1"
            text="1"
            position="80 510 60 32" &gt;&lt;/button&gt;

    &lt;button  id="206"
            runat="mobile"
            command="Key:2"
            text="2"
            position="150 510 45 32" &gt;&lt;/button&gt;

    &lt;button  id="207"
            runat="mobile"
            command="Key:3"
            text="3"
            position="208 510 45 32" &gt;&lt;/button&gt;

    &lt;button  id="208"
            runat="mobile"
            command="Key:4"
            text="4"
            position="90 540 45 32" &gt;&lt;/button&gt;

&lt;/form&gt;
</pre>
<p><strong>Note</strong><br />
<em>You will see that the xml only defines some of the keys of the hardware keyboard of the CN50. I also don&#8217;t include a hover bitmap nor a completely worked inverted bitmap</em></p>
<p>First, the lines</p>
<pre escaped="true" lang="xml">    backgroundimage="cn50_.bmp"
    clipcolor="FF00FF"
    hoverimage="selectCN50.bmp"
    selectimage="selectCN50.bmp"&gt;
</pre>
<p>define the bitmap files to use and the clip color: FF00FF.</p>
<p>Then the following lines define the desktop side button areas of the skin image:</p>
<pre escaped="true" lang="xml">    &lt;button id="101" text="Menu" command="Menu" position="285 4 15 15"&gt;&lt;/button&gt;
    &lt;button id="102" text="Show Menubar" command="ShowMenu" position="300 4 15 15"&gt;&lt;/button&gt;
    &lt;button id="103" text="Maximize" command="Maximize" position="315 4 15 15"&gt;&lt;/button&gt;
    &lt;button id="104" text="Close" command="Close" position="330 4 15 15"&gt;&lt;/button&gt;

    &lt;button id="105" text="Show Toolbar" command="LoadSkin:expand.xml" position="20 340 200 10"&gt;&lt;/button&gt;

    &lt;button  id="106" runat="desktop" action="run"
            command="mexplorer" text="Mobile Explorer"
            position="245 4 15 15" &gt;&lt;/button&gt;

    &lt;control id="200" text="MobileView" position="55 85 240 320" zoom="100"&gt; &lt;/control&gt;
</pre>
<p>With these button definitions you control MyMobiler and can access the MyMobiler menu or close MyMobiler.<br />
 These desktop side button areas are followed by the mobile side button definitions:</p>
<pre escaped="true" lang="xml">...
    &lt;button  id="201"
            runat="mobile"
            command="soft1"
            text="Soft1"
            position="95 470 32 32" &gt;&lt;/button&gt;

    &lt;button  id="202"
            runat="mobile"
            command="soft2"
            text="Soft2"
            position="225 470 32 32" &gt;&lt;/button&gt;

...
</pre>
<p>All buttons should have an unique ID. Then you need to define, where to execute the command (desktop or mobile). The text field defines the command itself. For example &#8220;Soft1&#8243; fires the soft key 1 on the mobile,  &#8220;Key:3&#8243; fires the 3 key on the mobile. Last you define the area where to click on the skin image. The same area is used for hover and invert visible &#8216;action&#8217;.</p>
<p>For the expand menu option, you also need the expanded bitmaps and another xml: expand.xml.</p>
<p>Downloads (copy all the files into your MyMobiler dir or a sub dir and then edit the Skin line in MyMobiler.ini)</p>
<b>DOWNLOAD:</b><a href="http://www.hjgode.de/wp/wp-content/plugins/download-monitor/download.php?id=117" title="Downloaded 234 times">MyMobiler CN50 skin</a> -  (Hits: 234, size: 354 kB)
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2010%2F09%2F04%2Fcreate-a-skin-for-mymobiler%2F&amp;title=Create+a+skin+for+MyMobiler" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2010%2F09%2F04%2Fcreate-a-skin-for-mymobiler%2F&amp;title=Create+a+skin+for+MyMobiler" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2010%2F09%2F04%2Fcreate-a-skin-for-mymobiler%2F&amp;title=Create+a+skin+for+MyMobiler" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2010%2F09%2F04%2Fcreate-a-skin-for-mymobiler%2F&amp;T=Create+a+skin+for+MyMobiler" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2010%2F09%2F04%2Fcreate-a-skin-for-mymobiler%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2010%2F09%2F04%2Fcreate-a-skin-for-mymobiler%2F&amp;t=Create+a+skin+for+MyMobiler" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.hjgode.de/wp/2010/09/04/create-a-skin-for-mymobiler/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ITC: Reveal Intermec Settings for CN50</title>
		<link>http://www.hjgode.de/wp/2010/03/28/itc-reveal-intermec-settings-for-cn50/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=itc-reveal-intermec-settings-for-cn50</link>
		<comments>http://www.hjgode.de/wp/2010/03/28/itc-reveal-intermec-settings-for-cn50/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 09:10:13 +0000</pubDate>
		<dc:creator>josef</dc:creator>
				<category><![CDATA[Int*rm*c]]></category>
		<category><![CDATA[CN50]]></category>
		<category><![CDATA[ICCU]]></category>
		<category><![CDATA[Intermec Settings]]></category>
		<category><![CDATA[ITC]]></category>
		<category><![CDATA[Scan2Load]]></category>

		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=474</guid>
		<description><![CDATA[Intermec settings reveal for CN50]]></description>
			<content:encoded><![CDATA[<p>Do you miss the possibility to configure the CN50 from the device? Do you miss Intermec Settings? Here is a workaround: ICCU for CN50</p>
<p>Update: for devices with firmware 1.51 you will need another ICCU.EXE too: <b>DOWNLOAD:</b><a href="http://www.hjgode.de/wp/wp-content/plugins/download-monitor/download.php?id=90" title="Downloaded 528 times">ICCU for CN50/1.51</a> - Alternative ICCU.exe for the crippled one in CN50 firmware 1.51. (Hits: 528, size: 349.71 KB)<br />Unzip the file and copy it to windows dir on device.</p>
<p>The download only installs a lnk file to enable you to launch Intermec Settings on the device. Then you can change DataCollection, Communications and other settings directly on the device without the need for configuration barcodes or the heavy load SmartSystems server.</p>
<p>In contrast to the &#8216;real&#8217; Intermec Settings, ICCU link is installed and launched from Programs (see icon below):</p>
<p><a rel="attachment wp-att-489" href="http://www.hjgode.de/wp/2010/03/28/itc-reveal-intermec-settings-for-cn50/iccu_cn50-icon/"><img class="alignleft size-full wp-image-489" title="iccu_cn50-icon" src="http://www.hjgode.de/wp/wp-content/uploads/2010/03/iccu_cn50-icon.gif" alt="" width="66" height="65" /></a> <a rel="attachment wp-att-490" href="http://www.hjgode.de/wp/2010/03/28/itc-reveal-intermec-settings-for-cn50/iccu_cn50-screen/"><img class="alignnone size-full wp-image-490" title="iccu_cn50-screen" src="http://www.hjgode.de/wp/wp-content/uploads/2010/03/iccu_cn50-screen.gif" alt="" width="240" height="317" /></a></p>
<p><span id="more-474"></span></p>
<p><strong>Scan2Load Barcodes</strong></p>
<p>You can install the tool on your ITC WM5 or WM6 device by just scanning the two barcodes below. The first barcode will start S2C exe. Wait until it starts and then scan the second barcode which will configure the device to download an installer script.<br />
 These barcodes will work only with a new SSRefClient installed and only with an Internet aware WLAN or ENET connection! WWAN connections are not supported as the connection manager will not create a data connection for the requests used by S2C.</p>
<p>Scan barcode 1:</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<div id="attachment_479" class="wp-caption alignnone" style="width: 127px"><a rel="attachment wp-att-479" href="http://www.hjgode.de/wp/2010/03/28/itc-reveal-intermec-settings-for-cn50/iccu_cn50_01/"><img class="size-full wp-image-479" title="iccu_cn50_01 Scan2Load Barcode 01" src="http://www.hjgode.de/wp/wp-content/uploads/2010/03/iccu_cn50_01.gif" alt="iccu_cn50_01 Scan2Load Barcode 01" width="117" height="104" /></a><p class="wp-caption-text">iccu_cn50_01 Scan2Load Barcode 01</p></div>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>Scan barcode 2:</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<div id="attachment_480" class="wp-caption alignnone" style="width: 196px"><a rel="attachment wp-att-480" href="http://www.hjgode.de/wp/2010/03/28/itc-reveal-intermec-settings-for-cn50/iccu_cn50_02/"><img class="size-full wp-image-480" title="iccu_cn50_02 Scan2Load Barcode 02" src="http://www.hjgode.de/wp/wp-content/uploads/2010/03/iccu_cn50_02.gif" alt="iccu_cn50_02 Scan2Load Barcode 02" width="186" height="137" /></a><p class="wp-caption-text">iccu_cn50_02 Scan2Load Barcode 02</p></div>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>Manual download:</p>
<b>DOWNLOAD:</b><a href="http://www.hjgode.de/wp/wp-content/plugins/download-monitor/download.php?id=88" title="Downloaded 269 times">ICCU CN50</a> -  (Hits: 269, size: 889.5 KB)
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2010%2F03%2F28%2Fitc-reveal-intermec-settings-for-cn50%2F&amp;title=ITC%3A+Reveal+Intermec+Settings+for+CN50" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2010%2F03%2F28%2Fitc-reveal-intermec-settings-for-cn50%2F&amp;title=ITC%3A+Reveal+Intermec+Settings+for+CN50" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2010%2F03%2F28%2Fitc-reveal-intermec-settings-for-cn50%2F&amp;title=ITC%3A+Reveal+Intermec+Settings+for+CN50" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2010%2F03%2F28%2Fitc-reveal-intermec-settings-for-cn50%2F&amp;T=ITC%3A+Reveal+Intermec+Settings+for+CN50" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2010%2F03%2F28%2Fitc-reveal-intermec-settings-for-cn50%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2010%2F03%2F28%2Fitc-reveal-intermec-settings-for-cn50%2F&amp;t=ITC%3A+Reveal+Intermec+Settings+for+CN50" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.hjgode.de/wp/2010/03/28/itc-reveal-intermec-settings-for-cn50/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mobile Document Imaging</title>
		<link>http://www.hjgode.de/wp/2009/06/20/mobile-document-imaging/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mobile-document-imaging</link>
		<comments>http://www.hjgode.de/wp/2009/06/20/mobile-document-imaging/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 06:33:31 +0000</pubDate>
		<dc:creator>josef</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CN4]]></category>
		<category><![CDATA[CN50]]></category>
		<category><![CDATA[eMDI]]></category>
		<category><![CDATA[MDI]]></category>
		<category><![CDATA[Mobile Document Imaging]]></category>

		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=147</guid>
		<description><![CDATA[The new CN50 and CN4 launched by ITC supports MDI (Mobile Document Imaging). ITC calls the technolgy eMDI for enhanced MDI. MDI is a technique to capture documents in a more reasonable way than by just taking a photo of the document. If you make a photo of a document, the result is not usable [...]]]></description>
			<content:encoded><![CDATA[<p>The new CN50 and CN4 launched by ITC supports MDI (Mobile Document Imaging). ITC calls the technolgy eMDI for enhanced MDI.</p>
<p>MDI is a technique to capture documents in a more reasonable way than by just taking a photo of the document. If you make a photo of a document, the result is not usable for online reading or archiving. You dont need color and the &#8216;images&#8217; will be big in size, have uneven background, maybe tilted and sheered. MDI will take images of an document and correct the orientation, crop the image to the document borders, remove angles and normalize the image.</p>
<p>MDI can be used instead of flatbed scanners with similar results. The document scans are small and can be easily transfered to online services.</p>
<p>Need more background: <a href="http://www.google.de/url?sa=t&amp;source=web&amp;ct=res&amp;cd=2&amp;url=http%3A%2F%2Fmobile.kaywa.com%2Ffiles%2Fmdi.pdf&amp;ei=FYI8Spv7N8jDsgbHpLxh&amp;usg=AFQjCNGzk2At-zabeFvIAxzutJ5y2f1Z1g&amp;sig2=fZ7AMl4Ma2hv_3vaZw29Lw" target="_blank">Xerox MDI document</a></p>
<p>Here are some examples:</p>
<p><strong><span id="more-147"></span>A photo of a delivery label</strong> <img class="alignnone size-medium wp-image-150" title="photo001" src="http://www.hjgode.de/wp/wp-content/uploads/2009/06/photo001-225x300.jpg" alt="photo001" width="225" height="300" /></p>
<p>A grayscale MDI of the label <img class="alignnone size-medium wp-image-148" title="mdi_01" src="http://www.hjgode.de/wp/wp-content/uploads/2009/06/mdi_01-300x193.jpg" alt="mdi_01" width="300" height="193" /></p>
<p>Another photo, this time in landscape: <img class="alignnone size-medium wp-image-151" title="photo002" src="http://www.hjgode.de/wp/wp-content/uploads/2009/06/photo002-225x300.jpg" alt="photo002" width="225" height="300" /></p>
<p>The MDI of the label in b&amp;w: <img class="alignnone size-medium wp-image-149" title="mdi_02" src="http://www.hjgode.de/wp/wp-content/uploads/2009/06/mdi_02-300x193.jpg" alt="mdi_02" width="300" height="193" /></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2009%2F06%2F20%2Fmobile-document-imaging%2F&amp;title=Mobile+Document+Imaging" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2009%2F06%2F20%2Fmobile-document-imaging%2F&amp;title=Mobile+Document+Imaging" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2009%2F06%2F20%2Fmobile-document-imaging%2F&amp;title=Mobile+Document+Imaging" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2009%2F06%2F20%2Fmobile-document-imaging%2F&amp;T=Mobile+Document+Imaging" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2009%2F06%2F20%2Fmobile-document-imaging%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2009%2F06%2F20%2Fmobile-document-imaging%2F&amp;t=Mobile+Document+Imaging" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.hjgode.de/wp/2009/06/20/mobile-document-imaging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ITC CN50 sensors: looking for usefull applications</title>
		<link>http://www.hjgode.de/wp/2009/06/20/itc-cn50-sensors-looking-for-usefull-applications/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=itc-cn50-sensors-looking-for-usefull-applications</link>
		<comments>http://www.hjgode.de/wp/2009/06/20/itc-cn50-sensors-looking-for-usefull-applications/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 05:21:08 +0000</pubDate>
		<dc:creator>josef</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[CN50]]></category>
		<category><![CDATA[ITC]]></category>
		<category><![CDATA[ITCSensor]]></category>
		<category><![CDATA[Qualcomm]]></category>
		<category><![CDATA[sensors]]></category>

		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=145</guid>
		<description><![CDATA[CN50 accelerometer position location sensor usage.]]></description>
			<content:encoded><![CDATA[<p>Hello, are any usefull sensors applications out there?</p>
<p>ITC&#8217;s new device CN50 supports a G sensor by hardware. It delivers rotation, position, acceleration and magnetic data. But how can this help in commercial applications except for automated screen rotation? I dont know. The most G sensor enabled apps actually developed against HTC sensor are games. A bubble level application will not be that accurate with the form of the housing of the device. See a list of applications (mostly games) <a title="G Sensor enabled apps" href="http://forum.xda-developers.com/showthread.php?t=411419" target="_blank">here</a>.</p>
<p><span id="more-145"></span>I adopted the &#8220;<a title="Accelerometer Sensor API HTC Diamond Touch" href="http://www.koushikdutta.com/2008/07/using-htc-touch-diamond-sensor-sdk-from.html" target="_blank">sample Teeter-esque type application</a>&#8220;  to the CN50 and the actual ITCsensor API I got. Did it to just play around with the API. I added a bearing line inside the moving &#8216;ball&#8217; that always should point to magnetic north pole.</p>
<p><img class="alignnone size-full wp-image-153" title="GSensor" src="http://www.hjgode.de/wp/wp-content/uploads/2009/06/GSensor.jpg" alt="GSensor" width="240" height="320" /></p>
<p>Let me know, if you are interested in my source code and I will post this useless app here.</p>
<p>Added source code to download. Please be aware of the code is written for ITC CN50.</p>
<b>DOWNLOAD:</b><a href="http://www.hjgode.de/wp/wp-content/plugins/download-monitor/download.php?id=50" title="Downloaded 152 times">SensorTest using Intermec API of CN50</a> -  (Hits: 152, size: 25.63 KB)
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2009%2F06%2F20%2Fitc-cn50-sensors-looking-for-usefull-applications%2F&amp;title=ITC+CN50+sensors%3A+looking+for+usefull+applications" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2009%2F06%2F20%2Fitc-cn50-sensors-looking-for-usefull-applications%2F&amp;title=ITC+CN50+sensors%3A+looking+for+usefull+applications" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2009%2F06%2F20%2Fitc-cn50-sensors-looking-for-usefull-applications%2F&amp;title=ITC+CN50+sensors%3A+looking+for+usefull+applications" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2009%2F06%2F20%2Fitc-cn50-sensors-looking-for-usefull-applications%2F&amp;T=ITC+CN50+sensors%3A+looking+for+usefull+applications" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2009%2F06%2F20%2Fitc-cn50-sensors-looking-for-usefull-applications%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.hjgode.de%2Fwp%2F2009%2F06%2F20%2Fitc-cn50-sensors-looking-for-usefull-applications%2F&amp;t=ITC+CN50+sensors%3A+looking+for+usefull+applications" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.hjgode.de/wp/wp-content/plugins/social-bookmarks0/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.hjgode.de/wp/2009/06/20/itc-cn50-sensors-looking-for-usefull-applications/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

