<?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>Umito</title>
	<atom:link href="http://blog.umito.nl/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.umito.nl</link>
	<description>Ruby, Android, Java, C#, Mobile Apps, Objective-C, iPhone, Apple, Windows Phone 7, CrossMedia Publishing</description>
	<lastBuildDate>Thu, 30 May 2013 21:35:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Timer tasks as memoryleak cause in Android</title>
		<link>http://blog.umito.nl/2013/05/30/timer-tasks-as-memoryleak-cause-in-android.html</link>
		<comments>http://blog.umito.nl/2013/05/30/timer-tasks-as-memoryleak-cause-in-android.html#comments</comments>
		<pubDate>Thu, 30 May 2013 21:35:21 +0000</pubDate>
		<dc:creator>peterdk</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[bitmap]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[memoryleak]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.umito.nl/?p=314</guid>
		<description><![CDATA[I was struggling today with a memoryleak in a application I am building for a client. The app is very heavy on memory, because it uses a lot of images. It took me more than a hour to find the cause of it. It turns out that I didn&#8217;t cancel my Timer.scheduleAtFixedRate() TimerTask that updated [...]]]></description>
				<content:encoded><![CDATA[<p>I was struggling today with a memoryleak in a application I am building for a client. The app is very heavy on memory, because it uses a lot of images.</p>
<p>It took me more than a hour to find the cause of it. It turns out that I didn&#8217;t cancel my Timer.scheduleAtFixedRate() TimerTask that updated a dynamic part of my UI.</p>
<p>If you are struggling with memoryleaks as well, make sure you install the eclipse addon : &#8220;Memory Analyzer&#8221;. If you have that one installed, you can use DDMS in Eclipse to dump a hprof file, which automatically get&#8217;s opened and you can then get lots of usefull info on your leaks. Use the &#8220;dominator tree&#8221; to show the largest items in memory, and right click on them and select &#8220;Path to GC roots =&gt; With all references&#8221; This shows what&#8217;s keeping them in memory.</p>
<p>I couldn&#8217;t find my leaks at first, because the Path to GC roots, didn&#8217;t include any obvious Context leaks or so (the normal stuff that causes memory leaks: static Context/Activity values).  However, after an hour I realized that the &#8220;TimerTask&#8221; I first dismissed as some Android internal stuff, actually was the cause of my issues.</p>
<p>I then made sure to &#8220;cancel()&#8221; my timertask in my activity&#8217;s &#8220;onDestroy()&#8221; method, and things turned to normal!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.umito.nl/2013/05/30/timer-tasks-as-memoryleak-cause-in-android.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Xonar DSX on Windows 2012 Server</title>
		<link>http://blog.umito.nl/2013/03/14/install-xonar-dsx-on-windows-2012-server.html</link>
		<comments>http://blog.umito.nl/2013/03/14/install-xonar-dsx-on-windows-2012-server.html#comments</comments>
		<pubDate>Thu, 14 Mar 2013 17:37:43 +0000</pubDate>
		<dc:creator>peterdk</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows 2012]]></category>
		<category><![CDATA[xonar]]></category>

		<guid isPermaLink="false">http://blog.umito.nl/?p=307</guid>
		<description><![CDATA[I have a little home server running in my livingroom, and I recently installed Windows 2012 Server on it. Because it&#8217;s always on I figured I could use it as a Airtunes receiver too. I installed shairport4w as a service and now it runs great! However, I wanted to try a better soundcard for it, [...]]]></description>
				<content:encoded><![CDATA[<p>I have a little home server running in my livingroom, and I recently installed Windows 2012 Server on it. Because it&#8217;s always on I figured I could use it as a Airtunes receiver too. I installed shairport4w as a service and now it runs great!</p>
<p>However, I wanted to try a better soundcard for it, so the audio quality would be even better. Therefor I bought a Xonar DSX.</p>
<p>Unfortunately this soundcard wouldn&#8217;t install when I ran the windows 8 drivers. It gives a message that the OS is not supported. Strange, since it&#8217;s the same as Windows 8. Probably a case of a little too strict checking.</p>
<p>Anyway, solution to install Xonar windows 8 drivers on windows 2012:</p>
<blockquote>
<ol>
<li>Download Windows 8 driver for your Xonar card.</li>
<li>Extract the zip file.</li>
<li>Open the win8 dir (do not run setup in the dir above it)</li>
<li>Edit the file CmSetx.dll with notepad. (it&#8217;s not a binary file, just a txt file)</li>
<li>Change the line with  SupportOS to &#8220;SupportOS=donotcare&#8221;</li>
<li>Save and run the setup in the same folder.</li>
<li>It will now install and work ok!</li>
</ol>
</blockquote>
<p>This will probably also work with DGX, DG, DS, and other Asus Xonar cards.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.umito.nl/2013/03/14/install-xonar-dsx-on-windows-2012-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon App Store linking to all your apps stopped working&#8230;</title>
		<link>http://blog.umito.nl/2012/12/19/amazon-app-store-linking-to-all-your-apps-stopped-working.html</link>
		<comments>http://blog.umito.nl/2012/12/19/amazon-app-store-linking-to-all-your-apps-stopped-working.html#comments</comments>
		<pubDate>Wed, 19 Dec 2012 18:33:30 +0000</pubDate>
		<dc:creator>peterdk</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[appstore]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://blog.umito.nl/?p=301</guid>
		<description><![CDATA[According to the docs about Amazon&#8217;s Appstore, linking to your app is quite easy. An example for a link to a package is: Intent i = new Intent(Intent.ACTION_VIEW); i.setData(Uri.parse(&#8220;http://www.amazon.com/gp/mas/dl/android?p=&#8221; + packageName)); However, the docs also state that you can link to all your apps by adding a parameter to the url. i.setData(Uri.parse(&#8220;http://www.amazon.com/gp/mas/dl/android?p=&#8221; + packageName+&#8221;&#38;showAll=1&#8220;)); This [...]]]></description>
				<content:encoded><![CDATA[<p>According to the<a href="https://developer.amazon.com/help/tuabg.html"> docs</a> about Amazon&#8217;s Appstore, linking to your app is quite easy. An example for a link to a package is:</p>
<blockquote><p>Intent i = new Intent(Intent.ACTION_VIEW);<br />
i.setData(Uri.parse(&#8220;http://www.amazon.com/gp/mas/dl/android?p=&#8221; + packageName));</p></blockquote>
<p>However, the docs also state that you can link to all your apps by adding a parameter to the url.</p>
<blockquote><p>i.setData(Uri.parse(&#8220;http://www.amazon.com/gp/mas/dl/android?p=&#8221; + packageName+&#8221;<strong>&amp;showAll=1</strong>&#8220;));</p></blockquote>
<p>This used to work, and I used it to link my Amazon users to all my apps.</p>
<p>However, I was debugging my app and today I suddenly found that this all apps linking doesn&#8217;t work anymore on my Kindle Fire. I also downloaded the latest amazon appstore to my emulator, and it also didn&#8217;t work there. So, somehow a update of the store app apparently has a regression in it. I doubt it&#8217;s intentional.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.umito.nl/2012/12/19/amazon-app-store-linking-to-all-your-apps-stopped-working.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fretter 1.4 for iOS brings new reverse finder!</title>
		<link>http://blog.umito.nl/2012/11/06/fretter-1-4-for-ios-brings-new-reverse-finder.html</link>
		<comments>http://blog.umito.nl/2012/11/06/fretter-1-4-for-ios-brings-new-reverse-finder.html#comments</comments>
		<pubDate>Tue, 06 Nov 2012 22:49:51 +0000</pubDate>
		<dc:creator>peterdk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.umito.nl/?p=291</guid>
		<description><![CDATA[The update for Fretter to make it more like it&#8217;s brothers on Android and Windows Phone is almost done. Fretter 1.4 for iOS features a new reverse finder where you can select the notes on a fretboard, instead of using a pickerview. &#160;]]></description>
				<content:encoded><![CDATA[<p>The update for Fretter to make it more like it&#8217;s brothers on Android and Windows Phone is <del>almost</del> done.</p>
<p>Fretter 1.4 for iOS features a new reverse finder where you can select the notes on a fretboard, instead of using a pickerview.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://blog.umito.nl/wp-content/uploads/2012/11/fretter-ios-new-reverse-finder.png"><img class="aligncenter  wp-image-292" title="fretter-ios-new-reverse-finder" src="http://blog.umito.nl/wp-content/uploads/2012/11/iOS-simulatorschermafbeelding-6-nov.-2012-23.48.25.png" alt="" width="384" height="576" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.umito.nl/2012/11/06/fretter-1-4-for-ios-brings-new-reverse-finder.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fretter Reverse Finder update for Windows Phone 7 is coming</title>
		<link>http://blog.umito.nl/2012/10/31/fretter-reverse-finder-update-for-windows-phone-7-is-coming.html</link>
		<comments>http://blog.umito.nl/2012/10/31/fretter-reverse-finder-update-for-windows-phone-7-is-coming.html#comments</comments>
		<pubDate>Wed, 31 Oct 2012 19:36:27 +0000</pubDate>
		<dc:creator>peterdk</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[umito]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[fretter]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[windows phone]]></category>
		<category><![CDATA[wp7]]></category>

		<guid isPermaLink="false">http://blog.umito.nl/?p=285</guid>
		<description><![CDATA[WP7 users can rejoice, reverse chordfinding with Fretter is going to be just as easy as on the Android version! Will be released in a few weeks. update The 1.9 version with this new reverse finder is live!]]></description>
				<content:encoded><![CDATA[<p>WP7 users can rejoice, reverse chordfinding with Fretter is going to be just as easy as on the Android version!</p>
<p>Will be released in a few weeks.</p>
<p><a href="http://blog.umito.nl/wp-content/uploads/2012/10/screenshot_10-31-2012_20.35.10.971.png"><img class="aligncenter size-full wp-image-286" title="New Reverse Finder - Fretter for WP7" src="http://blog.umito.nl/wp-content/uploads/2012/10/screenshot_10-31-2012_20.35.10.971.png" alt="" width="325" height="590" /></a></p>
<p><strong>update</strong></p>
<p>The 1.9 version with this new reverse finder is live!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.umito.nl/2012/10/31/fretter-reverse-finder-update-for-windows-phone-7-is-coming.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fretter for iOS 1.3.3 submitted for review</title>
		<link>http://blog.umito.nl/2012/10/30/fretter-for-ios-1-3-3-submitted-for-review.html</link>
		<comments>http://blog.umito.nl/2012/10/30/fretter-for-ios-1-3-3-submitted-for-review.html#comments</comments>
		<pubDate>Tue, 30 Oct 2012 16:20:30 +0000</pubDate>
		<dc:creator>peterdk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chordfinder]]></category>
		<category><![CDATA[fretter]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.umito.nl/?p=283</guid>
		<description><![CDATA[Fretter for iOS 1.3.3 has been submitted to Apple for review. It fixes a crash in the instrument selection view related to custom tunings. Update Fretter 1.3.3 has been approved and is available now.]]></description>
				<content:encoded><![CDATA[<p>Fretter for iOS 1.3.3 has been submitted to Apple for review.</p>
<p>It fixes a crash in the instrument selection view related to custom tunings.</p>
<p><strong>Update</strong></p>
<p><strong></strong>Fretter 1.3.3 has been approved and is available now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.umito.nl/2012/10/30/fretter-for-ios-1-3-3-submitted-for-review.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Umito.com mobile app showcase website updated</title>
		<link>http://blog.umito.nl/2012/10/29/umito-com-mobile-app-showcase-website-updated.html</link>
		<comments>http://blog.umito.nl/2012/10/29/umito-com-mobile-app-showcase-website-updated.html#comments</comments>
		<pubDate>Mon, 29 Oct 2012 18:37:36 +0000</pubDate>
		<dc:creator>peterdk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[fretter]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[keychord]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wp7]]></category>

		<guid isPermaLink="false">http://www.umito.nl/?p=278</guid>
		<description><![CDATA[I just finished updating http://www.umito.com. It now shows all my apps for Android with screenshots and links to the various markets.]]></description>
				<content:encoded><![CDATA[<p>I just finished updating <a href="http://www.umito.com" target="_blank">http://www.umito.com</a>.</p>
<p>It now shows all my apps for Android with screenshots and links to the various markets.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.umito.nl/2012/10/29/umito-com-mobile-app-showcase-website-updated.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fretter iOS bug fix</title>
		<link>http://blog.umito.nl/2012/09/27/fretter-ios-bug-fix.html</link>
		<comments>http://blog.umito.nl/2012/09/27/fretter-ios-bug-fix.html#comments</comments>
		<pubDate>Thu, 27 Sep 2012 18:20:56 +0000</pubDate>
		<dc:creator>peterdk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fretter]]></category>
		<category><![CDATA[ios]]></category>

		<guid isPermaLink="false">http://blog.umito.nl/?p=266</guid>
		<description><![CDATA[Fretter for iOS has a bug that crashes the app on iOS 6. A fix has been uploaded, and is now under review. This new 1.3.2 version also has support for the iPhone 5&#8242;s larger screen. Update 1.3.2 has been approved by Apple and is now available on the App Store.]]></description>
				<content:encoded><![CDATA[<p>Fretter for iOS has a bug that crashes the app on iOS 6.<br />
A fix has been uploaded, and is now under review.<br />
This new 1.3.2 version also has support for the iPhone 5&#8242;s larger screen.</p>
<p><strong>Update</strong><br />
1.3.2 has been approved by Apple and is now available on the App Store.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.umito.nl/2012/09/27/fretter-ios-bug-fix.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fretter 2.0 for Android released</title>
		<link>http://blog.umito.nl/2012/09/17/fretter-2-0-for-android-released.html</link>
		<comments>http://blog.umito.nl/2012/09/17/fretter-2-0-for-android-released.html#comments</comments>
		<pubDate>Mon, 17 Sep 2012 16:47:08 +0000</pubDate>
		<dc:creator>peterdk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[chordfinder]]></category>
		<category><![CDATA[fretter]]></category>

		<guid isPermaLink="false">http://blog.umito.nl/?p=240</guid>
		<description><![CDATA[Fretter has gotten a new update which bumps it&#8217;s version number to 2.0. New features include: Custom instruments and tunings New design Favorite Chords Now you can create your own instruments with variable amount of strings, and add several custom tunings to them. Because you can now also select the octave of the stringnote, playback [...]]]></description>
				<content:encoded><![CDATA[<p>Fretter has gotten a new update which bumps it&#8217;s version number to 2.0.</p>
<p>New features include:</p>
<ul>
<li>Custom instruments and tunings</li>
<li>New design</li>
<li>Favorite Chords</li>
</ul>
<p>Now you can create your own instruments with variable amount of strings, and add several custom tunings to them. Because you can now also select the octave of the stringnote, playback is enabled when using custom tunings.</p>
<p>The design matches Keychord, and we hope you like it.</p>
<p>You can now easily select chords you like, and they are accessible through the favorites menu option.</p>

<a href='http://blog.umito.nl/2012/09/17/fretter-2-0-for-android-released.html/dashboard-2' title='dashboard'><img width="90" height="150" src="http://blog.umito.nl/wp-content/uploads/2012/09/dashboard.png" class="attachment-thumbnail" alt="dashboard" /></a>
<a href='http://blog.umito.nl/2012/09/17/fretter-2-0-for-android-released.html/chords-2' title='chords'><img width="90" height="150" src="http://blog.umito.nl/wp-content/uploads/2012/09/chords.png" class="attachment-thumbnail" alt="chords" /></a>
<a href='http://blog.umito.nl/2012/09/17/fretter-2-0-for-android-released.html/advanced-chord' title='advanced-chord'><img width="90" height="150" src="http://blog.umito.nl/wp-content/uploads/2012/09/advanced-chord.png" class="attachment-thumbnail" alt="advanced-chord" /></a>
<a href='http://blog.umito.nl/2012/09/17/fretter-2-0-for-android-released.html/intervals' title='intervals'><img width="90" height="150" src="http://blog.umito.nl/wp-content/uploads/2012/09/intervals.png" class="attachment-thumbnail" alt="intervals" /></a>
<a href='http://blog.umito.nl/2012/09/17/fretter-2-0-for-android-released.html/note-names' title='note-names'><img width="90" height="150" src="http://blog.umito.nl/wp-content/uploads/2012/09/note-names.png" class="attachment-thumbnail" alt="note-names" /></a>
<a href='http://blog.umito.nl/2012/09/17/fretter-2-0-for-android-released.html/reverse-chord' title='reverse-chord'><img width="90" height="150" src="http://blog.umito.nl/wp-content/uploads/2012/09/reverse-chord.png" class="attachment-thumbnail" alt="reverse-chord" /></a>
<a href='http://blog.umito.nl/2012/09/17/fretter-2-0-for-android-released.html/scales-2' title='scales'><img width="90" height="150" src="http://blog.umito.nl/wp-content/uploads/2012/09/scales.png" class="attachment-thumbnail" alt="scales" /></a>
<a href='http://blog.umito.nl/2012/09/17/fretter-2-0-for-android-released.html/instrument' title='instrument'><img width="90" height="150" src="http://blog.umito.nl/wp-content/uploads/2012/09/instrument.png" class="attachment-thumbnail" alt="instrument" /></a>
<a href='http://blog.umito.nl/2012/09/17/fretter-2-0-for-android-released.html/preferences' title='preferences'><img width="90" height="150" src="http://blog.umito.nl/wp-content/uploads/2012/09/preferences.png" class="attachment-thumbnail" alt="preferences" /></a>

<table>
<tr>
<td>
<a href="http://play.google.com/store/apps/details?id=umito.android.chordfinder"><br />
  <img alt="Get it on Google Play" src="http://www.android.com/images/brand/get_it_on_play_logo_large.png" height=60px/><br />
</a></td>
<td>
<a href="http://www.amazon.com/gp/mas/dl/android?p=umito.android.chordfinder"><br />
<img alt="Get it on Amazon" height=60px src="http://g-ecx.images-amazon.com/images/G/01/AmazonMobileApps/amazonappstore-black_badge._V157906315_.png"/> </a></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.umito.nl/2012/09/17/fretter-2-0-for-android-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linode</title>
		<link>http://blog.umito.nl/2012/08/31/linode.html</link>
		<comments>http://blog.umito.nl/2012/08/31/linode.html#comments</comments>
		<pubDate>Fri, 31 Aug 2012 13:26:21 +0000</pubDate>
		<dc:creator>peterdk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.umito.nl/?p=236</guid>
		<description><![CDATA[I had a lot of my hosting stuff on a shared server from TextDrive/Joyent. Unfortunately (or maybe not) they stopped their shared hosting and I needed to move to a new hoster. I already heard about Linode and already had a 512MB instance for running the addonsdetector definitions download site.  However, I now needed to setup [...]]]></description>
				<content:encoded><![CDATA[<p>I had a lot of my hosting stuff on a shared server from TextDrive/Joyent. Unfortunately (or maybe not) they stopped their shared hosting and I needed to move to a new hoster.</p>
<p>I already heard about <a href="http://www.linode.com/?r=d035911eb3bddeb8ef0fa52914537907c6ead249" target="_blank">Linode</a> and already had a 512MB instance for running the addonsdetector definitions download site.  However, I now needed to setup mail servers and all the other websites I had.</p>
<p>I must say, that Linode works great, but above all, it&#8217;s their great library with tutorials on every subject you need, that makes Linode great! I now have succesfully setup a quite secure setup, with mail and websites.</p>
<p>I learned a lot during this process, and if you are a bit of a linux guy, really consider it for your hosting!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.umito.nl/2012/08/31/linode.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.225 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-06-10 20:33:34 -->
