User Tools

Site Tools


howto:redherring

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:redherring [2017/07/16 00:57]
czokie [4. Run the master script v2]
howto:redherring [2017/08/03 03:39] (current)
czokie [6. Start DJI assistant in test_server mode]
Line 33: Line 33:
   /Applications/Assistant.app/Contents/MacOS/Assistant --test_server   /Applications/Assistant.app/Contents/MacOS/Assistant --test_server
  
-This will take a while - but it will update the NFZ database with no active NFZ'sQuite DJI assistant once its done +This sends our fireworks via the NFZ database upload, to get root access.
 ===== 7. Get a list of ads devices (see if it all worked) ===== ===== 7. Get a list of ads devices (see if it all worked) =====
   adb devices   adb devices
Line 41: Line 40:
   adb shell   adb shell
  
-===== Other tidbits ===== +===== 9. Make ADB persistent ===== 
-==== Confirm aircraft is connected ==== +To make it easier to get back into your aircraft via ADB next time, you can add a command to the boot init script. Beware. This command is modifying a startup script. If you get it wrong, that could be ... well ... bad. Don't do this more than once, unless you change your firmware to re-patch the startup script. 
-  /usr/sbin/system_profiler SPUSBDataType | grep DJI: -A 19+ 
 +  mount -o remount,rw /system 
 +  echo /system/bin/adb_en.sh >> /system/bin/start_dji_system.sh 
 +  reboot
  
 ===== Credits ===== ===== Credits =====
   * https://www.youtube.com/watch?v=BTQ_CTih1HM   * https://www.youtube.com/watch?v=BTQ_CTih1HM
   * with help from opcode at https://dji-rev.slack.com/   * with help from opcode at https://dji-rev.slack.com/
howto/redherring.1500166642.txt.gz · Last modified: 2017/07/16 00:57 by czokie