langsung aja :
Buat yg Mau/suka Oprek file APK, ni ane kasih senjatanya Semua komplit dari :
- 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-gb\framework-res.apk
- apktool if D:\lib-gb\SystemUI.apk
Ilustrasi Gambar :
Cara gunain ApkTool
DECOMPILE
- apktool d (path file apk) (path folder tujuan)
contoh : - apktool d D:\instagram.apk C:\apktool\decompile\instagram\
Ilustrasi Gambar :
Contoh folder hasil decompile :
RECOMPILE
- apktool b (path folder hasil decompile) (path file apk baru)
contoh : - apktool b C:\apktool\decompile\instagram\ C:\apktool\recompile\instagram-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\recompile\instagram-new.apk C:\apktool\sign\instagram-new-sign.apk
Ilustrasi Gambar :
Note : untuk system app jangan di sign
via Pegel Punkestoe new android indonesia
0 komentar:
Post a Comment