Use apktool to decompile systemui.apk..
Make a folder called apktools in c drive
Put the apktool.jar,apktool.bat,aapt file from the zip...
Pull out the framework-res.apk from the rom ur working..
If it is based on touch wiz,miui ,etc., then pull its framework also..
Then open cmd
Type this:::
Then:::
Code:
apktool if framework-res.apk
If it is not working try to set path for java and try that step again
To set it:::
Code:
setpath=%path;"here comes the jdk bin directory"
Without quotes..
Then:::
Once framework is installed,Then to decompile ::::
Code:
java -jar apktool.jar d systemui.apk
To decompile without any problems.....

