Open GoogleCodeExporter opened 9 years ago
Hi,
thanks for the feedback. Sorry for the delay in commenting. I submitted a patch
to speed up GPX export (issue #97). This has not yet been included in the
released OSMTracker. This is due to isue #98 where, we hope to overhaul the
export functionality to make a more comprehensive, this patch has not been
added yet
I don't know if you have the tools, or the time, to try building the latest
code with that patch applied. If you can, I'd suggest trying that and it may
mean that more of your tracks are fully exported before the phone goes into
standby.
- Paul
Original comment by oshea.p...@gmail.com
on 23 Apr 2011 at 4:23
If you can't, or it doesn't help with the issue, let me know and I'll see what
I can do.
- Paul.
Original comment by oshea.p...@gmail.com
on 23 Apr 2011 at 5:26
I have since switched to a Google Nexus S with CyanogenMod 4.0.0. The code
speedup and faster processor help a lot, making it an issue only with really
long tracks (several hour of logging).
However, I still don't think it is a good idea to do that kind of bulk
processing in an Activity (see also issue #98) - this should really go into a
service that would get started with "startForeground()". With a foreground
service, sleep also shouldn't be an issue (the export would get slowed down or
interrupted, but resume when the device wakes up again).
Original comment by mich...@vonglasow.com
on 23 Jan 2013 at 10:41
Original issue reported on code.google.com by
mich...@vonglasow.com
on 7 Mar 2011 at 6:09