HOW TO COMPILE, DECOMPILE AND SIGN AN APK



here I am showing an short example for newbies how to compile and decompile an apk in simple steps
first download apk manager from here
                                      and extract it in a folder
                                               
and signare from here
                                    and extract in a folder


Now the Decompiling Part:



  • Place any apk file you want to edit in the place-apk-here-for-modding folder
  • run the Script(MS_DOS FILE)
  • if it says you have no adb... .. .. press any key to continue just do so... its nothing bad
  • the xreen looks like this





  • enter 9 to decompile an apk you have placed in the place-apk-here-for-modding folder
  • it will decompile the apk file and place it in Projects folder
  • edit the apk as you wish
  • when you have finished with your work 
  • enter 11 to compile the edited files into an unsignedapk
  • if its a system file give y(yes) in the following command line if not type n(no)
  • it will compile the folders and keep it in place-apk-here-for-modding folder as an unsignedapk


SIGNING THE APK


  • here I am using signare to sign the unsigned apk since adb is an issue there
  • now place the unsignedapk file to Input folder in signare folder
  • run signare
  • select the 1 option to sign with a test key or generate a new key to sign



  • then zipalign you app by entering y(yes)


done... simple as peas!


Disclaimer: I cannot be held responsible if you brick your phone. Do it at your own risk!

*** LEAVE A COMMENT AND SHARE YOUR OPINION WITH OTHERS ***

1 comment

Anonymous
22 March 2014 at 22:36

i get an error while comiling/decompiling...idk what to do :/ stuck .

Leave a Reply