Search found 5 matches

by CircleCode
09 Jan 2018, 09:18
Forum: File recovery
Topic: recover gpx files
Replies: 7
Views: 2906

Re: recover gpx files

I double checked, and rebuilt with last sources from https://www.cgsecurity.org/testdisk-7.1-WIP.tar.bz2

And I can confirm that in standard mode, it made no change at all,
while for files that were previously fully recovered, they are now recovered with a bunch of \00 chars at the end, after the ...
by CircleCode
08 Jan 2018, 20:19
Forum: File recovery
Topic: recover gpx files
Replies: 7
Views: 2906

Re: recover gpx files

Since your changes are not pushed to git, I had difficulties finding the changes (i am curious ;-) )
But good idea to look for the ending tag :-)

Sadly, no improvement on my side :-(

More details:
- in standard mode (paranoid, no brute force, do not keep partial files), no changes at all
- in more ...
by CircleCode
08 Jan 2018, 10:48
Forum: File recovery
Topic: recover gpx files
Replies: 7
Views: 2906

Re: recover gpx files

So,

with 7.1-wip, it recovered some of my gpx files, thanks for this :-)

Just some more questions:
- some of the recovered files are seen as binary (there are binary data at the end of the file, after the closing gpx tag) => I was wondering why this happens
- some of the recovered files are ...
by CircleCode
08 Jan 2018, 08:56
Forum: File recovery
Topic: recover gpx files
Replies: 7
Views: 2906

Re: recover gpx files

edit: deleted, needs some more tests on my side
by CircleCode
07 Jan 2018, 20:35
Forum: File recovery
Topic: recover gpx files
Replies: 7
Views: 2906

recover gpx files

gpx files are a specific xml format.

Here is an example of this kind of file:

<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<gpx version="1.1" creator="OsmAnd~" xmlns="http://www.topografix.com/GPX/1/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http ...