Senin, 24 Maret 2014

Decompile dan Recompile (2) menggunakan APKTool

Bahan :
Notepad++  DOWNLOAD
APKTools for JB/KK/ICS DOWNLOAD
Lates smali n baksmali HERE




Save or extract apktool to folder directory :
Windows XP : C:\Document and Settings\folder your computer name\here
Windows 7 : C:\User\folder your computer name\here

Decompile and Recompile *.apk file

 a. Copy framework-res.apk to apktool folder (make sure is the same folder).
 b. Copy other *.apk you want to edit to apktool folder.Example SystemUI.apk
 c. Open Command Prompt.bat  in folder apktool
 d. Decompile and install framework.

Put/simpan/taruh framework-res.apk and SystemUI.apk in folder apktool

Instal first your framework-res.apk .type this command :  apktool if framework-res.apk
Decompile apk you want to mod ,example SystemUI.apk . type this command in cmd :
apktool d SystemUI.apk 

SS.instal framework-res.apk for base your mod












SS decompile SystemUI.apk if you want mod your UI.
after decompile ,see,lihat folder SystemUI hasil decompile  satu directori dgn apktool.












Until this point,lets start your mod/editing.Silahkan agan2 mulai mod/edit,images,xml,dsbdi folder SystemUI

e.After editing/mod now recompile  :)

Example if your was mod SystemUI.apk ,for Recompile type in cmd :

 apktool b -f -d SystemUI













pastikan hasil recompile /final result   :Building apk file...













f. Signing:After recompile is complete, go to folder SystemUI>dist folder>SystemUI.apk(mod),rename/change extention to SystemUI.zip,double klik zip.

Back to SystemUI.apk (original SystemUI.apk),rename/change extention to SystemUI.zip,double klik that zip.Drag META-INF folder and androidManifest.xml to SystemUI.zip (mod)















After signing ,go to folder  SystemUI>dist>SystemUI.zip , rename again to SystemUI.apk, than copy to sdcard to apply your moding.

Notice :
decompile SystemUI.apk use comand : apktool d SystemUI.apk
recompile SystemUI use comand: apktool b -f -d SystemUI

instaling framework-res.apk : apktool if framework-res.apk
decompile other apk : apktool d (apk name).apk
recompile other apk : apktool b -f -d (name apk)(not use apk extention)


Aditional Tutorial by Blogger
apktool source from XDA @ mr.ibanez









1 komentar:

  1. Kl pas decompile systemui ada tulisan brutal gt gmn om,?
    Yg psti gk bs dibongkar ui nya

    BalasHapus