<?xml version="1.0" encoding="utf-8"?>
				<!-- generator="e107" -->
				<!-- content type="News" -->
				<rss  version="2.0" 
					xmlns:content="http://purl.org/rss/1.0/modules/content/" 
					xmlns:atom="http://www.w3.org/2005/Atom"
					xmlns:dc="http://purl.org/dc/elements/1.1/"
					xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"

				>
				<channel>
				<title>in my mind : News</title>
				<link>http://catharsis.se/asperon/</link>
				<description></description>

<language>en-gb</language>
				<copyright></copyright>
				<managingEditor>no@nospam.com (asperon)</managingEditor>
				<webMaster>no@nospam.com (asperon)</webMaster>
				<pubDate>Sun, 20 May 2012 09:31:13 +0200</pubDate>
				<lastBuildDate>Sun, 20 May 2012 09:31:13 +0200</lastBuildDate>
				<docs>http://backend.userland.com/rss</docs>
				<generator>e107 (http://e107.org)</generator>
				<sy:updatePeriod>hourly</sy:updatePeriod>
				<sy:updateFrequency>1</sy:updateFrequency>

				<ttl>60</ttl>
<atom:link href="http://www.catharsis.se/asperon/e107_plugins/rss_menu/rss.php?news.2" rel="self" type="application/rss+xml" />

					<image>
					<title>in my mind : News</title>
					<url>http://www.catharsis.se/asperon/e107_images/button.png</url>
					<link>http://catharsis.se/asperon/</link>
					<width>88</width>
					<height>31</height>
					<description></description>
					</image>
<item>
<title>Spam</title>
<link>http://www.catharsis.se/asperon/news.php?item.517.2</link>
<description><![CDATA[I just cleaned out over 4500 spam comments from the site, I hope I didn't delete any that weren't spam. I have added a captcha to hopefully get things under control, lets see how it goes.<br />]]></description>
<content:encoded><![CDATA[I just cleaned out over 4500 spam comments from the site, I hope I didn't delete any that weren't spam. I have added a captcha to hopefully get things under control, lets see how it goes.<br />]]></content:encoded>
<category domain='http://www.catharsis.se/asperon/news.php?cat.2'>News</category>
<dc:creator>asperon</dc:creator>
<pubDate>Tue, 08 May 2012 23:08:22 +0200</pubDate>
<guid isPermaLink="true">http://www.catharsis.se/asperon/news.php?item.517.2</guid>
</item>

<item>
<title>Did you miss me?</title>
<link>http://www.catharsis.se/asperon/news.php?item.516.3</link>
<description><![CDATA[Wow, 2 posts in 12 months is quite a low mark even for me, what can i say, its been hectic. Hopefully it will slow down a bit and i will have time to post some more here, release some new android apps, release a WP7 app and a lot more. Stay tuned!<br />]]></description>
<content:encoded><![CDATA[Wow, 2 posts in 12 months is quite a low mark even for me, what can i say, its been hectic. Hopefully it will slow down a bit and i will have time to post some more here, release some new android apps, release a WP7 app and a lot more. Stay tuned!<br />]]></content:encoded>
<category domain='http://www.catharsis.se/asperon/news.php?cat.3'>About</category>
<dc:creator>asperon</dc:creator>
<pubDate>Tue, 08 May 2012 17:49:49 +0200</pubDate>
<guid isPermaLink="true">http://www.catharsis.se/asperon/news.php?item.516.3</guid>
</item>

<item>
<title>OpenVPN (inkl tun.ko) for SE Xperia Mini Pro (SK17i)</title>
<link>http://www.catharsis.se/asperon/news.php?item.515.2</link>
<description><![CDATA[I just got a <a class='bbcode' href='&quot;http://www.sonyericsson.com/cws/products/mobilephones/overview/xperia-mini-pro&quot;' >Sony Ericsson Xperia Mini Pro</a> to use as my work phone. Apart from syncing my email/calendar I wanted to be able to connect to our network cluster, which is running <a class='bbcode' href='&quot;http://openvpn.net&quot;' >OpenVPN</a>. OpenVPN is available for Android, and following <a class='bbcode' href='http://vpnblog.info/android-openvpn-strongvpn.html' >this</a> tutorial I soon had it installed on my phone, the only problem was that there is no tun kernel module (tun.ko) available for the SK17i. I contacted Sony Ericsson to get some help but they don't provide kernel modules at the moment. So the only option was to build it myself, here is what I did:<br /><ul class='bbcode'><li class='bbcode'>Download the Kernel source from Sony Ericsson (I used <a class='bbcode' href='http://developer.sonyericsson.com/wportal/devworld/downloads/download/40a2368tarbz2' >40a2368.tar.bz</a>)<br /></li><li class='bbcode'> Download Android NDK from Android Developer Site (I used <a class='bbcode' href='http://dl.google.com/android/ndk/android-ndk-r5-linux-x86.tar.bz2' >android-ndk-r5-linux-x86.tar.bz2</a> since i couldn't get the latest to work with the source)<br /></li><li class='bbcode'> Download Android SDK from Android Developer Site (I used <a class='bbcode' href='http://dl.google.com/android/android-sdk_r12-linux_x86.tgz' >android-sdk_r12-linux_x86.tgz</a>)</li></ul><br />Extract the Kernel Source and Android NDK/SDK to a folder (say android) in home directory. In the 4.0.A.2.364/kernel folder run: <div class='code_highlight code-box' style='unicode-bidi: embed; direction: ltr'><code><span style="color: #000000">ARCH=arm&nbsp;make&nbsp;semc_mango_defconfig</span></code></div><br />This will generate a .config file. Now edit that file and add CONFIG_TUN=m<br /><br />then run:<div class='code_highlight code-box' style='unicode-bidi: embed; direction: ltr'><code><span style="color: #000000">ARCH=arm&nbsp;CROSS_COMPILE=~/android/android-ndk-r5/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-&nbsp;make</span></code></div><br />This will take some time, when its done run:<div class='code_highlight code-box' style='unicode-bidi: embed; direction: ltr'><code><span style="color: #000000">ARCH=arm&nbsp;CROSS_COMPILE=~/android/android-ndk-r5/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-&nbsp;make&nbsp;modules</span></code></div><br /><br />You will now find the resulting tun.ko in 4.0.A.2.364/kernel/drivers/net, copy it to your phone and run an insmod and you are done.<br /><br />You can download a pre-compiled version <a class='bbcode' href='http://catharsis.se/asperon/e107_admin/filemanager.php?e107_files/downloads/tun.zip' >here</a> (use at your own risk).<br />]]></description>
<content:encoded><![CDATA[I just got a <a class='bbcode' href='&quot;http://www.sonyericsson.com/cws/products/mobilephones/overview/xperia-mini-pro&quot;' >Sony Ericsson Xperia Mini Pro</a> to use as my work phone. Apart from syncing my email/calendar I wanted to be able to connect to our network cluster, which is running <a class='bbcode' href='&quot;http://openvpn.net&quot;' >OpenVPN</a>. OpenVPN is available for Android, and following <a class='bbcode' href='http://vpnblog.info/android-openvpn-strongvpn.html' >this</a> tutorial I soon had it installed on my phone, the only problem was that there is no tun kernel module (tun.ko) available for the SK17i. I contacted Sony Ericsson to get some help but they don't provide kernel modules at the moment. So the only option was to build it myself, here is what I did:<br /><ul class='bbcode'><li class='bbcode'>Download the Kernel source from Sony Ericsson (I used <a class='bbcode' href='http://developer.sonyericsson.com/wportal/devworld/downloads/download/40a2368tarbz2' >40a2368.tar.bz</a>)<br /></li><li class='bbcode'> Download Android NDK from Android Developer Site (I used <a class='bbcode' href='http://dl.google.com/android/ndk/android-ndk-r5-linux-x86.tar.bz2' >android-ndk-r5-linux-x86.tar.bz2</a> since i couldn't get the latest to work with the source)<br /></li><li class='bbcode'> Download Android SDK from Android Developer Site (I used <a class='bbcode' href='http://dl.google.com/android/android-sdk_r12-linux_x86.tgz' >android-sdk_r12-linux_x86.tgz</a>)</li></ul><br />Extract the Kernel Source and Android NDK/SDK to a folder (say android) in home directory. In the 4.0.A.2.364/kernel folder run: <div class='code_highlight code-box' style='unicode-bidi: embed; direction: ltr'><code><span style="color: #000000">ARCH=arm&nbsp;make&nbsp;semc_mango_defconfig</span></code></div><br />This will generate a .config file. Now edit that file and add CONFIG_TUN=m<br /><br />then run:<div class='code_highlight code-box' style='unicode-bidi: embed; direction: ltr'><code><span style="color: #000000">ARCH=arm&nbsp;CROSS_COMPILE=~/android/android-ndk-r5/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-&nbsp;make</span></code></div><br />This will take some time, when its done run:<div class='code_highlight code-box' style='unicode-bidi: embed; direction: ltr'><code><span style="color: #000000">ARCH=arm&nbsp;CROSS_COMPILE=~/android/android-ndk-r5/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-&nbsp;make&nbsp;modules</span></code></div><br /><br />You will now find the resulting tun.ko in 4.0.A.2.364/kernel/drivers/net, copy it to your phone and run an insmod and you are done.<br /><br />You can download a pre-compiled version <a class='bbcode' href='http://catharsis.se/asperon/e107_admin/filemanager.php?e107_files/downloads/tun.zip' >here</a> (use at your own risk).<br />]]></content:encoded>
<category domain='http://www.catharsis.se/asperon/news.php?cat.2'>News</category>
<dc:creator>asperon</dc:creator>
<pubDate>Tue, 13 Sep 2011 14:40:27 +0200</pubDate>
<guid isPermaLink="true">http://www.catharsis.se/asperon/news.php?item.515.2</guid>
</item>

<item>
<title>Club Target 13/5</title>
<link>http://www.catharsis.se/asperon/news.php?item.514.6</link>
<description><![CDATA[Last night we had a DJ bash at my club, Club Target. Eight DJ:es from different clubs (BodyBeat, SynthCave, SynthKlubben and The Zone) showed of their skill and their take on the music. It was a great night which I got to the honour of closing. As always the playlist is attached.<br />mind in a box - amnesia<br />seabound - hooked<br />system - graven images<br />absurd minds - herzlos<br />and one - recover you<br />de/vision - try to forget<br />elegant machinery - words of wisdom<br />universal poplab - i could say im sorry<br />kite - a little more time<br />page - dansande man]]></description>
<content:encoded><![CDATA[Last night we had a DJ bash at my club, Club Target. Eight DJ:es from different clubs (BodyBeat, SynthCave, SynthKlubben and The Zone) showed of their skill and their take on the music. It was a great night which I got to the honour of closing. As always the playlist is attached.<br />mind in a box - amnesia<br />seabound - hooked<br />system - graven images<br />absurd minds - herzlos<br />and one - recover you<br />de/vision - try to forget<br />elegant machinery - words of wisdom<br />universal poplab - i could say im sorry<br />kite - a little more time<br />page - dansande man]]></content:encoded>
<category domain='http://www.catharsis.se/asperon/news.php?cat.6'>Music</category>
<dc:creator>asperon</dc:creator>
<pubDate>Sat, 14 May 2011 13:18:00 +0200</pubDate>
<guid isPermaLink="true">http://www.catharsis.se/asperon/news.php?item.514.6</guid>
</item>

<item>
<title>1 millionth happy customer!</title>
<link>http://www.catharsis.se/asperon/news.php?item.513.4</link>
<description><![CDATA[Today Smooth Calendar passed the 1 million download mark. It is used by 400 thousand users all over the world! A big thank you to all of you who have downloaded and enjoyed my first Android application. There is a lot more planed for Smooth Calendar as well as some other Android applications.<br />]]></description>
<content:encoded><![CDATA[Today Smooth Calendar passed the 1 million download mark. It is used by 400 thousand users all over the world! A big thank you to all of you who have downloaded and enjoyed my first Android application. There is a lot more planed for Smooth Calendar as well as some other Android applications.<br />]]></content:encoded>
<category domain='http://www.catharsis.se/asperon/news.php?cat.4'>Software</category>
<dc:creator>asperon</dc:creator>
<pubDate>Wed, 04 May 2011 20:31:17 +0200</pubDate>
<guid isPermaLink="true">http://www.catharsis.se/asperon/news.php?item.513.4</guid>
</item>

<item>
<title>Smooth Calendar 1.0.0.0 Released</title>
<link>http://www.catharsis.se/asperon/news.php?item.512.4</link>
<description><![CDATA[Well,<br /><br />its the big 1.0. Smooth Calendar has almost been downloaded 1 million times as of this release and its used by over 400 000 people all over the globe. To say that this is way beyond my wildest expectations is a understatement. So, what's new in this release:<br /><ul class='bbcode'><li class='bbcode'>Added the option to choose number of events to display<br /></li><li class='bbcode'> Added the option to make the font, bold, italic or both<br /></li><li class='bbcode'> Added the option to not use multiple instances<br /></li><li class='bbcode'> Rewrote the time zone code, hope it solved all problems</li></ul><br />]]></description>
<content:encoded><![CDATA[Well,<br /><br />its the big 1.0. Smooth Calendar has almost been downloaded 1 million times as of this release and its used by over 400 000 people all over the globe. To say that this is way beyond my wildest expectations is a understatement. So, what's new in this release:<br /><ul class='bbcode'><li class='bbcode'>Added the option to choose number of events to display<br /></li><li class='bbcode'> Added the option to make the font, bold, italic or both<br /></li><li class='bbcode'> Added the option to not use multiple instances<br /></li><li class='bbcode'> Rewrote the time zone code, hope it solved all problems</li></ul><br />]]></content:encoded>
<category domain='http://www.catharsis.se/asperon/news.php?cat.4'>Software</category>
<dc:creator>asperon</dc:creator>
<pubDate>Thu, 21 Apr 2011 10:26:07 +0200</pubDate>
<guid isPermaLink="true">http://www.catharsis.se/asperon/news.php?item.512.4</guid>
</item>

<item>
<title>DJ Set: Club Target</title>
<link>http://www.catharsis.se/asperon/news.php?item.511.6</link>
<description><![CDATA[Last night I had another DJ set at my club, <a class='bbcode' href='http://clubtarget.se' >Club Target</a>. Two bands, <a class='bbcode' href='http://mrjones.ollilab.com/' >Mr Jones Machine</a> and <a class='bbcode' href='http://www.facebook.com/pages/Killing-Game/171460286222608?v=app_2405167945' >Killing Game</a> took the stage. The place was packed and it was a good night. Set list is attached.<br /><strong class='bbcode bold'>Set 1</strong><br />Alphaville - Victory Of Love<br />Camouflage - The Great Commandments<br />Fad Gadget - Rickys Hand<br />Depeche Mode - A Question Of Time<br />De/Vision - Trying To Forget (Radio edit)<br />Elegent Machinery - Watching you<br />No Comment - I Won't Cry<br />Encounter - Date On Mars<br />Page - Skjuten Ur En Kanon<br />Forbidden  Colours - My Broken Heart<br />System - Graven Imaged<br /><br /><strong class='bbcode bold'>Set 2</strong><br />VNV Nation - Saviour (Vox)<br />Neuroticfish - Prostitute<br />Icon Of Coil - Other half of me<br />Das Ich - Destilate (VNV Nation remix)<br />Apoptyga Berzerk - Eclipse<br />Assemblage 23 - You haven't earned it<br />Rotersand - Almost Violent<br />Code 64 - Leaving Earth (single edit)<br />SITD - Hurt<br /><br /><strong class='bbcode bold'>Set 3</strong><br />Edge of Dawn - Black Heart<br />Absurd Minds - Heartsloss<br />Seabound - Hooked<br />Iris - Annie would i lie to you?<br />Spark - Tankens Mirakel<br />Familjen - Det snurrar i min skalle<br />Eliasson - Börja om <br />Kite - Ways to dance (live)<br />Universal Poplab - I could say im sorry<br />Page - Dansande Man]]></description>
<content:encoded><![CDATA[Last night I had another DJ set at my club, <a class='bbcode' href='http://clubtarget.se' >Club Target</a>. Two bands, <a class='bbcode' href='http://mrjones.ollilab.com/' >Mr Jones Machine</a> and <a class='bbcode' href='http://www.facebook.com/pages/Killing-Game/171460286222608?v=app_2405167945' >Killing Game</a> took the stage. The place was packed and it was a good night. Set list is attached.<br /><strong class='bbcode bold'>Set 1</strong><br />Alphaville - Victory Of Love<br />Camouflage - The Great Commandments<br />Fad Gadget - Rickys Hand<br />Depeche Mode - A Question Of Time<br />De/Vision - Trying To Forget (Radio edit)<br />Elegent Machinery - Watching you<br />No Comment - I Won't Cry<br />Encounter - Date On Mars<br />Page - Skjuten Ur En Kanon<br />Forbidden  Colours - My Broken Heart<br />System - Graven Imaged<br /><br /><strong class='bbcode bold'>Set 2</strong><br />VNV Nation - Saviour (Vox)<br />Neuroticfish - Prostitute<br />Icon Of Coil - Other half of me<br />Das Ich - Destilate (VNV Nation remix)<br />Apoptyga Berzerk - Eclipse<br />Assemblage 23 - You haven't earned it<br />Rotersand - Almost Violent<br />Code 64 - Leaving Earth (single edit)<br />SITD - Hurt<br /><br /><strong class='bbcode bold'>Set 3</strong><br />Edge of Dawn - Black Heart<br />Absurd Minds - Heartsloss<br />Seabound - Hooked<br />Iris - Annie would i lie to you?<br />Spark - Tankens Mirakel<br />Familjen - Det snurrar i min skalle<br />Eliasson - Börja om <br />Kite - Ways to dance (live)<br />Universal Poplab - I could say im sorry<br />Page - Dansande Man]]></content:encoded>
<category domain='http://www.catharsis.se/asperon/news.php?cat.6'>Music</category>
<dc:creator>asperon</dc:creator>
<pubDate>Sat, 12 Mar 2011 20:26:00 +0100</pubDate>
<guid isPermaLink="true">http://www.catharsis.se/asperon/news.php?item.511.6</guid>
</item>

<item>
<title>DJ Set: Club Target</title>
<link>http://www.catharsis.se/asperon/news.php?item.510.6</link>
<description><![CDATA[Last night I had another DJ set at my club, <a class='bbcode' href='http://clubtarget.se' >Club Target</a>. Two bands, <a class='bbcode' href='http://www.myspace.com/oursystematic' >System</a> and <a class='bbcode' href='http://www.myspace.com/twatoibm' >Twat</a> took the stage. It was a good crowd and people seemed to have fun. Set list is attached.<br /><strong class='bbcode bold'>First Set</strong><br />Grendel - Interrogation Leash<br />C-Lekktor - We Are All Ready Dead<br />Red Cell - Broken Smile<br />Trakktor - Veil of Thorns<br />Tactical Sekt - 7 Steps To Dysfunction<br />Hocico - Forgotten Tears (Live)<br />Front Line Assembly - Shifting Through The Lens<br />Covenant - Figurehead (Plain)<br />Edge Of Dawn - Black Heart (Alpha)<br /><br /><strong class='bbcode bold'>Second Set</strong><br />Mind in a box - Amnesia<br />Absurd Mind - Hertslos<br />Mesh - Let them crush us<br />Iris - Closer to Real<br />Hype - Wintersday (2005A)<br />Lisa Pedersen - Light blue<br />Familjen - Det snurrar i min skalle<br />Universal Poplab - Another last time<br />And One - Military Fashionshow<br />Page - Dansande Man]]></description>
<content:encoded><![CDATA[Last night I had another DJ set at my club, <a class='bbcode' href='http://clubtarget.se' >Club Target</a>. Two bands, <a class='bbcode' href='http://www.myspace.com/oursystematic' >System</a> and <a class='bbcode' href='http://www.myspace.com/twatoibm' >Twat</a> took the stage. It was a good crowd and people seemed to have fun. Set list is attached.<br /><strong class='bbcode bold'>First Set</strong><br />Grendel - Interrogation Leash<br />C-Lekktor - We Are All Ready Dead<br />Red Cell - Broken Smile<br />Trakktor - Veil of Thorns<br />Tactical Sekt - 7 Steps To Dysfunction<br />Hocico - Forgotten Tears (Live)<br />Front Line Assembly - Shifting Through The Lens<br />Covenant - Figurehead (Plain)<br />Edge Of Dawn - Black Heart (Alpha)<br /><br /><strong class='bbcode bold'>Second Set</strong><br />Mind in a box - Amnesia<br />Absurd Mind - Hertslos<br />Mesh - Let them crush us<br />Iris - Closer to Real<br />Hype - Wintersday (2005A)<br />Lisa Pedersen - Light blue<br />Familjen - Det snurrar i min skalle<br />Universal Poplab - Another last time<br />And One - Military Fashionshow<br />Page - Dansande Man]]></content:encoded>
<category domain='http://www.catharsis.se/asperon/news.php?cat.6'>Music</category>
<dc:creator>asperon</dc:creator>
<pubDate>Sat, 15 Jan 2011 20:01:27 +0100</pubDate>
<guid isPermaLink="true">http://www.catharsis.se/asperon/news.php?item.510.6</guid>
</item>

<item>
<title>Smooth Calendar 0.9.9.7 Released</title>
<link>http://www.catharsis.se/asperon/news.php?item.509.4</link>
<description><![CDATA[As of now version 0.9.9.7 of Smooth Calendar is available on the Android market. <a class='bbcode' href='http://catharsis.se/asperon/news.php?extend.506' >Change Log</a>.<br />]]></description>
<content:encoded><![CDATA[As of now version 0.9.9.7 of Smooth Calendar is available on the Android market. <a class='bbcode' href='http://catharsis.se/asperon/news.php?extend.506' >Change Log</a>.<br />]]></content:encoded>
<category domain='http://www.catharsis.se/asperon/news.php?cat.4'>Software</category>
<dc:creator>asperon</dc:creator>
<pubDate>Sun, 09 Jan 2011 13:53:08 +0100</pubDate>
<guid isPermaLink="true">http://www.catharsis.se/asperon/news.php?item.509.4</guid>
</item>


				</channel>
				</rss>
