http://forum.xda-developers.com/showthread.php?t=2251719
download the full Apktool & baksmali/smali + Signer for all GB/ICS/JB/KK ROM v3 (4.4 Kitkat support/optimized)
- extract it to a desired folder.
- download the framework-res.apk and copy it to the same place that extracted.
- And also copy paste the .apk file.
- shift+right click on the window.
- click open command window here.
- cmd will open now.
- type on cmd apktool if framework-res.apk
- then type apktool d "your apk file name"
- press enter, it will have been decompiled and there will be a new folder which contains the decompiled files.
to recompile the edited apk folder content...get cmd and type
- apktool b -f -d "your apk file name"
- go to the folder that contents have of the real apk (decompiled) and go to the dist folder. There will have the apk file.
No comments:
Post a Comment