User Tools

Site Tools


howto:deejayeye-modder

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
howto:deejayeye-modder [2019/01/14 23:03]
quad808 [APK Creation Using Windows Command Line]
howto:deejayeye-modder [2019/12/22 05:47] (current)
digdat0 dl link last edit
Line 30: Line 30:
 3. You may need to install Java Development Kit, you can get it here: http://www.oracle.com/technetwork/java/javase/downloads/index.html  3. You may need to install Java Development Kit, you can get it here: http://www.oracle.com/technetwork/java/javase/downloads/index.html 
   
-4. Go get an APK from here:  Go4 4.1.22: http://www.openpilotlegacy.org/dji.go.v4-4.1.22-3028592-noseceo.apk Ā +4. Go get an APK from here:  Ā 
-Go4 4.1.15: http://www.openpilotlegacy.org/DJI_GO_4_dji.go.v4_4.1.15_V3027412-nosecneo.apkĀ +Ā 
-Go4 4.1.14: http://www.openpilotlegacy.org/dji.go.v4_4.1.14-1027326-noSecNeo.apkĀ +  * DJI Go 4.1.22: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.22_NoSecNeo.apkĀ 
-Go3[[http://www.openpilotlegacy.org/Go3-nosecneo.apkā€‹]]+  * DJI Go 4.1.15: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.15_NoSecNeo.apkĀ 
 +  * DJI Go 4.1.14: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.14_NoSecNeo.apkĀ 
 +  * DJI Go 4.1.3: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.3.apkĀ 
 +  * DJI Go 3: http://dankdronedownloader.co.uk/NLD_Downloads/Go3-nosecneo.apkĀ 
   
 5. Download and save it in the PutApkHere folder. ā€‹ Rename whatever APK you download and want to patch to orig.apk. Do you see how easy bin4ry made this for you?  You need to tell him thanks. ā€‹  5. Download and save it in the PutApkHere folder. ā€‹ Rename whatever APK you download and want to patch to orig.apk. Do you see how easy bin4ry made this for you?  You need to tell him thanks. ā€‹ 
Line 56: Line 60:
 5.      Install .Net Framework 4.6.2 if you don't have it: https://www.microsoft.com/en-us/download/details.aspx?id=53344 5.      Install .Net Framework 4.6.2 if you don't have it: https://www.microsoft.com/en-us/download/details.aspx?id=53344
  
-6. Go get an APK from here:  Go4 4.1.22: http://www.openpilotlegacy.org/dji.go.v4-4.1.22-3028592-noseceo.apk / Go4 4.1.15: http://www.openpilotlegacy.org/DJI_GO_4_dji.go.v4_4.1.15_V3027412-nosecneo.apk Ā +6. Go get an APK from here:  Ā 
-Go4 4.1.14: http://www.openpilotlegacy.org/dji.go.v4_4.1.14-1027326-noSecNeo.apk Go3: http://www.openpilotlegacy.org/Go3-nosecneo.apkā€‹ Be sure the APK name does not have any spaces in it. For example, change the apk from "DJI GO 4  4.1.3.apk" to "DJIGO4413.apk", or even just "orig.apk" etc. Then for the sake of ease, put the apk in c:\patchAPK+Ā 
 +Downloads for stock DJI Go you can use with the deejayeye-modder toolset (with sec-neo removed)Ā 
 +  * DJI Go 4.1.22: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.22_NoSecNeo.apkĀ 
 +  * DJI Go 4.1.15: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.15_NoSecNeo.apkĀ 
 +  * DJI Go 4.1.14: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.14_NoSecNeo.apkĀ 
 +  * DJI Go 4.1.3: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.3.apkĀ 
 +  * DJI Go 3: http://dankdronedownloader.co.uk/NLD_Downloads/Go3-nosecneo.apkĀ 
 +Ā 
 +Be sure the APK name does not have any spaces in it. For example, change the apk from "DJI GO 4  4.1.3.apk" to "DJIGO4413.apk", or even just "orig.apk" etc. Then for the sake of ease, put the apk in c:\patchAPK
   
 7. Click OK until you are out of those windows. 7. Click OK until you are out of those windows.
Line 79: Line 91:
  
 Make sure you have dialog, bspatch, dos2unix xmlstarlet java and libwebp installed.  Make sure you have dialog, bspatch, dos2unix xmlstarlet java and libwebp installed. 
- a)sudo apt-get install dialog bspatch dos2unix xmlstarlet openjdk-8-jre Ā +a)sudo apt-get install dialog bspatch dos2unix xmlstarlet openjdk-8-jre Ā 
- b) i)mkdir temp ii)wget https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.0.tar.gz -O temp/libwebp-1.0.0.tar.gz iii)tar xvzf libwebp-1.0.0.tar.gz iv)cd libwebp-1.0.0 v)./configure vi)make vii)sudo make install+b) i)mkdir temp ii)wget https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.0.tar.gz -O temp/libwebp-1.0.0.tar.gz iii)tar xvzf libwebp-1.0.0.tar.gz iv)cd libwebp-1.0.0 v)./configure vi)make vii)sudo make install
  
-    Download needed tools manually or run the script provided. (download_tools.sh)+Download needed tools manually or run the script provided. (download_tools.sh)
      
