User Tools

Site Tools


howto:nfzbypass

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
howto:nfzbypass [2019/01/04 17:14]
cantrepeat [NFZ Removal Tutorial]
howto:nfzbypass [2019/03/06 22:53] (current)
jmartincufre Added an alternative method to delete the nfz.db using ADB and root on Mavic 1 Pro.
Line 31: Line 31:
   - Man up and send jezzab some LOVE via PayPal.  This means you.  All the OG’s work hard. Time to pay back and make someone happy.  https://www.paypal.me/DUMLdore   - Man up and send jezzab some LOVE via PayPal.  This means you.  All the OG’s work hard. Time to pay back and make someone happy.  https://www.paypal.me/DUMLdore
 Test in an area where you had NFZ warnings before, WITH PROPS OFF.  I am NOT telling you to fly in a NFZ.  Use your smarts.  You are responsible for your flying.  Not DJI. Test in an area where you had NFZ warnings before, WITH PROPS OFF.  I am NOT telling you to fly in a NFZ.  Use your smarts.  You are responsible for your flying.  Not DJI.
 +
 +
 +===== Another method (ADB and Root, tested with Mavic Pro 1.04.400 on Windows 10 x64) =====
 +- Turn on your Mavic, connect via USB and wait for it to start up.
 +- Open DUMLdore (tested in version 3.20) and select "Enable ADB". Wait for the confirmation message in the status bar.
 +- Open as administrator: CMD and type "adb shell" and enter.
 +- Run, in order:
 +<code bash>mount -o remount,rw /amt
 +cd amt
 +rm -r nfz
 +exit
 +</code>
 +- Restart your bird and test if the application asks you to update the FlySafe database. If it does, you're ready to go. Keep in mind that each update comes with its database built in, so **this method only works if the update you use corresponds to an NFZDB that does not contain locks for the area you want to fly**.
 +
 +Note: If after the change the aircraft reports a firmware check error, simply flash the same version and the error will go away.
 +
 +Big thanks to this post [[http://dji.retroroms.info/howto/dumlracer]]. I don't know who did it, but it served as my entry point. (by jmartincufre). 
  
  
howto/nfzbypass.txt · Last modified: 2019/03/06 22:53 by jmartincufre