This is an old revision of the document!


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.verbose Boolean Activate the verbose mode for logs to display more information 0 / false
core.locale 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_decimals Integer Define the number of decimals for bearing units 2
core.pictures.format String Define how to name picture taken with the application (see accepted patterns here) yyyy-MM-dd_HH-mm-ss
core.submenus.large_toggles1) Boolean Use large toggle buttons in the sub-menus (localization, location tracker and orientation) 0 / false
core.audio.volume Float [0.0 - 1.0] Volume of played sounds from proximity alerts and followed paths 1.0
core.audio.stream [3 (MUSIC), 4 (ALARM), 5 (NOTIF)] Audio stream on which to play sounds 4
Main map
map.coordinates.main.color String Define the display color of the main coordinate format and grid (see accepted colors here) #000000
map.coordinates.alternative.color2) String Define the display color of the alternative coordinate format and grid (see accepted colors here) #0000FF
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_size Float Comment text size of displayed popup item (in dip) 12.0
map.canvas.tiles_bitmap_config [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_factor Float Display size factor for the heading arrow 1.0
map.canvas.display_copyrights Boolean Display maps data copyright notice on the map 1 / true
Maps
maps.features.offlinemaps.formats.aqm .create_index3) 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_export4) 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_accurate String Color used to draw the current location when accurate (see accepted colors here) #0064ff
geolocation.localisation .painter.color_inaccurate String Color used to draw the current location when not accurate (see accepted colors here) #e30000
geolocation.localisation.egm96_adjustment.[provider] 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_sensor' | [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_path | Boolean | Force creating all tracker waypoints on the current GPS location | 0 / false | | tracker.export.fill_user_weight | Boolean | Auto fill the custom user weight field when exporting the track | 0 / false | | tracker.painter.color | String | Color used to draw the current location tracker's track (see accepted colors here) | #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
1)
added in 1.4.9
2)
added in 1.4.16
3)
added in 1.4.10
4)
added in 1.4.7