Skip to content
Don Park edited this page Feb 8, 2023 · 8 revisions

Generate a device token

From the 'Device' menu on icecondor.com, create a new device then use 'Generate API Key' to get a device token. Use the device token in the url below.

Nexttracks (Android)

https://fossdroid.com/a/nexttracks.html

NextTracks is a fork of OwnTracks which doesn't use Google Play Services.

Owntracks (iOS or Android)

Install from https://owntracks.org/

Android Setup

Menu -> Preferences -> Connection

Mode -> Private HTTP

Host -> https://api.icecondor.com/rest/activity/add?token=device_token

Recommended settings: Significant Changes Monitoring Mode, 200m trigger

Overland (iOS or Android)

iOS https://apps.apple.com/us/app/overland-gps-tracker/id1292426766

Android https://play.google.com/store/apps/details?id=com.openhumans.app.overland

Settings -> Receiver Endpoint

https://api.icecondor.com/rest/activity/add?token=device_token

PhoneTrack [F-droid appstore only]

https://f-droid.org/en/packages/net.eneiluj.nextcloud.phonetrack/

"Plus" Button -> New Custom Log Job Title: IceCondor

Target Address: https://api.icecondor.com/rest/activity/add?lat=%LAT&lon=%LON&alt=%ALT&acc=%ACC&timestamp=%TIMESTAMP&batt=%BATT&token=<TOKEN_HERE>

  • Use POST Method: Checked
  • Send JSON payload: Unchecked
  • Minimum distance: 5 (meters)
  • Minimum time: 60 (seconds) (default)
  • Minimum accuracy: 20 (meters) (default)
  • Keep GPS on: Checked (optional)