Home

I created this page so that I may share my Java and Linux projects with others.
I use them privately and in my work as a systems developer at a company named Know IT Norrland in Sundsvall, Sweden.
Have tried to write some documentation to explain usage of the projects.
Contact me if you find errors, so I can correct it.
My English is not the best, hope you understand. And there are probably lots of spelling errors (I wrote this documentation rather quickly).

I've now have a new Linux distribution Steelsquid KISS OS :-)
Please help me find bugs...

See News for more info what's happening.
If you have questions you can contact me on steelsquid@gmail.com

All my projects are now using Netbeans 7 and newest version of nbandroid
Here you can download/view my projects.

Here is a brief description of some of my projects. Hope someone finds them useful.

  • Steelsquid KISS OS
    Steelsquid KISS OS is an even faster and more lightweight Linux distribution, uses JWM as desktop environment and is built on Debian 7 (wheezy).

  • Steelsquid OS
    Steelsquid OS is a fast and lightweight Linux distribution, uses LXDE as desktop environment and has many useful applications installed by default.

  • Absolute Openbox Theme
    Simple Openbox theme that works with the nice and clean GTK theme Absolute.
  • Class Collection
    A collection of classes and methods i think is usefull.
    Below is the name of all base packages, will give you a hint on what the package can do.

  • SSC32-Servo Controller
  • Controll the SSC-32 servo controller in java.

  • Android Utils
    A small collection of classes and methods for Android.
    There is also some stuff from Class Collection.
    Examples of Usage, see Template App.

  • Template App
    This is a template Android app i think is useful when creating new apps.

  • Phone Deploy App
    This app reads an apk file from a url and then ask you to approve the installation (do not think it can be done automatically).
    It also checks periodically if there is a new version to download.
    You may be wondering what on earth this is good for!
    I use it when I develop apps for IOIO (http://www.sparkfun.com/products/10748).
    IOIO is a microcontroller connected to the USB port on an Android phone.
    You are unable to connect IOIO with Android emulator, so I created this app to easily upload and test new versions of my IOIO applications on my phone.

  • Sys Mon App
    Android app that monitor a server and displays it in a widget.
    Server must generate an XML that describes its status.

  • Deli Norr App
    This is an app for a restaurant in Sundsvall called Deli Norr.
    It shows the daily specials in a widget and the week's meals in a window.

  • Tellstick App
    Send command to Telldus Tellstick with your Android phone and controll your electronics & ligth.
    This is a Android App to connect to TellsickServer.

  • Tellstick Controller
    Java interface for the Telldus Tellstick.
    It turns any computer into a wireless home automation center by being the link between your computer and electronics & ligths.
    Can only handle NEXA units now.

  • Tellstick Server
    Web interface for Telldus Tellstick.
    Start a server on your home computer and controll your electronics & ligth.
    You can also connect to it via your Android phone.
    See TellsickApp for the client.

  • Spring Utils
    Some tagger and methods I find useful.
    Is not just Spring related stuff.
    Not so much in this project, just some stuff broken out of SpringTemplate.

  • Spring Template
    Is a template Spring project that i think is useful when create new web projects.
    Can probably help if you want to learn a little Spring Security and hibernate.