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.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.alternative.color8) String Define the display color of the alternative coordinate format (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.tiles_bitmap_config9) [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.display_copyrights10) Boolean Display maps data copyright notice on the map 1 / true
Maps
maps.features.onlinemaps.display.osm11) Boolean Controls if the built-in online OSM Maps category must be displayed 1 / true
maps.features.onlinemaps.display.bing12) Boolean Controls if the built-in online Bing Maps category must be displayed 1 / true
maps.features.onlinemaps.display.google13) Boolean Controls if the built-in online Google Maps category must be displayed 1 / true
maps.features.onlinemaps.display.usgs14) Boolean Controls if the built-in online USGS Maps category must be displayed 1 / true
maps.features.onlinemaps .offline_tile_message15) Boolean Display a message over missing map parts while being offline 1 / true
maps.features.offlinemaps.formats.aqm .create_index16) 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_export17) 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_accurate18) String Color used to draw the current location when accurate (see accepted colors here) #0064ff
geolocation.localisation .painter.color_inaccurate19) String Color used to draw the current location when not accurate (see accepted colors here) #e30000
geolocation.localisation.egm96_adjustment.[provider]20) 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_legacy_sensor21) Boolean Force legacy TYPE_ORIENTATION sensor 0 / false
Location tracker
tracker.create_waypoints_on_path22) Boolean Force creating all tracker waypoints on the current GPS location 0 / false
tracker.export.fill_user_weight23) Boolean Auto fill the custom user weight field when exporting the track 0 / false
tracker.painter.color24) 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
1) , 3)
added in 1.4.6
2) , 10) , 15) , 22)
added in 1.4.14
4) , 17) , 18) , 19)
added in 1.4.7
5) , 23)
added in 1.4.9
6) , 7) , 8)
added in 1.4.16
9) , 21)
added in 1.4.19
11) , 12) , 13) , 14)
added in 1.4.13
16) , 20)
added in 1.4.10
24)
added in 1.4.18