Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[WINDOWS]Dummy guide to reverse engerneering a apk to java code and recompiling it

Newbie Spellweaver
Joined
Nov 25, 2017
Messages
55
Reaction score
7
lets explain shall we:
1. download APKRepatcher from: on your pc
2. extract it to a folder where you remember to find it back
3. Donwload and install APK Extractor from: on your android phone
4. Open APK Extractor and click on the app to install
if you see something like this:
WFtQxRs - [WINDOWS]Dummy guide to reverse engerneering a apk to java code and recompiling it - RaGEZONE Forums
then its done extracting your app
next steps 5-7 are ONLY needed if you didnt add the jdk to ur system path
5. Go to control panel -> system -> advanched system settings
click on Environment Variables
6. select path and hit edit
7. click new and add this:
C:\Program Files (x86)\Java\jdk1.8.0_161\bin
for 64 bits pcs
and:
C:\Program Files\Java\jdk1.8.0_161\bin
for 32 bits pcs
8. Download the Extracted Apps folder from ur phone to ur windows pc
9. open APKRepatche.jar and select File -> Open APK
10. wait for it to do its job
11. do your edits
12. click on Compile & save
13. REMOVE THE ORIGENAL APPLICATION AND BACKUP THE "Android" FOLDER IN UR SDCARD/INTERNAL MEMORY
14. goto the folder you extracted apkrepatcher to
15. goto Proejcts\apkname and copy newSigned.apk to your phone
16. open any file browsing app and navigate to the newsigned.apk click on it
17. install
18. enjoy:laugh:
 

Attachments

You must be registered for see attachments list
Back
Top