Customization

Introduction

It is possible to customize navigation through the application settings and menu customization.
Please note the settings for 2D version are different to 3D, so they are contained in separate sections.

Application settings for 3D navigation

Navigation can be customized through the settings.ini file placed inside the SygicNavigation/Android folder.
The settings.ini parameters are enlisted along with the section under which it belongs.

For customization it is recommended to use settings_overload.ini to maintain your set of overriding settings. This way you can keep the original settings.ini release file intact and manage only your local settings (typically few) in the separate file settings_overload.ini. The navigation at start reads both files, while it favors the settings from settings_overload.ini.

Parameter Section/Category Values/Default Description
m_bIgnoreTrialLicense [RootSettings]
//First Run settings
0,1
default:
0
If value is set to 1, app will ignore all trial (in MLM licType=trial or licType=motionX) licenses, if there is a full license
m_bMySygic [ApplicationSettings]
//Online management
0,1
default:
1
Use these settings (true=1 or false=0) to show or hide "Map Sygic" menu\in order to purchase or download additional products/components
m_lInstructionDistance [ApplicationSettings]
//Online management
integer
default:
5000
Defines the distance in meters at which the instruction should be first spoken before meneuver
m_bOffroadOn [ApplicationSettings]
//Online management
0,1
default:
0
Show user the way to backtrack when off-road
m_bAllowItineraryEdit [ApplicationSettings]
//Online management
0,1
default:
1
Allows to edit itinerary in Route options (navigation menu)
m_bAcceptHitRadius [ApplicationSettings]
//Online management
0,1
default:
0
Use these setting to enable/disable "hitRadius" parameter (default: 0)
m_bPedestrian [ApplicationSettings]
//Online management
0,1
default:
1
Enables / disables pedestrian mode
m_eRouteReportUpload [ApplicationSettings]
//Online management
OnlineSettings::Online
OnlineSettings::WifiOnly
OnlineSettings::Never
default:
OnlineSettings::WifiOnly
Decides when to send bad routing reportIf set to OnlineSettings::Online, routing report will be send as soon as the app has internet accessIf set to OnlineSettings::WifiOnly, routing report will only be send as soon as the app has internet access through wifiIf set to OnlineSettings::Never, routing report will never be send and remains in Res/temp/routeReports
m_customPoisMaxSearchDistance [ApplicationSettings]
//Online management
> 0
default:
100000
Defines the distance in meters for searching for nearby custom pois
m_nPanoramaViewDistanceLow [ApplicationSettings]
//Online management

default:
400
navigation zoom level when on a highway in a city area, or on a highway outside a city while approaching ramps or turn maneuvers
m_nPanoramaViewDistance [ApplicationSettings]
//Online management

default:
3000
navigation zoom level when on a highway under common conditions
m_lProcessorUsage [RuntimeSettings]
//Map visualization
10-90
default:
40
Sets the FPS restriction within the 10 - 90 % of FPS potential
m_strSetLanguage [RuntimeSettings]
//Localization
autodetect
english.lang
german.lang
french.lang
etc.
default:
autodetect
Possibility to pre-define language used by navigation based on *.lang files from navigation folder: /res/skin/langs/
m_strSetVoice [RuntimeSettings]
//Localization
autodetect
TTS American English
TTS German
TTS French
default:
autodetect
Possibility to pre-define voice used by navigation. The value is based on the name of given voice folder from: /res/voices/
m_strDrvDevice [RuntimeSettings]
//Licensing
imei
mac
serial
android_id
imsi
default:
imei
This setting defines the device identifier read by navigation and used in license activation process. Changing this setting may result in inability to read correct device ID and therefore in incorrect license = navigation will not work.
m_bSetShowUserDetail [RuntimeSettings]
0,1
default:
1
This setting enables/disables email registration dialog.
m_bSetShowEula [RuntimeSettings]
0,1
default:
1
Enables / disables showing EULA message during navigation start.
m_strSetTimezone [RuntimeSettings]

default:
+01:00_a
Set time zone for time synchronization. Enter appropriate value from /Res/common/timezone.ini
m_bSetHasClock [RuntimeSettings]
0,1
default:
1
If the device has internal clock source value of 1 is used. If set to 0 the time is computed from GPS GMT time and specified timezone.
m_bHasBattery [RuntimeSettings]
0,1
default:
1
If set to 1 battery status icon will be shown in navigation status bar and battery management in navigation menu will be enabled.
m_strBackButton [RuntimeSettings]

default:
If defined setting will show the "Back button" in upper left corner of navigation screen pointing to a defined application. And if tapped you will be switched to a given application.The value needs to be the Android Application ID, e.g. com.example.myapp
onBackBtn [RuntimeSettings]
minimize
disable
exit
default:
exit
This sets the behavior of Android Back button. Possible actions when tapped on the button: 1) minimize navigation, 2) exit navigation or 3) no action
m_nScreenSaver [RuntimeSettings]
-1,0,1
default:
-1
Enables / disables screensaver functionality.Screensaver is a feature saving battery life by turning device display off while driving a highway when there is no instruction ahead of you. Display will be turned on automatically when the next instruction (e.g. approaching junction) is 5 kilometers ahead. Display can be turned on manually anytime just by clicking on it.Default value is -1, that means navigation will ask you to turn screensaver every time if conditions are met.
m_dwScreenSaverTimeout [RuntimeSettings]

