Apktool dan Cara Menggunakannya
Buat yg Mau/suka Oprek file APK,
- apktool+SignApk > Mediafire Downlod 2.72Mb
- library (framework-res.apk dan SystemUI.apk) dari GB,ICS,JB > Mediafire Downlod 19.52Mb
Cara pakai :
Cara install/konfigurasi AWAL Apktool :
- apktool if (lokasi framework dan SystemUI)
contoh : - apktool if D:lib-gbframework-res.apk
- apktool if D:lib-gbSystemUI.apk
Ilustrasi Gambar :
Cara gunain ApkTool
DECOMPILE
- apktool d (path file apk) (path folder tujuan)
contoh : - apktool d D:instagram.apk C:apktooldecompileinstagram
Ilustrasi Gambar :
Contoh folder hasil decompile :
RECOMPILE
- apktool b (path folder hasil decompile) (path file apk baru)
contoh : - apktool b C:apktooldecompileinstagram C:apktool ecompileinstagram-new.apk
Ilustrasi Gambar :
SIGN-APK
- java -jar signapk.jar certificate.pem key.pk8 (path file apk yg mw di sign) (path file apkhasil sign)
contoh : - java -jar signapk.jar certificate.pem key.pk8 C:apktool ecompileinstagram-new.apk C:apktoolsigninstagram-new-sign.apk
Ilustrasi Gambar :
Note : untuk system app jangan di sign
Moga bisa membantu :D :D
Moga bisa membantu :D :D