Page 1 of 1

Decode flight logs

Posted: Sat Jan 29, 2022 3:00 pm
by me_286255B47n
I need to read the flight log into software. I've found the files in the Android file system but it seems they are lightly encrypted (why??).

The files are: config.txt flyFooter.txt flyHeader.txt flyItems.txt

Does anyone know how to decode these? I'm looking for timestamp, latitude, longitude, altitude, but anything extra would be a bonus.

Re: Decode flight logs

Posted: Sun Jan 30, 2022 10:13 am
by me_286255B47n
To answer my own question: xor 24 (decimal) get you nice parseable JSON.

Re: Decode flight logs

Posted: Fri Feb 04, 2022 8:30 am
by me_1059c8nr3Y
In the App, from Home page, bottom left choose Personal on this page click Flight Logs at bottom - a list of flight logs appears. Choose the flight log - press Play button - GPS coordinates for your flight of both Drone and Transmitter are shown for the flight as the flight replays.

Re: Decode flight logs

Posted: Sat Jun 18, 2022 1:08 pm
by me_5cf855pJBc
Hi,

I'm interested by fly record decoding but I don't understand "xor 24"

Best regards