This is an old revision of the document!
Table of Contents
Online Help > AlpineQuest 1.4 > Settings
User settings
In addition to common settings, the application provides an extended set of settings allowing to tweak it even more.
These advanced settings must be placed in a file called “user_settings.conf”, saved inside the application folder (usually “/sdcard/alpinequest/”).
Be sure to use the last version so all settings are available.
You must restart the application after changing any of these settings.
List of main user settings
| Name | Type | Description | Default value |
|---|---|---|---|
| Core | |||
core.logs.verbose1) | Boolean | Activate the verbose mode for logs to display more information | 0 / false |
core.locale2) | String | Force a language [ en, es, fr, it, ko, tr ] | empty |
core.custom_location_printer | [ grid, xy, d, dm, dms ],String | Define a custom coordinate format | empty |
core.bearing_decimals3) | Integer | Define the number of decimals for bearing units | 2 |
core.pictures.format4) | String | Define how to name picture taken with the application (see accepted patterns here) | yyyy-MM-dd_HH-mm-ss |
core.submenus.large_toggles5) | Boolean | Use large toggle buttons in the sub-menus (localization, location tracker and orientation) | 0 / false |
core.audio.volume6) | Float [0.0 - 1.0] | Volume of played sounds from proximity alerts and followed paths | 1.0 |
core.audio.stream7) | [3 (MUSIC), 4 (ALARM), 5 (NOTIF)] | Audio stream on which to play sounds | 4 |
| Main map | |||
map.coordinates.main.color8) | String | Define the display color of the main coordinate format and grid (see accepted colors here) | #000000 |
map.coordinates.alternative.color9) | String | Define the display color of the alternative coordinate format and grid (see accepted colors here) | #000000 |
map.buttons.offset_y | Integer | Y pixels offset for the display of zoom buttons | 0 |
map.open_with.z | Integer | Zoom value passed to Google Maps and Earth when opening a location | 17 |
map.canvas.popup_comment_size10) | Float | Comment text size of displayed popup item (in dip) | 12.0 |
map.canvas.tiles_bitmap_config11) | [RGB_565, ARGB_8888] | Bitmap configuration used for tiles | RGB_565 |
map.canvas.smooth_end_move | Boolean | Define if the map continues to move a little after ending sliding it | 1 / true |
map.canvas.heading_size_factor12) | Float | Display size factor for the heading arrow | 1.0 |
map.canvas.display_copyrights13) | Boolean | Display maps data copyright notice on the map | 1 / true |
| Maps | |||
maps.features.onlinemaps.display.osm14) | Boolean | Controls if the built-in online OSM Maps category must be displayed | 1 / true |
maps.features.onlinemaps.display.bing15) | Boolean | Controls if the built-in online Bing Maps category must be displayed | 1 / true |
maps.features.onlinemaps.display.google16) | Boolean | Controls if the built-in online Google Maps category must be displayed | 1 / true |
maps.features.onlinemaps.display.usgs17) | Boolean | Controls if the built-in online USGS Maps category must be displayed | 1 / true |
maps.features.onlinemaps .offline_tile_message18) | Boolean | Display a message over missing map parts while being offline | 1 / true |
maps.features.offlinemaps.formats.aqm .create_index19) | Boolean | Create index files for AQM maps in order to speed-up loading | 1 / true |
maps.features.areadownloader.max_queue_size | Integer | Maximum tiles to download per session in the store area feature | 7500 |
| Landmarks | |||
landmarks.painter.icons_factor | Float | Display size factor for landmark icons | 1.0 |
landmarks.explorer.display_full_bearing | Boolean | Display the full bearing to waypoint values in addition of the direction arrow in the Landmarks Explorer | 0 / false |
landmarks.features.offlinelandmarks .open_file_auto_choice | [ 0, 1, 2 ] | Force the choice when browsing a landmarks file from an external file manager (0: ask the user, 1: browse content, 2: display content) | 0 |
landmarks.features.offlinelandmarks .formats.gpx.full_export | Boolean | Write additional custom values in GPX files such as pressure or accuracy values | 0 / false |
landmarks.features.offlinelandmarks .formats.gpx.geoidheight_export20) | Boolean | Export geoidheight data in saved GPX files | 0 / false |
| Localisation | |||
geolocation.localisation.lock_map | Boolean | Re-center the map on the GPS location after 10 seconds without user interactions | 1 / true |
geolocation.localisation .painter.color_accurate21) | String | Color used to draw the current location when accurate (see accepted colors here) | #0064ff |
geolocation.localisation .painter.color_inaccurate22) | String | Color used to draw the current location when not accurate (see accepted colors here) | #e30000 |
geolocation.localisation.egm96_adjustment.[provider]23) | Boolean | Adjust provided WGS84 elevations to Geoid elevations using the EGM96 model for [provider] (ex: “gps”, “passive”) | 1 / true for provider “gps”, 0 / false otherwise |
| Orientation | |||
orientation.force_sensor24) | [TYPE_ROTATION_VECTOR, TYPE_ORIENTATION, TYPE_MAGNETIC_FIELD] | Force the use of a particular compass sensor | TYPE_ROTATION_VECTOR |
| Location tracker | |||
tracker.create_waypoints_on_path25) | Boolean | Force creating all tracker waypoints on the current GPS location | 0 / false |
tracker.export.fill_user_weight26) | Boolean | Auto fill the custom user weight field when exporting the track | 0 / false |
tracker.painter.color27) | String | Color used to draw the current location tracker's track (see accepted colors here) | 0 / #ff0600f1 |
Example file
- user_settings.conf
core.logs.verbose=true core.custom_location_printer=SR-ORG:7310 core.custom_location_printer_format=xy core.bearing_decimals=3 core.submenus.large_toggles=1 landmarks.painter.icons_factor=1.2
