How To Retrieve The Source Code From A Compiled Android .Apk Or Application


Author: MrZackehhSoul
147428 View
10m 55s Lenght
659 Rating


Ever wanted to get your source code back from an .apk file after having lost it? Well here's how to do it. Losing source code is always a complete annoyance during Android app development, but following this method you can get it back fairly easily. Written guide (download links inside): http://adf.ly/5blKR


Comments

  1. where you got the APKTOOLS files
  2. What is framework-res.apk for? I dont get it for my app
  3. Thanks! buddy
  4. dead link?
  5. Nice one mate. Cheers!
  6. Everything runs smooth until the apktool thing, when I type apktool if framework-res.apk CMD reply with completely different line. As results, apktool created empty folder for me, with the name of the apk itself tho.
  7. So I did that at 4:38 and it says taht dex2jar is not an executable function?
  8. where u get framework-res.can someone help me with that
  9. How about Recompile Jar/java source code ???? this is the important part.
  10. no sense
  11. Help !? How do I stretch out my code for better reading, it unintentionally became bunched up making it difficult to read!! Its javascript btw. Is there a solution to this? Here's an example of my problem.

    if(typeof JSON!=="object"){JSON={}}(function(){"use strict";function f(n){return n<10?"0"+n:n}if(typeof Date.prototype.toJSON!=="function"){Date.prototype.toJSON=function(){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null};String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(){return this.valueOf()}}var cx,escapable,gap,indent,meta,rep;function quote(string){escapable.lastIndex=0;return
  12. i foolowed the steps but at the end i got a folder named smali.
    please help me to get the source code
  13. how to use if there 2 clasess file ?
  14. the link doesn't work. :/
  15. The link above don't work is there a chance you might pm me the link?
  16. Thank you , worked well :)
  17. hi wher can i find pass user and password of the projet app
  18. For anyone that wants android source code here's a link to my personal web, no viruses and i will be right here for the feedback :D https://sellfy.com/451121428416480
  19. how can I open this project in android studio??
  20. i got only smali folder.. :( what should i do??