i want to replace the original systemUI.apk form a android 3.x System with a own one. Did anyone try this before or maybe got a openSource project for this
for example the systemUI.apk is the menuBar, i want a own with only back, home and maybe the time, nothing else
THX
i found a solution for my problem, maybe this can help other programmers too.
first of all, I hide the SystemBar with this Answer:
Is there a way to hide the system bar in Android 3.0? It's an internal device and I'm managing navigation
Then i create my own home button Service with allways show a home icon on the left side of the top. The Service got a onTouchEvent, looks like this
i hope this can help people out, if not ask me a question 🙂 i will try to help you