- Manual download:Ā +Manual download:Ā 
- a) Download apktool, rename it to apktool.jar and save it to tools folder: https://bitbucket.org/iBotPeaches/apktool/downloads/+a) Download apktool, rename it to apktool.jar and save it to tools folder: https://bitbucket.org/iBotPeaches/apktool/downloads/
  
-    b) Download sign.jar from https://github.com/appium/sign/raw/master/dist/sign.jar and put it in tools folder+b) Download sign.jar from https://github.com/appium/sign/raw/master/dist/sign.jar and put it in tools folder
  
-    Get the apk to modify Go4 4.1.22: http://www.openpilotlegacy.org/dji.go.v4-4.1.22-3028592-noseceo.apk / Go4 4.1.15: http://www.openpilotlegacy.org/DJI_GO_4_dji.go.v4_4.1.15_V3027412-nosecneo.apk / Ā +Get the apk to modify Go4 4.1.22: 
- Go4 4.1.14: http://www.openpilotlegacy.org/dji.go.v4_4.1.14-1027326-noSecNeo.apk / Go3: http://www.openpilotlegacy.org/Go3-nosecneo.apkā€‹+
  
-    Download and save it in the PutApkHere folder. ā€‹ Rename whatever APK you download and want to patch to orig.apk. Do you see how easy bin4ry made this for you?  You need to tell him thanks. ā€‹ +  * DJI Go 4.1.22: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.22_NoSecNeo.apkĀ 
 +  * DJI Go 4.1.15: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.15_NoSecNeo.apkĀ 
 +  * DJI Go 4.1.14: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.14_NoSecNeo.apkĀ 
 +  * DJI Go 4.1.3: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.3.apkĀ 
 +  * DJI Go 3: http://dankdronedownloader.co.uk/NLD_Downloads/Go3-nosecneo.apkĀ 
 +Ā 
 +Download and save it in the PutApkHere folder. ā€‹ Rename whatever APK you download and want to patch to orig.apk. Do you see how easy bin4ry made this for you?  You need to tell him thanks. ā€‹ 
 ANY APK you want to patch must be renamed to orig.apk, or the patching won't work. ANY APK you want to patch must be renamed to orig.apk, or the patching won't work.
- Ā +Ā 
- RunMe.sh If a Settings.xml file is present, data are read from and used to automatically field the corresponding settings. For more information, please read Settings.xml file content.+RunMe.sh If a Settings.xml file is present, data are read from and used to automatically field the corresponding settings. For more information, please read Settings.xml file content.
  
 ====== APK Creation Using Mac OS ====== ====== APK Creation Using Mac OS ======
Line 101: Line 118:
 Install the required dependencies with Brew: Install the required dependencies with Brew:
  
-    brew install dialog dos2unix imagemagick webp gnu-getopt gnu-sed xmlstarlet wget brew link --force gnu-getopt ./download_tools.sh+brew install dialog dos2unix imagemagick webp gnu-getopt gnu-sed xmlstarlet wget brew link --force gnu-getopt ./download_tools.shĀ 
 +Ā 
 +Get the apk to modify Go4 4.1.22: 
  
-    Get the apk to modify Go4 4.1.22: http://www.openpilotlegacy.org/dji.go.v4-4.1.22-3028592-noseceo.apk / Go4 4.1.15: http://www.openpilotlegacy.org/DJI_GO_4_dji.go.v4_4.1.15_V3027412-nosecneo.apk Ā +  * DJI Go 4.1.22: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.22_NoSecNeo.apkĀ 
- Go4 4.1.14: http://www.openpilotlegacy.org/dji.go.v4_4.1.14-1027326-noSecNeo.apk Go3: http://www.openpilotlegacy.org/Go3-nosecneo.apk+  * DJI Go 4.1.15: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.15_NoSecNeo.apkĀ 
 +  * DJI Go 4.1.14: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.14_NoSecNeo.apkĀ 
 +  * DJI Go 4.1.3: http://dankdronedownloader.co.uk/NLD_Downloads/DJI_Go_v4_4.1.3.apkĀ 
 +  * DJI Go 3: http://dankdronedownloader.co.uk/NLD_Downloads/Go3-nosecneo.apk
   
-    Download and save it in the PutApkHere folder. ā€‹ Rename whatever APK you download and want to patch to orig.apk. Do you see how easy bin4ry made this for you?  You need to tell him thanks. ā€‹ +Download and save it in the PutApkHere folder. ā€‹ Rename whatever APK you download and want to patch to orig.apk. Do you see how easy bin4ry made this for you?  You need to tell him thanks. ā€‹ 
 ANY APK you want to patch must be renamed to orig.apk, or the patching won't work. ANY APK you want to patch must be renamed to orig.apk, or the patching won't work.
  
-    RunMe.sh If a Settings.xml file is present, data are read from and used to automatically field the corresponding settings. For more information, please read Settings.xml file content.+RunMe.sh If a Settings.xml file is present, data are read from and used to automatically field the corresponding settings. For more information, please read Settings.xml file content.
  
  
howto/deejayeye-modder.1547507007.txt.gz Ā· Last modified: 2019/01/14 23:03 by quad808