I\'m working in a launcher for Android ICS but I have a problem with tablets.
I can\'t hide the status bar. I have try it in Android 2.3.X and it\'s ok. The problem
It is possible to hide the statusbar on a rooted android device. The program Hidebar does this by killing the systemui process. The program is open source, so you can read all about it in the source code.
See http://ppareit.github.com/HideBar/.