default:
10000
Screensaver timeout in milliseconds.
m_bMapDownloadOnWifiOnly [RuntimeSettings]
0,1
default:
0
If enabled, the app downloads the maps only when WIFI connection is available
m_bForceRouteComputingOnStart [RuntimeSettings]
//Routing
0,1
default:
0
Last destination window to confirm or dismiss navigating to last destiation on application start
m_bForceLastRoute [RuntimeSettings]
//Routing
0,1
default:
1
if m_bForceLastRoute=1 && m_bForceRouteComputingOnStart=1 && m_bHideTeaser=0, last destination teaser will not be offered and the last route will be automatically computed on next app start
m_dbRecomputeAfinity [RuntimeSettings]
//Routing
0-1
default:
0
As a value you can set up any number between 0 and 1 with two decimal spaces
. If you set 0 then normal Sygic routing will be applied (as previous routing). If you set 1 then we will find fastest or shortest or economic (based on routing preferences which is set in Sygic navigation) route where we can connect you to precomputed route.
m_bScoutComputeEnable [RuntimeSettings]
//Scout Compute
0,1
default:
1
Parameter defines whether Scout compute is enabled/disabled.
m_bScoutComputeAsk [RuntimeSettings]
//Scout Compute
0,1
default:
1
If set to 0, recompute based on emerging traffic is done automatically if better route is found. Otherwise driver is informed about that fact and asked whether to take the new route.
m_nScoutComputeTimeThresholdCar [RuntimeSettings]
//Scout Compute
integer
default:
60
Better route for needs to be faster by this value to be shown to user, otherwise such route will be dismissed. This setting applies for CAR routing (not truck) and its default value is set to 60 seconds.
m_nScoutComputeTimeThresholdTruck12t [RuntimeSettings]
//Scout Compute
integer
default:
600
Better route for needs to be faster by this value to be shown to user, otherwise such route will be dismissed. This setting applies for TRUCK routing and its default value is set to 600 seconds.
m_bDefSpeedAlert [RuntimeSettings]
//Alerts
0,1
default:
1
Enables/disables Speed limit notification. Possible to change also through navigation menu: Menu - Settings - Notifications & Sounds - Speed limits ďż˝ Sound
m_eDistanceUnits [UnitSettings]
//Measurement settings
UnitSettings::UnitsKilometers
UnitSettings::UnitsMilesFeets
UnitSettings::UnitsMilesYards
default:
UnitSettings::UnitsKilometers
Choose your desired distance units setting.
m_eTemperatureUnits [UnitSettings]
//Measurement settings
UnitSettings::TempCelsius
UnitSettings::TempFarenheit
default:
UnitSettings::TempCelsius
Choose your desired Temperature units settings.
m_eClockFormat [UnitSettings]
//Measurement settings
UnitSettings::ClockEurope
UnitSettings::ClockUs
UnitSettings::ClockUk
default:
ClockEurope
Choose your desired Time format:ClockEurope for European Time format (14:00)ClockUK for UK Time format (2:00 PM)ClockUS for US Time format (2:00)
m_eGPSUnits [UnitSettings]
//Measurement settings
UnitSettings::GpsDegrees
UnitSettings::GpsMinutes
UnitSettings::GpsSeconds
default:
UnitSettings::GpsDegrees
Choose your desired GPS Unit settings.
m_eTownblocksMode [DisplaySettings]
DisplaySettings::TownBlocksAuto
DisplaySettings::TownBlocksOn
DisplaySettings::TownBlocksOff
default:
DisplaySettings::TownBlocksAuto
Define the option for displaying townblocks. Townblocks mode (Off/On/Auto)
m_eMapView [DisplaySettings]
DisplaySettings::MapView2D
DisplaySettings::MapView3D
default:
DisplaySettings::MapView3D
Map View settings:Accessible through navigation menu: Menu - Settings - Map - Map viewPossible values: 2D / 3D
m_bNorthUp [DisplaySettings]
0,1
default:
0
Map view - NorthUp mode:Accessible through navigation menu: Menu - Settings - Map - Map view - North UpPossible to enable only if 2D Map View settings is on
m_eColorScheme [DisplaySettings]
DisplaySettings::ColorSchemeDay
DisplaySettings::ColorSchemeNight
DisplaySettings::ColorSchemeAutomatic
default:
DisplaySettings::ColorSchemeAutomatic
Map settings - Color scheme:Accessible through navigation menu: Menu - Settings - Map - Color schemePossible values: Day / Night / Automatic
m_bFullscreen [DisplaySettings]
0,1
default:
1
Possibility to enable/disable full screen mode:Accessible also through navigation menu: Menu - Settings - Map - Full screen
m_nNextStreet [DisplaySettings]

default:
950
Defines the distance in meters at which next street information is displayed.
m_nNextStreetFinish [DisplaySettings]

