13
Sep/11
0

OpenVPN (inkl tun.ko) for SE Xperia Mini Pro (SK17i)

I just got a Sony Ericsson Xperia Mini Pro 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 OpenVPN. OpenVPN is available for Android, and following this 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:


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:
ARCH=arm make semc_mango_defconfig

This will generate a .config file. Now edit that file and add CONFIG_TUN=m

then run:
ARCH=arm CROSS_COMPILE=~/android/android-ndk-r5/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi- make

This will take some time, when its done run:
ARCH=arm CROSS_COMPILE=~/android/android-ndk-r5/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi- make modules


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.

You can download a pre-compiled version here (use at your own risk).

14
May/11
0

Club Target 13/5

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.

[ Read the rest ... ]
4
May/11
0

1 millionth happy customer!

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.

21
Apr/11
1

Smooth Calendar 1.0.0.0 Released

Well,

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:

  • Added the option to choose number of events to display
  • Added the option to make the font, bold, italic or both
  • Added the option to not use multiple instances
  • Rewrote the time zone code, hope it solved all problems

12
Mar/11
0

DJ Set: Club Target

Last night I had another DJ set at my club, Club Target. Two bands, Mr Jones Machine and Killing Game took the stage. The place was packed and it was a good night. Set list is attached.

[ Read the rest ... ]
Go to page       >>