User Tools

Site Tools


howto:start

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:start [2019/08/11 23:06]
brett8883 [Firmware Modding]
howto:start [2023/06/12 22:05] (current)
sequel [Battery Information]
Line 6: Line 6:
   * __**[[AppCloner]]**__: How to use App Cloner to have modded and unmodded Go app on same device.   * __**[[AppCloner]]**__: How to use App Cloner to have modded and unmodded Go app on same device.
   * __**[[.:apkdesconstruct]]**__: Taking apart the APK file manually   * __**[[.:apkdesconstruct]]**__: Taking apart the APK file manually
 +  * __**[[.:GoogleMaps]]**__: Get google maps working in the patched APK file
  
 ===== Battery Information ===== ===== Battery Information =====
   * __**[[batfirmfailed]]**__: How to fix Mavics battery if it got broken due to failed firmware update   * __**[[batfirmfailed]]**__: How to fix Mavics battery if it got broken due to failed firmware update
- +  *  
 +  * __**[[comm_sbs_bqctrl]]**__: Smart Battery System I2C/SMBus communication tool.
 ===== CrystalSky ===== ===== CrystalSky =====
   * __**[[crystalsky]]**__: How to root and modify CrystalSky   * __**[[crystalsky]]**__: How to root and modify CrystalSky
Line 16: Line 17:
  
 ===== DJI Assistant ===== ===== DJI Assistant =====
 +  * __**[[Download Assistant]]**__: Download links for DJI Assistant 2
   * __**[[app.asar]]**__: How to extract and explore the DJI Assistant code   * __**[[app.asar]]**__: How to extract and explore the DJI Assistant code
   * __**[[Using FRIDA with Assistant App]]**__: Look at Assistant.app and Assistant.exe mods   * __**[[Using FRIDA with Assistant App]]**__: Look at Assistant.app and Assistant.exe mods
Line 25: Line 27:
   * __**[[.:gogglevideos]]**__: Play videos on DJI Goggles   * __**[[.:gogglevideos]]**__: Play videos on DJI Goggles
  
 +===== DroneID =====
 +  * __**[[.:CIA Jeep Doors]]**__: CIAJeepDoors tool to remove DroneID from DJI Aircraft
  
 ===== FCC Mods ===== ===== FCC Mods =====
Line 33: Line 37:
 ===== Firmware Modding ===== ===== Firmware Modding =====
 === How TO's === === How TO's ===
-  * __**[[.:Parameterhacks]]**__: Parameter Hacks - Simple guide to changing some parameters, including recommended values.  (Mavic Series, P4 series, Inspire 2, Spark) +  * __**[[.:parameterhacks]]**__: Parameter Hacks - Simple guide to changing some parameters, including recommended values.  (Mavic Series, p4 series, Inspire 2, Spark) 
-  * __**[[Modulemix]]**__: How to mix firmware modules and flash them (Mavic Series, P4 series, Inspire 2, Spark) +  * __**[[modulemix]]**__: How to mix firmware modules and flash them (Mavic Series, p4 series, Inspire 2, Spark) 
-  * __**[[FC Patcher Tool]]**__: Modify flight controller parameters on the the LATEST DJI firmware  (Mavic Series, P4 series, Inspire 2, Spark) +  * __**[[FC Patcher Tool]]**__: Modify flight controller parameters on the the LATEST DJI firmware  (Mavic Series, p4 series, Inspire 2, Spark) 
-  * __**[[DJI Super-Patcher]]**__: Remove height limits, Remove NFZ limits, enable Galileo satellite reception and more on the LATEST DJI firmware. Flashes custom firmware made with FC Patcher (Mavic Series, P4 series, Inspire 2, and Spark) +  * __**[[Manually Installing Custom FW from FC Patcher]]**__: Manual steps to install custom firmware after its been created from the FC Patcher tool.  
-  * __**[[Manually Install Custom FW from FC Patcher and DJI Super-Patcher]]**__: Manual steps to install custom firmware after it has been created from the FC Patcher tool and DJI Super-Patcher+  * __**[[Super-Patcher]]**__:  Pre-built flight controller made with FC Patcher which unlocks altitude limits, NFZs, and other features (Mavic Pro, P4, P4P, P4A, P4Pv2, Spark and Inspire 2)
  
 === Download Firmware === === Download Firmware ===