default:
100
Defines the distance in meters at which next street information is cleared
m_bShowRecommendedGeofenceSpeed=1 [DisplaySettings]
: 0,1
default:
: 0
in geofence show actual speedlimit from map and also the recommended speed below which is loaded as speed defined in geojson
m_bAvoidParkways [TruckSettings]
0,1
default:
0
Option to avoid parkways in USA if enabled.Not accessible through navigation menu.
m_bAdvancedTruck [TruckSettings]
0,1
default:
0
Standard truck settings give the option to set the following truck parameters and HAZMATS:Max speed, Total weight, Axle weight, Total vehicle length, Vehicle width, Maximum height, Number of trailers, Number of vehicle axles, Number of trailer axles, General hazardous materials, Explosive (Class 1), Flammable gas (Class 2), Flammable liquid (Class 3), Flammable solid (Class 4), Oxidizer (Class 5), Poison (Class 6), Radioactive material (Class 7), Corrosive material (Class 8), Miscellaneous (Class 9), Poison inhalation (Class I)Advanced Truck settings make available also the following parameters and HAZMATS:Tandem weight, Tridem weight, Other weight, Unladen vehicle weight, Axle length, Trailer length, Tractor length, Kingpin to last axle, Kingpin to middle of last tandem, Kingpin to end of trailer (last trailer if applicable), Other length, Explosive materials, Agriculture, Coal restriction, Building, Sanitary, Sand and Gravel restriction, Commodity, Natural Resources restriction
m_eFuelType [TruckSettings]
TruckSettings::Diesel
TruckSettings::Petrol
TruckSettings::LPG
TruckSettings::Ethanol
TruckSettings::Methane
default:
TruckSettings::Diesel
Possibility to define Vehicle Fuel Type. That info will be used to show appropriate Fuel prices over navigation screen if subscribed to live services.Accessible also through navigation menu: Menu - Settings - Truck settings - Fuel typePossible values in navi menu: Diesel (Diesel), Unleaded (Petrol), Super Unleaded, LPG (LPG), Bio Ethanol (Ethanol), CNG (Methane)
m_eEuEmissionZoneCar [TruckSettings]
1.2,3,4,5,6
default:
5
Parameter defines emission type for a car setting
m_dwEuEmissionProductionYearCar [TruckSettings]
...,2016,2017,...
default:
2017
Parameter defines production year for a car setting
m_eEuEmissionZone1 [TruckSettings]
1.2,3,4,5,6
default:
5
Parameter defines emission type for a truck profile 1.Analogical setting exists for the profiles 2 and 3
m_dwEuEmissionProductionYear1 [TruckSettings]
...,2016,2017,...
default:
2017
Parameter defines production year for a truck profile 1.Analogical setting exists for the profiles 2 and 3
m_ETollcostVehicleSettings [PlanningSettings]
PlanningSettings::Truck
PlanningSettings::Car
PlanningSettings::Van
default:
PlanningSettings::Car
Defines the option for the vehicle type with respect to toll cost rules.
m_bDestInDrivingSide [PlanningSettings]
0,1
default:
0
Possibility to let navigation calculate the route the way that the destination is on your driving side, i.e. you will not need to cross the street to get to the destination.
m_bComputeAlternatives [PlanningSettings]
0,1
default:
1
Enables/disables 3 alternative routes feature.
m_bRoamingEnabled [OnlineSettings]
0,1
default:
0
If enabled navigation will use internet connection when in roaming to support its online services.
m_bPhotosEnabled [OnlineSettings]
0,1
default:
Defines whether the POI pictures service is enabled (1) or disabled (0)
m_bFBConnected [OnlineSettings]
0,1
default:
1
Defines whether connection to Facebook will be established.
m_bGoogleConnected [OnlineSettings]
0,1
default:
1
Defines whether connection to Google services will be established.
m_nMapUpdateNotifications [OnlineSettings]
0,1
default:
0
Defines whether the Map updates notification is enabled (1) or disabled (0)
m_bShowMySygicAfterUpdate [OnlineSettings]
0,1
default:
0
Defines whether the MySygic menu after map update is shown or not.
m_nMobileDataLimit [OnlineSettings]
integer
default:
200000000
#disable -1
Possibility to set Limit for Mobile data consumption. Value in bytes.Setting accessible also through navigation menu: Menu - Settings - Connection - Use mobile data - Limit mobile dataUsing value -1 disables the limiter completely
m_nMontlyEstimatedMobileHours [OnlineSettings]
integer
default:
220
Possibility to set number of Hours planned planned per month to estimate daily data consumption limit. Value in hours.Setting accessible also through navigation menu: Menu - Settings - Connection - Use mobile data - Hours planned per month
m_nCounterStartDay [OnlineSettings]
integer (day of month)
default:
1
Possibility to set the first day of month data limiter would start counting data usage.Setting accessible also through navigation menu: Menu - Settings - Connection - Use mobile data - Monthly invoice on
m_bUpdateAutomatically [TMCSettings]
0,1
default:
1
Defines whether TMC update is done automatically ore requires user confirmation.
m_bAutomaticRouteRecomputing [TMCSettings]
0,1
default:
0
value=1 allows automatic route recomputing after TMC update
m_bShowTrafficInfoOnMap [TMCSettings]
0,1
default:
1
Possibility to show traffic information over navigation screen. Real-time traffic service subscription is needed.Accessible also through navigation menu: Menu - Settings - Map - Traffic info
m_wTrafficTeaser [TMCSettings]
integer
default:
1
Defines the value of traffic purchase teasers invocations, e.g. 10
m_bVoiceGuidance [SoundSettings]
0,1
default:
1
Enables (1) or disables (0) voice guidance.
m_bReadRoadNumbers [SoundSettings]
TRUE, FALSE
default:
FALSE
Defines whether road numbers are spoken or not.
m_bReadRoadNames [SoundSettings]
TRUE, FALSE
default:
TRUE
Defines whether road names (street names) are spoken or not.
m_bReadCityNames [SoundSettings]
TRUE, FALSE
default:
TRUE
Defines whether city names are spoken or not.
m_nSpeedLimitInCity [SoundSettings]
integer
default:
10
Triggers speed limit sound when speed of the vehicle is over the alloved speed by the defined value in build-up areas. Also available in the Sygic navigation menu: Menu - Settings - Notifications & Sounds - Speed Limits
m_nSpeedLimit [SoundSettings]
integer
default:
15
Triggers speed limit sound when speed of the vehicle is over the alloved speed by the defined value outside build-up areas. Also available in the Sygic navigation menu: Menu - Settings - Notifications & Sounds - Speed Limits
m_eSpeedLimitDistanceInCity [SoundSettings]
SoundSettings::Warn0
SoundSettings::Warn100
SoundSettings::Warn200
SoundSettings::Warn300
SoundSettings::Warn500
SoundSettings::Warn1000
SoundSettings::Warn2000
default:
SoundSettings::Warn200
Triggers a warning sound in the defined distance, before entering buil-up areas. Also available in the Sygic navigation menu: Menu - Settings - Notifications & Sounds - Speed Limits
m_eSpeedLimitDistance [SoundSettings]
SoundSettings::Warn0
SoundSettings::Warn100
SoundSettings::Warn200
SoundSettings::Warn300
SoundSettings::Warn500
SoundSettings::Warn1000
SoundSettings::Warn2000
default:
SoundSettings::Warn1000
Triggers a warning sound in the defined distance, before leaving the build-up areas. Also available in the Sygic navigation menu: Menu - Settings - Notifications & Sounds - Speed Limits
m_eSpeedLimitRepeat [SoundSettings]
SoundSettings::RepeatNever
SoundSettings::RepeatEvery5
SoundSettings::RepeatEvery15
SoundSettings::RepeatEvery30
SoundSettings::RepeatEvery60
SoundSettings::RepeatEvery120
SoundSettings::RepeatEvery300
SoundSettings::RepeatEvery600
SoundSettings::RepeatContinual
default:
SoundSettings::RepeatNever
Defines how often should the speed warnig sounds be repeated. Also available in the Sygic navigation menu: Menu - Settings - Notifications & Sounds - Speed Limits
m_bSayIntersectionStraight [SoundSettings]
0,1
default:
1
If value=0 avoids saying GO STRAIGHT ON in continuous roads.
m_strSpeedCamWarnSound [SoundSettings]
TRUE, FALSE
default:
Turns the speed cam warning sound ON or OFF. Also available in the Sygic navigation menu: Menu - Settings - Notifications & Sounds - Speed Cameras
m_bShowName [CustomPoiSettings]
0,1
default:
0
Shows custom POI name next to POI icon

Menu customization for 3D navigation

Sygic supports menu control adaptations through the configuration file menu.ini.
The items of the default menu (the menu the original navigation comes with) may be hidden or shown according to the needs of the project.

For customization it is recommended to use menu_overload.ini to maintain your set of overriding menu settings. This way you can keep the original menu.ini release file intact and manage only your local settings (typically few) in the separate file menu_overload.ini. The navigation at start reads both files, while it favors the settings from menu_overload.ini.

Please note that a custom menu definition support is a paid customization.

Parametrization

The available parametrization set (with their default values) is enlisted bellow.

