Breaking News
recent

How to Decompile,Edit and Recompile Apk Files



YO Watup Guys Shiva Sai here.

And Here's How to Decompile/Edit/Recompile any Apk File.

Let's Get Started :D



What U'll Need: 

-Java Jdk installed in your PC- Here
-ApkTool - Here
-SignApk- Here
-framework-res.apk
-Mediatek-res.apk
-org.cyanogemod.platform-res.apk(if you are to use cm apps)
-and the Apk you want to decompile,say SystemUI.

Now with the main part XD

-Setting up apktool
-Make a folder in any drive and keep Apktool and the apk files mentioned above.



-Hit ctrl+shift+Right click
-A command window will open just like this



-Type "apktool if framework-res.apk" hit enter and "apktool if mediatek-res.apk" hit enter
 (this will install them as base framework)



-Now type "apktool d 'appname.apk'(Ex:apktool d systemui.apk)
 (this will decompile the app and create a folder)
-you will get to see this :)



-Open the folder of decompiled apk and edit as you like
 (don't do anything you are not sure about)



-Now in the command window type "apktool b outputfoldername" Ex:apktool b SystemUI



-Go to /dist folder and take your newly built Apk :)



Signing the Apk:


-To sign an apk download the sign-apk.zip
-extract it to any place.
-move the newly built apk into this folder




-Hit ctrl+shift+Right click and open command window
-Type the following
  java -jar signapk.jar certificate.pem key.pk8 path-of-the-folder-contaning-the-apk \apk path-of-the-new-   signed-apk \apk
 EX:
  

And Done ;)

Video Tutorial:



keep visiting...........
Shiva Sai

Shiva Sai

Shiva Sai is the CEO of Techragon. He is a student and is interested in Android development and loves playing Video Games. Sai is an tech enthusiast who loves discovering and sharing new technology. He loves watching Anime and loves talking about Dragonball Z for hours!

1 comment:

  1. where can i find framework-res.apk and Mediatek-res.apk ?

    ReplyDelete

Powered by Blogger.