In my previous post I showed you how to create an chroot environment for the arm and run it on your Ubuntu. But it’s much nicer to see it work on a real device or on an Android device like Samsun Galaxy S GT-I9000. Read more…
Some of you may or may not be familiar with chroot, for those who are familiar with chroot good job and for those that aren’t shame on you. Just kidding please read this for some more info about chroot.
Now that we all know what chroot is, maybe it could be fun to create an chroot environment, and to make it more exciting we are not creating an x86 but an arm processor environment
Read more…
If you are like me and are using chromium (dev channel) instead of chrome you may have noticed that playing HTML5 video from youtube or others is not working. That is because the default chromium ships with free codecs only. So to fix this problem do the following. Read more…
This is an “how to”. I will show you how to root your Samsung Galaxy S. The credits go to LeshaK for rooting method and lmfwtw for providing a small tutorial that this how to is based upon. Also credits to these sites Samdroid and Samsung Firmwares. Read more…
You already know how to use embedded glassfish from junit now it’s time to show you how to use the maven plugin to achieve the same. Read more…
In my previous post I explaind that with the new EJB you can use an embedded EJB container to test your EJB. But there is also another way and that is to use embedded glassfish that is started from inside an junit. The nice thing here is that it you can start an embedded glassfish with the container you need, with EJB or with WEB or both if you need. Read more…
This is how you can test your EJB3.1 or the one I made here using an new embedded container provided in the new EJB. You can download the full package to test this here Read more…
This post describes how to create an simple Entity and Session bean with EJB3.1. As some of you know EJB 3.1 is ready to use and makes the world much easier for the developers. Read more…
Beta-SMS can be used to send SMS over the Internet using the different Betamax VOIP resellers like voipbuster, webcalldirect and many other. Read more…