[menu.Main]
menu.Main.find=1
menu.Main.route=1
menu.Main.shop=1
menu.Main.whereAmI=1
menu.Main.prayerTimes=0
menu.Main.settings=1
menu.Main.exit=1

[menu.Find]
menu.Find.destination=1
menu.Find.home=1
menu.Find.myNeighborhood=1
menu.Find.poiOnRoute=1
menu.Find.contacts=0
menu.Find.quickSearch=1
menu.Find.favorites=1
menu.Find.history=1
menu.Find.photo=0
menu.Find.gpsCoordinates=1

[menu.Settings]
menu.Settings.sound=1
menu.Settings.poiManagement=1
menu.Settings.batteryManagement=1
menu.Settings.logisticMode=0
menu.Settings.about=1
menu.Settings.infoBar=1
menu.Settings.sideBar=1
menu.Settings.autoClose=1
menu.Settings.resetToDefaults=1
menu.Settings.connection=1
menu.Settings.planning=1
menu.Settings.settingsTruck=1
menu.Settings.hardware=1
menu.Settings.stopWatch=0
menu.Settings.activate=1
menu.Settings.loadLog=1
menu.Settings.display=1
menu.Settings.regional=1

[menu.Action]
menu.Action.walkThere=1
menu.Action.more.Header=1
menu.Action.more.Avoid=1
menu.Action.more.ShowOnMap=1
menu.Action.more.NearbyPoi=1
menu.Action.more.AddToFavourites=1
menu.Action.more.ShareLocation=1
menu.Action.more.AddPoi=1
menu.Action.more.MapReport=1
menu.Action.poi.a_name=1
menu.Action.poi.a_altName=1
menu.Action.poi.a_address=1
menu.Action.poi.a_phone=1
menu.Action.poi.a_mail=1
menu.Action.poi.a_url=1
menu.Action.poi.a_fax=1
menu.Action.poi.a_image=1
menu.Action.poi.a_shortDesc=1
menu.Action.poi.a_longDesc=1
menu.Action.poi.a_subType=1
menu.Action.poi.a_openHours=1
menu.Action.poi.a_costs=1
menu.Action.poi.a_bookAdvis=1
menu.Action.poi.a_creditCards=1
menu.Action.poi.a_brandNames=1
menu.Action.poi.a_nearTrain=1
menu.Action.poi.a_roomCount=1
menu.Action.poi.a_decor=1
menu.Action.poi.a_breakfast=1
menu.Action.poi.a_takeaways=1
menu.Action.poi.a_disabledAccess=1
menu.Action.poi.a_homeDelivery=1
menu.Action.poi.a_conferences=1
menu.Action.poi.a_checkInOut=1
menu.Action.poi.a_accomodationType=1
menu.Action.poi.a_hotelServices=1
menu.Action.poi.a_specialFeatures=1
menu.Action.poi.a_seasonDate=1
menu.Action.poi.a_relevantPOIS=1
menu.Action.poi.a_comments=1
menu.Action.poi.a_rating=1
menu.Action.poi.a_nonhotelCosts=1

[menu.FastDial]
menu.FastDial.destination=1
menu.FastDial.cancelRoute=1
menu.FastDial.headupDisplay=1
menu.FastDial.history=1
menu.FastDial.parking=1
menu.FastDial.gasStation=1
menu.FastDial.sos=1
menu.FastDial.vehicle=1
menu.FastDial.maperror=1
menu.FastDial.showNextWaypoint=1
menu.FastDial.wikipedia=1

[menu.RouteOverview]
menu.RouteOverview.vehicleProfile=1
menu.RouteOverview.search=1
menu.RouteOverview.options=1

Application settings for 2D navigation

Navigation can be customized through the settings.ini file placed inside the Drive/ folder.
The settings.ini parameters are enlisted along with the section under which it belongs.

