iOS-Open-GPX-Tracker icon indicating copy to clipboard operation
iOS-Open-GPX-Tracker copied to clipboard

Wish: recording off-road AND/OR on-road tracks

Open JDDoe opened this issue 6 years ago • 4 comments

Hi All, I wish there could be an option, via a bluetooth button/switch or so, to record off-road/on-road pieces of the trip. And also at saving time a choice for saving only off-road OR on-road, or both, parts of the trip. To finally, for me, to create an off-road map.

JDDoe avatar Nov 30 '18 21:11 JDDoe

Related with discussion in #66

merlos avatar Jan 12 '19 22:01 merlos

Hi Merlos, This request is not related to the bug.

The request is, can I use a remote control, (like a bluetooth shutter), to stop/resume the recording of a track. So I can only record Off-road tracks.

Now I have to take my phone, stop tracking, when new dirt road starts, I have to get my phone again, and resume tracking. As example device: https://www.amazon.com/Xenvo-Shutterbug-Bluetooth-Compatible-Smartphones/dp/B01K3G3A8O/ref=sr_1_4?crid=3T7KWUKJEYDKV&keywords=bluetooth+remote+ios+camera+shutter+zoom&qid=1569962676&sprefix=bluetooth+shutter+ios%2Caps%2C240&sr=8-4

JDDoe avatar Oct 01 '19 20:10 JDDoe

Hi @JDDoe,

Thanks for your comment.

This seems to be a very concrete usage. Probably with a phone holder for your car it can be achieved. The only feature that would be necessary in that case is to give the option to keep the screen always on.

image

merlos avatar Nov 24 '19 22:11 merlos

Prevent the screen to go off just requires to add this line to the app.

UIApplication.shared.isIdleTimerDisabled = true

This is a user config that can be a setting on the Preferences screen.

merlos avatar Nov 24 '19 22:11 merlos