Friday, July 21, 2017

Cara Decompile atau Recompile APK dengan PC

Cara Decompile atau Recompile APK dengan PC

Install the Java Development Kit you've previously downloaded
Tool Extract APK TOOL file that you've also download
If so, download the file-res.apk framework of Android you're using Root File Manager app like Root Explorer. The file location is in the system folder> framework
Then put the file-res.apk framework earlier to the folder apktool
Then press Shift + right click on the mouse, then click the Open command window her

Next you will go to the command prompt window, then type "if apktool-res.apk framework" (without the quotes) and press Enter as below
If you've returned to apktool folder and copy the APK file you want to decompile, for example, we will decompile SystemUI.apk application.
Then do the same way to get into the command prompt window as before (Shift + right click> Open command prompt windows here)
Then type "apktool d SystemUI.apk" and press Enter
If the process is successful decompile you will find a new folder in the folder SystemUI apktool. With the folder contents as follows
In the folder decompile result is what you can change and modify at will you

If you're done with the modification and change offal such applications, it is time to Recompile modified you had to menjadikanya a new application.

    As before press shift + right click> Open command prompt windows here in the folder apktool

    Then type "apktool b SystemUI" and Enter
 If you succeed in the process Recompile SystemUI folder will be found new dist folder containing the application you Recompile results.
 Before you actually use the application you must first sign the application. In the following manner:

    Copy and paste the earlier application in dist folder to folder SignApk

    In SignApk folder, go to the command prompt in a way like never before.

    Then type "java -jar signapk.jar certificate.pem key.pk8 SystemUI.apk namabaru.apk" (example:namabaru.apk, SystemUI-signed.apk or whatever it's up to you )


EmoticonEmoticon