Parameter Description
title This defines the title of the Drive application
It appears in the Drive's top left corner.
Default value is Sygic FLEET
fps This defines the framerate of displayed navigation. Adjust this to speed of the processor and your requirements
Default value is 5.0
cpu This defines CPU processing quality.
Possible values are:
- 1-low
- 2-better
- 3-very good
- 4-best
Default value is 2
swVersion Number of current Version of Sygic FLEET
splash This defines name of subfolder in folder \skin\others, which contains custom splash screen files.
splashBgr This defines hexadecimal value for splash screen background color. E.g. use splashBgr=#000000 for black background color.
Default value is #000000
CenterStretch (Only Android) This stretches center image of splash screen to fit in the size of screen.
Possible values are:
- true-center image of splash screen is stretched to fit in the size of screen
- false-center image of splash screen is drawn on center without stretching
Default value is set by system automatically.
CenterMove This moves center image of splash screen to different position
Possible values are:
- TL-top left
- TR-top right
- BL-bottom left
- BR-bottom right
- L-left
- T-top
- R-right
- B-bottom
- C-no moving
Default value is C
DefaultBranding (Only Android) Defines whether Sygic logo is shown in title of Main menu and on Browse map or not.
Possible values are:
- true-some Sygic logo is shown in title of Main menu and on Browse map
- false-Sygic logo isn't shown
Default value is true.
cache Defines amount of cache memory per heap in kiloBytes.
This value must be greater than 128kB.
Default value is set by system automatically.
topMost This defines, if the application window can be overlaid by another windows.
Possible values are:
- true-no other application will appear above navigation
- false-other applications (e.g. MP3 player) can be displayed above navigation window
Default value is true
multipleInstances Allows or denies start of multiple instances of Drive application.
Possible values are:
- true-multiple instances of Drive are allowed
- false-multiple instances of Drive are denied
Default value is false.
Driver Relative path to Driver.dll.
Driver.dll allows customization of some system dependent functions of navigation (e.g. backlight, battery status, com port handling and more.)
Default value is Default\Driver.dll
Device Relative path to Device.dll
Default value is Default\Driver.dll
com COM port settings for GPS receiver used by first run of application. Once COM port is set during the first run, this setting will be used and stored for later use.
Use force values (e.g. COM1:,9600,1) or auto detect to show auto detection dialog.
Default value is COM1:,9600
HardwareChange (Only Android|Linux) Defines the possibility of change of GPS settings.
Possible values are:
- true-change of GPS settings is allowed from dialog GPS status
- false-change of GPS settings is not allowed from dialog GPS status. (Usually, GPS Status icon is also removed by entry in Menu.ini)
Default value is true.
antialias Switch on antialiasing for smoother graphic or disable for slower processors.
Possible values are:
- true-enabled
- false-disabled
Default value is false
gradient Gradient in the 3D map view may significantly slow down the navigation on devices with high pixel resolution and with slow processors.
Possible values are:
- true-enabled
- false-disabled
Default value is true
poiVisible This defines the visibility of POI categories.
Possible values are:
- true-visible
- false-not visible
Default value is true
firstInfo (Only Android) Defines whether the information about system features used by navigation is displayed or not
Possible values are:
- true-information about system features used by navigation is displayed
- false-information about system features used by navigation is not displayed
Default value is true.
cityModel This enables or disables drawing of 2D city maps
Possible values are:
- true-enabled
- false-disabled
Default value is true
PoiSearchRadius This defines the range in meters in which to search for POIs
Possible values are from 30000 to 1000000
Default value is 30000
PrioritizeAPI Set whether are allowed API functions calls in time of route computing or not. E.g. In a complicated route computing you can call BringAppToBackground.
Possible values are:
- true-allow API calls in time of route computing
- false-deny API calls in time of route computing
Default value is false.
ExclusiveCompute Defines whether Route Computing occupies all or most of processor time at the expense of other applications. It is useful for slow devices.
Possible values are:
- true-ExclusiveCompute is on
- false-ExclusiveCompute is off
Default value is true.
RouteParameter This defines the parameter to speed up route computing and reduce memory usage on slow machines.
Possible values are from 100-no speedup to 1-max speedup
As the speedup is higher, the quality of computed route is lower.
Default value is 100
UrbanPenalizeTruck Penalizes route computing for trucks on city roads that are not highways, by given percentage
Possible values are from 0 to 1000. (Recommended value is 150)
Default value is 0
CrossingPenalizeTruck Penalizes crossings in route computing for trucks, by given percentage.
Possible values are from 0 to 1000(Recommended value is 1000)
Default value is 0
CrossingPenalize Penalizes crossings in route computing for passenger cars, by given percentage.
Possible values are from 0 to 1000(Recommended value is 500)
Default value is 0
VisiblePointReachDistance This sets the behaviour of waypoints. The waypoint is marked as visited in this radius.
Default value is 30
InvisiblePointReachDistance This sets the behaviour of waypoints. The waypoint is marked as visited in this radius.
Default value is 30
SearchOnlyCustomPOI Switch for searching of built-in POIs.
Possible values are:
- true-disable searching of built-in POIs
- false-enable searching of built-in POIs
Default value is true.
ComputeUnpavedRoads This defines whether unpaved roads are considered as tarmac roads or not.
Parameter for 4X4 vehicles
Possible values are:
- true-unpaved roads are considered the same way as tarmac roads
- false-unpaved roads aren't considered the same way as tarmac roads
Default value is false
AllowClosedRoads Route computing allow or deny entering in closed roads, if a waypoint is in there.
Possible values are:
- true-entering in closed roads is allowed
- false-entering in closed roads is denied
Default value is false.
NotComputeFerries This defines whether the route computing includes ferries or not.
When set to true, it speeds up route computing when navigating in coastal areas, where ferry is not required.
Possible values are:
- true-ferries are not computed
- false-ferries are computed
Default value is false.
ShowCustomBitmapInNaviWindow Defines whether custom images are shown in navigation window.
Possible values are:
- true-custom image is shown in navigation window
- false-custom image isn't shown in navigation window
Default value is true.
ShowRouteAhead Defines how much of approximated route ahead is shown in navi screen. It is measured in meters.
Default value is 1500.
ShowPassedRoute Defines whether passed route is shown in different color or not. Also here can be defined the color of passed route.
Possible values are:
- show-show passed route in different color
- hide-show passed route in same color as route ahead
- #AABBGGRR-color of the passed route (Alpha,Blue,Green,Red)
Default value is show.
UseLastValidPos Defines whether, if isn't any valid position, use last valid position or ask what to do.
Possible values are:
- true-use last valid position
- false-ask user for option
Default value is false.
UseTruckSpeedWarning Defines whether the speed warning is used when truck speed limit is exceeded or not.
Possible values are:
- true-Truck speed warning is used
- false-Truck speed warning isn't used
Default value is false.
cjkMode This defines mode of using CJK characters (for east Asia languages: chinese, japanese, korean)
Possible values are:
- on-use CJK characters
- off-don't use CJK characters
- autodetect-automatic detection
Default value is autodetect.
ShowMapInfo This defines whether info about map version is shown in About dialog or not.
Possible values are:
- true-shows the info about map version in About dialog
- false-doesn't show the info about map version in About dialog
Default value is false.
dynamicAsk This defines mode of First Run Wizard.
Possible values are:
- true-First Run Wizard shows Dynamic controls dialog
- false-First Run Wizard applies settings from keys dynamicList and dynamicMenu
Default value is true.
dynamicMenu Preselects menu's behavior.
Possible values are:
- true-all menus will move smoothly
- false-not all menus will move smoothly
Default value is true.
dynamicList Preselects list's behavior.
Possible values are:
- true-all lists will move smoothly
- false-not all lists will move smoothly
Default value is true.
onlineAsk This defines whether First Run Wizard shows online dialog or note(Do you want to go online? Yes|No|Always ask)
Possible values are:
- true-First Run Wizard shows online dialog
- false-First Run Wizard doesn't show online dialog
Default value is true.
skinDay Selects the skin for day scheme between Standard and High-contrast
Possible values are:
- std_day-Standard
- hc_day-High-contrast
Default value is std_day.
skinNight Selects the skin for night scheme between Standard and High-contrast
Possible values are:
- std_night-Standard
- hc_night-High-contrast
Default value is std_night.
licSys Defines the licensing system.
Possible values are:
- pnd-PND licensing
- fleet-FLEET licensing
Default value is fleet.
internet Master switch of internet features.
Possible values are:
- true-all network connections are enabled
- false-all network connections are disabled
Default value is true.
localTraffic This defines whether the traffic data are received, or not
Possible values are:
- true-traffic data are recieved
- false-traffic data aren't received
Default value is true.
distance Set up the radius in which to recieve traffic data(in metres).
Default value is 50000.
DPI Set the pixel density for non-standard screens.
Possible values are between 72 and 288.
Default value is 96.
IconSize Set the size of the icon.
Possible values are:
-2
-3.5
-5
-6.5
-8
100% means optimal for resolution 320x240pix.
Default value is chosen by system.
LaneSize Size of Lane assistant. It indicates how many lanes are shown on the screen.
Possible values are:
- 1-1 lane
- 2-2 lanes
- 3-3 lanes
Default value is 1.
UsePostals (Only Android) Defines if postal codes are enabled in address search.
Possible values are:
- true-postal codes are enabled in address search - false-postal codes are disabled in address search
Default value is true.
Landing This defines what will appear after start of the Drive.
Possible values are:
- 1-Navi screen
- 2-Main menu
Default value is 1.
showSafetyMsg This defines the aparition of safety message
Possible values are:
- NEVER-the safety message never shows
- ALLWAYS-the safety message allways shows
- INITIAL-the safety message appears only on first run of the application
- TRUCK-special message for application with truck attributes
Default value is ALLWAYS.
PositionFiltering DO NOT MODIFY THIS
This defines whether is used additional Kalman filter or not.
Kalman filter is a filter that makes moving of the car arrow in navigation smoother. The need of this filter is because of GPS signal deviations.
Possible values are:
- true-uses additional Kalman filter
- false-doesn't use additional Kalman filter
Default value is true.
VehicleDebugBuffer This defines the amount of last points for Vehicle debugging in Map menu.
Default position is 1 (Only last position).
processing This defines processing for R2L languages.
Possible values are:
- fribidi-use of Fribidi processing enabled
- none
Default value is fribidi
colorMode Set color mode for output display.
Possible values are:
0
0
0
Default value is RGB565.
ResourcePath Defines the path to the folder containing resources (GpsLogs, Icons, Itinerary, Skin, Sounds, Voices). This path is relative path. If you would like to set absolute path, then add "$" at the beginning of this path. E.g. ResourcePath=$Storage Card\Res.
Default value is \..\..\Res.
MapPath Defines the path to the folder containing maps. This path must contain stored maps including .mlm file. This path is relative path. If you would like to set absolute path, then add "$" at the beginning of this path. E.g. MapPath=$Storage Card\Maps.
Default value is \..\..\Maps.
ContentPath Defines the path to the folder containing content.info file. content.info file contains informations about product, which is activated. This path is relative path. If you would like to set absolute path, then add "$" at the beginning of this path. E.g. contentPath=$Storage Card\Maps\PND.
Default value is \..\..\..\Maps\PND.
WritablePath This defines path for writable files if SeparatePathsForRW is true.
Default value is $C:\writable.
SeparatePathsForRW Defines whether writable files will have separate path or not.
Possible values are:
- true-separate path
- false-not separate path
Default value is false.
SmsPath Specifies path for SMS daemon. SMS daemon will copy temporary files to this path (position SMS).
Default value is \Temp.
SmsNum Defines SMS number used by SMS daemon.
NewVolumeSys Allows or disables the oscilation of the sound volume with the speed change.
Possible values are:
- true-allows
- false-disables
Default value is true.
MaxSpeed Maximal speed to volume calculation formula.
Default value is 190.
VolumeFactor Defines factor to calculate higher speed volumes as on slider.
Default value is 2.0.
VolumeMax Sound volume changes with changing vehicle speed. It is sound volume used with high vehicle speed.
Possible values in range from 0(quiest) to 10(loudest).
If you would like to set up the same volume level by each speed, then assign to the VolumeMax and the VolumeMin parameters the same value.
VolumeMin Sound volume changes with changing vehicle speed. It is sound volume used with low vehicle speed.
Possible values in range from 0(quiest) to 10(loudest).
If you would like to set up the same volume level by each speed, then assign to the VolumeMax and the VolumeMin parameters the same value.
language Preselects language for First Run Wizard. Use lowercase name of one .lang file from \res\skin folder
Default value is English.lang.
languageAsk Defines whether First Run Wizard shows Language select dialog or it applies settings from the key language.
Possible values are:
- true-First Run Wizard shows Language select dialog
- false-settings from the key language are applied
Default value is true.
voice Preselects voice for First Run Wizard. Use lowercase name of subfolder in folder \res\voices.
Defautl value is english.
voiceAsk Defines whether the First Run Wizard shows Voice select dialog or it applies settings from the key voice.
Possible values are:
- true-First Run Wizard shows Voice select dialog
- false-settings from the key voice are applied
Default value is true.
speedWarning Defines initial setting of Speed warnings. User can switch it in menu Settings.
Possible values are:
- true-Speed warnings are enabled
- false-Speed warnings are disabled
Default value is true.
railwayWarning Defines initial setting of Railway warnings. User can switch it in menu Settings.
Possible values are:
- true-Railway warnings are enabled
- false-Railway warnings are disabled
Default value is true.
radarsWarning Defines initial setting of Radars warnings. User can switch it in menu Settings.
Possible values are:
- true-Radars warnings are enabled
- false-Radars warnings are disabled
Default value is true.
radarsVisible Defines initial setting of Radars visibility on map. User can switch it in menu Settings.
Possible values are:
- true-Radars ar visible on map
- false-Radars aren't visible on map
Default value is true.
radarsWarnSound Defines specified name of initial radar warning sound. Use name of .ogg file from folder \res\sound without extension.
radarsAsk Defines whether the First Run Wizard shows Radar Warning sound dialog or not.
Possible values are:
- true-First Run Wizard shows Radar Warning sound dialog
- false-First Run Wizard doesn't show Radar Warning sound dialog
Default value is true.
speedWarnSound Defines specified name of initial speed warning sound. Use name of .ogg file from folder \res\sound without extension.
unit Preselects distance unit type.
Possible values are:
- kilometers
- miles
- feet
Default value is kilometers.
unitAsk Defines whether First Run Wizard shows Distance units dialog or it applies settings from the key unit.
Possible values are:
- true-First Run Wizard shows Distance units dialog
- false-settings from the key unit are applied
Default value is true.
time Preselects format of time.
Possible values are:
- europe-14:00
- us-2:00
- uk-2:00 PM
Default value is europe.
timeAsk Defines whether First Run Wizard shows Time format dialog or it applies settings from the key time.
Possible values are:
- true-First Run Wizard shows Time format dialog
- false-settings from the key time are applied
Default value is true.
coords Preselects format of coordinates.
Possible values are:
- degrees-0.0°
- minutes-0°0.0'
- seconds-0°0'00''
Default value is degrees.
coordsAsk Define whether First Run Wizard shows Coordinates format dialog or it applies settings from the key coordinates.
Possible values are:
- true-First Run Wizard shows Coordinates format dialog
- false-settings from the key coordinates are applied
Default value is true.
keybList List of preselected keyboards. Use comma separated string of indexes.
Possible values are:
- 1-Roman
- 2-Cyrillic
- 3-Greek
- 4-Arabic
- 5-Hebrew
- 6-Thai
- 7-Japanese
- 8-Chinese
- 9-Korean
Japanese and Korean keyboard is not supported currently.
Default value is 1.
keybListAsk Defines whether First Run Wizard shows Keyboard settings dialog or it applies settings from the key keybList.
Possible values are:
- true-First Run Wizard shows Keyboard settings dialog
- false-settings from the key keybList are applied
Default value is true.
keybTypeRoman Preselects the format of Roman keyboard.
Possible values are:
- QWERTY
- QWERTZ
- AZERTY
Default value is QWERTY.
keybTypeCyrillic Preselects the format of Cyrillic keyboard.
Possible values are:
- RUSSIAN
- SERBIAN
- BULGARIAN
Default value is RUSSIAN.
keybTypeArabic Preselect the format of Arabic keyboard.
Possible values are:
- STANDARD
- FARSI
Default value is STANDARD.
keybTypeChinese Preselects the format of Chinese keyboard.
Possible values are:
- PINYIN
- ZHUYIN
- NONE
Value to include later: HANDWRITE.
Default value is NONE.
map Name of the preselected .mlm file, which defines maps to be loaded in the folder specified by the key MapPath.
mapAsk Defines whether the First Run Wizard shows Map switch dialog or it applies settings from key map.
Possible values are:
- true-First Run Wizard shows Map switch dialog
- false-settings from key map are applied
Default value is true.
BrowseMapLat Latitude for first run of Browse map in degrees. Equator is represented by 0.
Default value is 0.
BrowseMapLong Longitude for first run of Browse map in degrees. Greenwich is represented by 0.
Default value is 0.
BrowseZoom Zoom for first run of Browse map. E.G. 45000000 for Globe view.
Default value is 45000000.
HideBrowseMapCursor Hides or shows the red cursor in the Browse map.
Possible values are:
- true-hides the cursor
- false-shows the cursor
Default value is false.
RouteComp Enable or Disable the calculation of last used route after restart.
Possible values are:
- enable-route computing of the most recent route will start with each run of application.
- disable-each start of application will run without route computing.
Default value is enable.
RouteSave Defines whether the computed route is saved, and at next start of application is directly loaded without recomputing or not.
Possible values are:
- true-the route is saved
- false-the route isn't saved
Default value is false.
menuCursor Defines whether menus are operated by hardware buttons or by touch.
Possible values are:
- true-menus appear with preselected first item
- false-menus appear without preselected first item
- autodetect-when hardware button is activated menu appear with preselected first item
Default value is autodetect.
keyboard Setting for keyboard visibility.
Possible values are:
- visible-for touch screens
- invisible-for devices with their own hardware keyboard
- autodetect-keyboard is automatically detected
Default value is autodetect.
timezone Configure the time zone (GMT + timezone = your local time). Used for time synchronization either. Enter one of the values from file Skin\timezone.ini.
Default value is 00:00_a.
timezoneAsk Defines whether the First Run Wizard shows Timezone settings dialog or it applies settings from the key timezone.
Possible values are:
- true-First Run Wizard shows Timezone settings dialog
- false-settings from the key timezone are applied
Default value is true.
hasClock Set the mode of clock computing.
Possible values are:
- true-the device does have internal clock source
- false-compute clock from GPS GMT Time and specified timezone
Default value is true.
autosync Defines the synchronization of the system time and gps time.
Possible values are:
- true-system time is set after first valid fix from gps time
- false-if hasClock is set to false, then system time is set to GPS time + time zone
Default value is false.
recommendedRam Recommended amount of RAM. If device have less memory than recommendedRam, navigation shows warning.
Possible value is number of MB.
Default value is 10.0.
useTruckAtt Master switch of truck attributes.
Possible values are:
- true-navigation can use truck attributes
- false-navigation cannot use truck attributes
Default value is false.
weightTotal Value that specifies Total weight of vehicle in kilograms.
Default value is 10000.
weightAxel Value that specifies weight per axel of vehicle in kilograms.
Default value is 5000.
length Value that specifies length of vehicle in millimeters.
Default value is 10000.
width Value that specifies width of vehicle ini millimeters.
Default value is 3000.
height Value that specifies height of vehicle in millimeters.
Default value is 3000.
maxSpeed Value that specifies maximal speed of vehicle in kilometers per hour.
Default value is 90.
AdvancedTruck Switches between simplified truck settings menu and complex settings menu.
Possible values are:
- true-access more detailed settings
- false-access simplified truck settings
Default value is false.
TrucksAsk Defines whether the First Run Wizard shows Truck settings dialog or it applies default settings.
Possible values are:
- true-First Run Wizard shows Truck settings dialog
- false-default settings are set
Default value is false.
onlyDimensionalRestrictions Only dimensional restrictions are applied. It calculates the route like for an ordinary car, but with dimensional restrictions.
Possible values are:
- true-Only dimensional restrictions are applied
- false-route is calculated with truck attrbutes
Default value is true.
Path Path to the TTS modul.
Default value is RealSpeakSolo.
Type Type of the TTS engine.
Possible values are:
- 1-Nuance
- 2-Acapela
- 3-Loquendo
Default value is 2.
Format Format of the TTS.
Possible values are:
- 0-LH
- 1-SAMPAUCL
- 2-IPA
- 3-Nuance
- 4-StarRecSAMPA
Default value is 1.
server
script
policeTraps Switch of policeTraps service
Possible values are:
- On
- Off
- Disabled
Default value is on.
traffic Switch of traffic service
Possible values are:
- On
- Off
- Disabled
Default value is on.
friends Switch of friends service
Possible values are:
- On
- Off
- Disabled
Default value is on.
friendNameOverIcon Defines whether last name of friend is shown on the map icon or not.
Possible values are:
- true-last name of friend is shown on the map icon
- false-last name of friend isn't shown on the map icon
Default value is true.
externalFriends Defines source of friends.
Possible values are:
- true-external source of friends
- false-sygic friends
Default value is false.
friendsVisibilityZoom Zoom level for Friends Visibility.
Possible values are between 800 and 2800.
Default value is 1200.
friendOfflineTimeout Possible values are:
- amount of seconds
- inf-infinity
Default value is inf.
InaccessibleDestinationAutoRouting defines the navigation behavior when a given destination cannot be found directly. Possible values are:
true - the navigation will automatically determine the closest location.
false (default) - causes the dialog for destination selection to pop up.
onBackBtn (only Android) defines back button behavior. Possible values are: minimize, exitDialog, exitSilent and disable

