Going to try backing mine up.Tell me about it - I got to my construction site this AM and had to rebuild my progress mission from scratch. I was not pleased. According to my research there is no way to back up the waypoint missions at this time.
That guy covers Android - not that it matters. Restoring the way point mission will be the real trick. DJI's system uses SQLLite to manage all of it's data. If you take the way point files and just copy them back, they will not show up in the application. You will have to create records in the SQLLite DB that is stored on your mobile device running Fly so that the app has a reference to the files. Good luck with thatGoing to try backing mine up.
I watched this but haven't tried it yet
Any idea where that is stored exactly, is it accessible without root from USB? Would love to mess with it to integrate into my DJI mapper software!You will have to create records in the SQLLite DB that is stored on your mobile device running Fly so that the app has a reference to the files.
A while back I wanted to transfer a waypoint mission from the iPad to my Phone and there is a thread where I talk about how to do that and where the files are located:Any idea where that is stored exactly, is it accessible without root from USB? Would love to mess with it to integrate into my DJI mapper software!
Changing that namespace to uav.com seems more like some user level data. Is that a site you frequent? If so, that is probably more related to the xmlns difference than the waypoint missions - but I am just guessing here...Yes, after updating the latest firmware all our waypoint flight plans are not accessible! However, if you look into the RC2 internal storage folders at:
This PC\DJI RC 2\Internal shared storage\Android\data\dji.go.v5\files\waypoint
All the waypoint folders are there but are not visible via the RC2 waypoint function.
Here is what I found out: DJI changes one of the namespace
from xmlns:wpml="http://www.dji.com/wpmz/1.0.2 to xmlns:wpml="UAV.com - Your source for the latest news on uninhabited aerial vehicles.
in the latest waypoint wayline markup language -wpml without updating the spec in its Cloud api.
Not sure this is the culprit but,
So far the only way to get back my old waypoint flight plan is to recreate a dummy one, copy and rename the old kmz file over.
This is the only way at this point until DJI gets its act together!
There is no such mission DB folder on the RC2. Am I right?A while back I wanted to transfer a waypoint mission from the iPad to my Phone and there is a thread where I talk about how to do that and where the files are located:
OK they are indeed using SQLLite. You can get a free browser for it here:
Version 3.13.1 released - DB Browser for SQLite
sqlitebrowser.org
Use that to open the wpmz.sqlite3 in the mission DB folder. Then click on browse data. Using that tool you can insert a new row for a mission you want to add. Very slick! Now I can create missions on the iPad and transfer them to the phone and have it add to the collection of missions I already have stored on the phone by updating the DB and adding the new mission.
I am talking about the waylines.wpml content.Changing that namespace to uav.com seems more like some user level data. Is that a site you frequent? If so, that is probably more related to the xmlns difference than the waypoint missions - but I am just guessing here...
I suspect you are right. The RC2 is an Android based device so that youtube video that GFields referenced might provide some insight for that.There is no such mission DB folder on the RC2. Am I right?
Ahhh ok that makes senseI am talking about the waylines.wpml content.
Here is the old wayline.wpml sample lines:
<?xml version='1.0' encoding='utf-8'?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:wpml="http://www.dji.com/wpmz/1.0.2">
<Document>
<wpml:missionConfig>
<wpml:flyToWaylineMode>safely</wpml:flyToWaylineMode>.................................
Now the new waylines.wpml looks like this:
?xml version='1.0' encoding='utf-8'?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:ns1="http://www.uav.com/wpmz/1.0.2">
<Document>
<ns1:missionConfig>
<ns1:flyToWaylineMode>safely</ns1:flyToWaylineMode>
<ns1:finishAction>goHome</ns1:finishAction>..............................................
Please provide the link to this YouTube video.I suspect you are right. The RC2 is an Android based device so that youtube video that GFields referenced might provide some insight for that.
log out of your account in the dji fly app. stay logged out. the app will then repoint to your local waypoints. theres a method for being logged in and seeing waypoints local for us US folks but haven’t done that yet. next dji fly version will have this fixed.Just as a heads up - After I updated to the new version of DJI Fly (1.17) yesterday it deleted my saved waypoint flights. I am sure it's related to the cloud save for the waypoint flights that is not available in the US yet (if ever).
We use essential cookies to make this site work, and optional cookies to enhance your experience.