User Tools

Site Tools


howto:android_patched_dji_go4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
howto:android_patched_dji_go4 [2018/11/21 12:29]
venom-code
howto:android_patched_dji_go4 [2018/11/21 14:59]
konraditurbe Formatted code.
Line 16: Line 16:
  
 9. The next stage is to prepare for decompilation, first open the deejayeye-modder folder on your desktop again and edit the RunMe.bat file with Notepad ++ and place a pause in it to halt operation automatically to edit the AndroidManifest.xml, to add pause have a look at the attached image, after that you will rename RunMe.bat file to RunMePause.bat 9. The next stage is to prepare for decompilation, first open the deejayeye-modder folder on your desktop again and edit the RunMe.bat file with Notepad ++ and place a pause in it to halt operation automatically to edit the AndroidManifest.xml, to add pause have a look at the attached image, after that you will rename RunMe.bat file to RunMePause.bat
 +
 +Pause should be like:
 +
 +Line 145:
 +
 +echo.-: Modify AndroidManifest.xml
 +
 +set /P nothing="...."
 +
 +NOTE: As of 11/21 Step 9 is not necessary for RunMe.sh (Linux/Mac)!
  
 10. In the deejayeye-modder folder double click on the download.bat to download necessary files required for the patch process, after download finishes the download.bat box will close itself. 10. In the deejayeye-modder folder double click on the download.bat to download necessary files required for the patch process, after download finishes the download.bat box will close itself.
Line 32: Line 42:
 edit and enter all the keys, save and exit from Notepad++, now we can unpause the process by pressing any key as shown in the patcher window to resume recompilation. edit and enter all the keys, save and exit from Notepad++, now we can unpause the process by pressing any key as shown in the patcher window to resume recompilation.
          
 +For Unix users:
 +
 +Make sure you select HERE Maps patch, it will prompt you to enter the keys, no need to edit AndroidManifest.xml 
 +
 +NOTE: Keys provided work, you can say "n" to entering your custom HERE keys and it will still work for offline mode.
 +
 +[[https://imgur.com/a/2WO3mui|see images]]
 +
 Now the file will recompile with all the patches, keys, license and will sign the application, when operation is complete you will be prompted to press any key the window will close, you can find your modded apk in the ''__MODDED_APK_OUT__'' sub directory, it will be named mod.apk (with the version number of deejayeye-modder) Now the file will recompile with all the patches, keys, license and will sign the application, when operation is complete you will be prompted to press any key the window will close, you can find your modded apk in the ''__MODDED_APK_OUT__'' sub directory, it will be named mod.apk (with the version number of deejayeye-modder)
  
howto/android_patched_dji_go4.txt ยท Last modified: 2018/11/24 20:53 by venom-code