Menu settings for 2D navigation

Parametrization

The full parametrization set is enlisted bellow. The buttons set listed under the headline "; group" define buttons alternating at a single position. For enabling or disabling the function represented by the button set it is necessary to treat them altogether, i.e. to disable all, or to enable all.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[mainMenu.menu]
menu.main.navigateTo=1
menu.main.cityguides=1
menu.main.friends=1
menu.main.browseMap=1
menu.main.settings=1
menu.main.viewRoute=1
menu.main.traffic=1
menu.main.safetyCamera=1
menu.main.itinerary=1
menu.main.gpsStatus=1
menu.main.managePoi=1
menu.main.memorize=1
menu.main.extras=1
menu.main.exit=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[itinerary.manage.options.menu]
menu.itinerary.manage.options.optimize=1

; group
menu.itinerary.manage.options.rename=1
menu.itinerary.manage.options.save=1

menu.itinerary.manage.options.delete=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[navigateTo.menu]
menu.navigateTo.addressPostal=1
menu.navigateTo.contacts=1
menu.navigateTo.favorite=1
menu.navigateTo.home=1
menu.navigateTo.history=1
menu.navigateTo.pointOnMap=1
menu.navigateTo.hotel=1
menu.navigateTo.restaurant=1
menu.navigateTo.poi=1
menu.navigateTo.enterPosition=1

