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
Last revision Both sides next revision
howto:redherring [2017/07/16 00:48]
czokie ↷ Page name changed from howto:root to howto:redherring
howto:redherring [2017/07/16 00:58]
czokie
Line 23: Line 23:
   git pull   git pull
  
-===== 4. Run the master script v2 =====+===== 4. Run the master script using the grep method =====
  
   sudo ruby RedHerring.rb /data/.bin/grep grep   sudo ruby RedHerring.rb /data/.bin/grep grep
Line 41: Line 41:
   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.txt · Last modified: 2017/08/03 03:39 by czokie