Open 22yossarian opened 2 months ago
has the file been saved or is it attempting to 'recover' the file?
if the file was saved but can't be presented on the app's map, you should be able to get the file via iTunes File Sharing
Thanks so much for the quick response. I think that the file has been saved, but the app freezes while trying to open it. I haven't been able to locate though. The "files" folder on the iPad itself does not contain anything belonging to GPX Tracker... :(
On September 6, 2024, Vincent Neo @.***> wrote:
has the file been saved or is it attempting to 'recover' the file?
if the file was saved but can't be presented on the app's map, you should be able to get the file via iTunes File Sharing
— Reply to this email directly, view it on GitHub https://github.com/merlos/iOS-Open-GPX-Tracker/issues/270#issuecomment- 2333829587, or unsubscribe https://github.com/notifications/unsubscribe- auth/BLCGMZE2GTE2URC4M4TO4UDZVGFA3AVCNFSM6AAAAABNYGEQPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZTHAZDSNJYG4. You are receiving this because you authored the thread.Message ID: @.***>
If the GPX Tracker folder in Files app's On my iPad section shows nothing there, it could be possible that the file is not saved yet, rather, it's only cached in the app's database (which is used for the crash recovery purpose)
I guess a way to get a file out could be to modify the code in a way that directly writes the database contents on to a file. Probably a modified app submitted as a TestFlight
I am pretty sure that I was saving the file as we went. There were multiple progressive versions of the file. But I can't find any of them because the Files folder on iPad does NOT show anything belonging to GPX Tracker, there is not even a GPX empty folder, like the app does not exist... And it does, I can start it, but it freezes while loading the said file. It even displays the file name at the top as it freezes...
On September 7, 2024, Vincent Neo @.***> wrote:
If the GPX Tracker folder in Files app's On my iPad section shows nothing there, it could be possible that the file is not saved yet, rather, it's only cached in the app's database (which is used for the crash recovery purpose)
— Reply to this email directly, view it on GitHub https://github.com/merlos/iOS-Open-GPX-Tracker/issues/270#issuecomment- 2334273260, or unsubscribe https://github.com/notifications/unsubscribe- auth/BLCGMZEW7QVXFN6HWDX337LZVHA2XAVCNFSM6AAAAABNYGEQPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZUGI3TGMRWGA. You are receiving this because you authored the thread.Message ID: @.***>
Since you are somewhat certain that the file was indeed saved, I think you can try the 'old-school' way of iTunes File Sharing, as I've mentioned earlier.
Basically, connect your iPad to your Mac or PC.
For Mac, you will use the Finder app, locate your device, tap on the 'Files' column and select 'GPX Tracker'. Ideally, a list of GPX files should be presented, which you can basically drag and drop to a preferred destination. From there on, you could view the GPX file with any viewer.
For Windows, I know that in the past, you could use the iTunes app to do basically the same thing, but I am unsure if the iTunes app has been replaced with something newer or not. Regardless of iTunes or the newer alternative, it should still be possible to reach a similar outcome.
In the event where you did retrieve the file but it is corrupt in some way, feel free to let me know, if necessary I might be able to manually fix it for you.
Thank you so much, I have tried, but unfortunately, there is no file there. See the first screenshot. HOWEVER, the GPX Tracker itself has the file it is is trying to load, it's the filename I gave when saving, you can see it indicated as "loaded". But the app itself is frozen so I can't export, view, or anything. Do you have any idea how I might be able to get the file with that name out of the iPad? Alternatively, is there a way to prevent GPX Tracker from automatically loading this file on startup? That way I could maybe use the app to open one of the earlier versions I had saved.
On September 8, 2024, Vincent Neo @.***> wrote:
Since you are somewhat certain that the file was indeed saved, I think you can try the 'old-school' way of iTunes File Sharing, as I've mentioned earlier.
Basically, connect your iPad to your Mac or PC.
For Mac, you will use the Finder app, locate your device, tap on the 'Files' column and select 'GPX Tracker'. Ideally, a list of GPX files should be presented, which you can basically drag and drop to a preferred destination. From there on, you could view the GPX file with any viewer.
For Windows, I know that in the past, you could use the iTunes app to do basically the same thing, but I am unsure if the iTunes app has been replaced with something newer or not. Regardless of iTunes or the newer alternative, it should still be possible to reach a similar outcome.
In the event where you did retrieve the file but it is corrupt in some way, feel free to let me know, if necessary I might be able to manually fix it for you.
— Reply to this email directly, view it on GitHub https://github.com/merlos/iOS-Open-GPX-Tracker/issues/270#issuecomment- 2335360463, or unsubscribe https://github.com/notifications/unsubscribe- auth/BLCGMZACFCOFIE4NEAZYYYTZVMIHDAVCNFSM6AAAAABNYGEQPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGM3DANBWGM. You are receiving this because you authored the thread.Message ID: @.***>
In that case, I think the best way forward would be to push some version of a specially edited app to TestFlight, which the sole purpose is to extract the relevant data out in some way or form.
Would need @merlos help in that case, for that the TestFlight build will need to be of the same bundle identifier for this to work.
(Of course, all this is presuming that the data is actually still in the database somewhere, rather than it being some obscure edge case where the app just got stuck in a indefinite state for whatever reason)
Thank you so much! That sounds like a great suggestion. I will contact Merlos directly.
On September 9, 2024, Vincent Neo @.***> wrote:
In that case, I think the best way forward would be to push some version of a specially edited app to TestFlight, which the sole purpose is to extract the relevant data out in some way or form.
Would need @merlos https://github.com/merlos help in that case, for that the TestFlight build will need to be of the same bundle identifier for this to work.
(Of course, all this is presuming that the data is actually still in the database somewhere, rather than it being some obscure edge case where the app just got stuck in a indefinite state for whatever reason)
— Reply to this email directly, view it on GitHub https://github.com/merlos/iOS-Open-GPX-Tracker/issues/270#issuecomment- 2336730721, or unsubscribe https://github.com/notifications/unsubscribe- auth/BLCGMZD4KPR7DCVFKO3J2BDZVRVYPAVCNFSM6AAAAABNYGEQPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWG4ZTANZSGE. You are receiving this because you authored the thread.Message ID: @.***>
Hello, I've used this app to track a road trip in the Outback, but I wasn't careful with file size / number of points and the app crashed. It now cannot load up the file, it gets stuck in that loading stage and I can't do anything with it. Is there any way, please, to get the file out, to somehow locate and get it out of the ipad? I really would like to save it as it was once in a lifetime trip. Thank you.