; group
menu.navigateTo.currentPosition=1
menu.navigateTo.lastValidPosition=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[menu.browseMap.options]
menu.browseMap.options.find=1
menu.browseMap.options.showCurrentPosition=1
menu.browseMap.options.showRoute=1
menu.browseMap.options.showCity=1
menu.browseMap.options.displayPOIs=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[extras.menu]
menu.extras.worldclock=1
menu.extras.calc=1
menu.extras.convMain=1
menu.extras.countryInfo=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[managePOI.menu]
menu.managePOI.addPOI=1
menu.managePOI.editPOI=1
menu.managePOI.deletePOI=1
menu.managePOI.deletePOIcategory=1
menu.managePOI.enablePOI=1
menu.managePOI.warnWhenNearPOI=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[itinerary.entry.options.menu]

; group
menu.itinerary.options.markAsVisited=1
menu.itinerary.options.markAsUnvisited=1

; group
menu.itinerary.options.setAsStart=1
menu.itinerary.options.setAsVia=1
menu.itinerary.options.setAsFinish=1

menu.itinerary.options.addNearbyPoi=1
menu.itinerary.options.delete=1
menu.itinerary.options.moveUp=1
menu.itinerary.options.moveDown=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[avoidNextMiles.menu]
menu.avoidNext.500yd=1
menu.avoidNext.1mi=1
menu.avoidNext.5mi=1
menu.avoidNext.10mi=1
menu.avoidNext.15mi=1
menu.avoidNext.20mi=1

