Android Unbound Prefix problem

Posted on

When getting the error of “Unbound Prefix” in Eclipse when developing Android MapView as shown below in the picture. A solution is to add the namespace for the component. This error mostly appear when following the Google tutorial like this one. Add the namespace xmlns:android=”http://schemas.android.com/apk/res/android” like example below and it will most highly disappear. [sourcecode […]

Portable Ubuntu

Posted on

A good way of having Ubuntu running when you must have Windows installed as primary, and on USB. Take a look at Portable Ubuntu. Using it when running XP in background and at the same time running linux. Good way of developing, and can also take my Ubuntu with me to another computer anywhere since […]

Add boot script on linux

Posted on

Since I always forgot the information about how to add boot script I fought I should add it here: Usually the script that should be stored should be placed in the path /etc/init.d/ then a reference (link) from the /etc/rc[1-6].d paths to the script is used to start the script at boot. Depending on the […]