Line 43: Line 47:
  
 === Tools === === Tools ===
 +
 +  * __**[[.:OG Service Comm Tool]]**__: OGs Service Tool for Dji products. The script allows to trigger a few service functions of Dji drones.
   * __**[[.:parameterindex]]**__: Parameter Index - What parameters can you change? This will be a parameter dictionary.   * __**[[.:parameterindex]]**__: Parameter Index - What parameters can you change? This will be a parameter dictionary.
   * __**[[.:dumldore|DUMLdore]]**__: Windows app to flash firmware to/from DJI devices   * __**[[.:dumldore|DUMLdore]]**__: Windows app to flash firmware to/from DJI devices
Line 48: Line 54:
   * __**[[.:dumlrub#backdatassupmake_a_backup_of_firmware_on_your_equipment|DUMLrub]]**__: A ruby implementation of pyduml   * __**[[.:dumlrub#backdatassupmake_a_backup_of_firmware_on_your_equipment|DUMLrub]]**__: A ruby implementation of pyduml
   * __**[[dumlflasher]]**__: Experimental DUML client to flash dji aircraft   * __**[[dumlflasher]]**__: Experimental DUML client to flash dji aircraft
 +  * __**[[dji-firmware-tools]]**__: Tools for extracting, modding and re-packaging firmwares of DJI Devices
  
  
Line 72: Line 79:
 ===== iOS DJI GO Modifications ===== ===== iOS DJI GO Modifications =====
   * __**[[.:iosrollback]]**__: Some data that is useful in rolling back IOS DJI apps   * __**[[.:iosrollback]]**__: Some data that is useful in rolling back IOS DJI apps
 +  * __**[[iTunes Downloads]]**__: Various iTunes downloads
   * __**[[iosmod]]**__: How to build custom IOS app's   * __**[[iosmod]]**__: How to build custom IOS app's
   * __**[[iosfrida]]**__: IOS Tweaking with Frida   * __**[[iosfrida]]**__: IOS Tweaking with Frida
Line 86: Line 94:
   * __**[[DJI Flight Log Viewer]]**__: DJI Flight Log Viewer converts your TXT log file and visualizes it on a map and shows the columns in the data   * __**[[DJI Flight Log Viewer]]**__: DJI Flight Log Viewer converts your TXT log file and visualizes it on a map and shows the columns in the data
  
 +===== m100 / m600 Modding =====
 +  * __**[[How to Mod m100 m600]]**__: How to mod the m100 or m600 flight controller module 
 +  * __**[[Install Modded m100 m600 fw]]**__: How to install a modified m100 or m600 flight controller module 
 +  * __**[[m100 Params]]**__: m100 flight controller parameter list
 +  * __**[[m600 Params]]**__: m600 flight controller parameter list
 +  * __**[[m100 m600 Hardware Mods]]**__: Hardware mods for the m100 or m600
  
 ===== Maps ===== ===== Maps =====
Line 95: Line 109:
   * __**[[DJI Assistant 2.x]]**__: Mavic 2 requires newer version of assistant   * __**[[DJI Assistant 2.x]]**__: Mavic 2 requires newer version of assistant
   * __**[[Mavic 2 Firmware]]**__: Info about the Mavic 2 firmware   * __**[[Mavic 2 Firmware]]**__: Info about the Mavic 2 firmware
 +  * __**[[Mavic 2 Parameter Index]]**__: Parameter names and default values
 +
 +===== Mavic Mini =====
 +  * __**[[Mavic Mini FCC Mode]]**__: How to setup FCC mode on Mavic Mini
 +
 +
 +===== DJI FPV Goggles =====
 +  * __**[[DJI FPV Goggle Transmission Power Mod]]**__: Steps needed to allow additional transmission power for the setup
  
  
Line 130: Line 152:
   * __**[[UberSploits]]**__: DJI NFZ payload delivery client (plus root exploit    * __**[[UberSploits]]**__: DJI NFZ payload delivery client (plus root exploit 
   * __**[[DontForget]]**__: Downgrade exploit, also reminding DJI about what open source really means   * __**[[DontForget]]**__: Downgrade exploit, also reminding DJI about what open source really means
 +  * __**[[WebSocket]]**__: Details for websocket to DJI AC
  
  
howto/start.1565564781.txt.gz · Last modified: 2019/08/11 23:06 by brett8883