[avoidNextMeters.menu]
menu.avoidNext.500m
menu.avoidNext.1km
menu.avoidNext.5km
menu.avoidNext.10km
menu.avoidNext.15km
menu.avoidNext.20km

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[traffic.menu]
menu.traffic.showAll=1
menu.traffic.showRoute=1
menu.traffic.optimize=1
menu.traffic.options=1
menu.traffic.tuner=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[menu.demonstrateRoute]
menu.route.demonstrate.options.start=1

; group
menu.route.demonstrate.options.pause=1
menu.route.demonstrate.options.resume=1

menu.route.demonstrate.options.setSpeed=1

; group
menu.route.demonstrate.options.repeatOn=1
menu.route.demonstrate.options.repeatOff=1

menu.route.demonstrate.options.stop=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[menu.browseMap.context]
menu.browseMap.context.navigateThere=1
menu.browseMap.context.travelVia=1
menu.browseMap.context.continue=1
menu.browseMap.context.addAsPOI=1
menu.browseMap.context.findNearbyPOI=1
menu.browseMap.context.editRoadAttributes=1

; group
menu.browseMap.context.avoid=1
menu.browseMap.context.avoidDelete=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[settings.hardware.menu]
menu.settings.hardware.comPort=1
menu.settings.hardware.baudRate=1

; group
menu.settings.hardware.gpsOn=1
menu.settings.hardware.gpsOff=1

menu.settings.hardware.sync=1
menu.settings.hardware.autodetect=1
menu.settings.hardware.wizard=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[settings.menu]

menu.settings.mapOrientation=1

; group
menu.settings.disableSounds=1
menu.settings.enableSounds=1

menu.settings.volume=1
menu.settings.truck=1
menu.settings.connection=1
menu.settings.services=1
menu.settings.features=1
menu.settings.gpsLogs=1
menu.settings.planning=1
menu.settings.tollCharge=1
menu.settings.chargeZone=1
menu.settings.signs=1
menu.settings.keyboard=1
menu.settings.regional=1
menu.settings.language=1
menu.settings.voice=1
menu.settings.rotate=1
menu.settings.homeLocation=1
menu.settings.loadMap=1
menu.settings.gpsStatus=1
menu.settings.backlight=1
menu.settings.resetDefaults=1
menu.settings.showVersion=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[alternativeRoute.menu]
menu.alternative.alternative=1
menu.alternative.avoidNext=1
menu.alternative.traffic=1
menu.alternative.travelVia=1
menu.alternative.original=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[gpsLogs.options.menu]
menu.gpsLogs.options.record=1
menu.gpsLogs.options.load=1
menu.gpsLogs.options.setSpeed=1

; group
menu.gpsLogs.options.repeatOn=1
menu.gpsLogs.options.repeatOff=1

menu.gpsLogs.options.stop=1

; group
menu.gpsLogs.options.pause=1
menu.gpsLogs.options.resume=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[navigateTo.poi.select.menu]
menu.navigateTo.poi.select.findNearbyPOI=1
menu.navigateTo.poi.select.findNearAddress=1
menu.navigateTo.poi.select.findNearDestination=1
menu.navigateTo.cityPOI=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[menu.viewRoute]
menu.viewRoute.itinerary=1
menu.viewRoute.alternative=1
menu.viewRoute.cancelRoute=1
menu.viewRoute.trioBook=1
menu.viewRoute.summary=1
menu.viewRoute.planning=1
menu.viewRoute.browseMap=1
menu.viewRoute.instructionsText=1
menu.viewRoute.instructionsImages=1
menu.viewRoute.demonstration=1