Help Decompileing SystemUI.apk

thewisenerd

Senior Member
Sep 27, 2012
1,385
2,995
0
Install framework-res.apk from the framework folder using the -if switch

Sent from my HTC Explorer A310e using xda app-developers app
 

navinn

Senior Member
Jul 3, 2012
487
328
0
somewhere in your house
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:::

Code:
cd c:\apktools
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:::

Code:
javac
Once framework is installed,Then to decompile ::::

Code:
java -jar apktool.jar d systemui.apk
To decompile without any problems.....;);)
 
Last edited: