original by gpspower - net
Update 11-12-2019
The skin has a lot of settings for every taste:
- - three themes of the screen: the bright, the color, the dark
- - the ability to select the number of buttons in the cockpit vertically 4-5-6-7, the size of the buttons depends on their number - the more buttons, the smaller the size:
- - the ability to select different button options
- - additional settings in the "split screen POI", such as auto-rotate, standard window or scroll
- - additional data output to the cockpit
- - Advanced auto review settings - In addition, auto review can be turned on / off with a long tap on the "Zoom" button
- - advanced route construction (Waypoint / Destination)
- - advanced vehicle selection settings
- - "Announce traffic events on route"
- - added TMC signs for countries: _GBR, _GRE, _IRL, _POL
- - "Split Screen (POI Page)
- - DA signs have been added for countries: _GBR, _GRE, _IRL, _POL, signs are voiced by TTS or in a live voice , it is possible, using TTS-som, signs can be voiced in a live voice, for this it is necessary in the / iGO_Israel / ui_nextgen / audio / DA1049 folder (Dictionary .lang: DA1049 = "Russian voice") place voice .wav files, the voice-over method is selected in the skin settings:
- - added an additional button "Accept" in the "map_messagebox detour":
- - extended option to select toll roads when calculating the route:
- - for the correct operation of the "Show Send GPS in Cockpit" button, an additional program "GPS to SMS - location sharing" is needed :
- - ux grid_menu_layout.zip plugin is intended for WIN CE Igo Nextgen navigations , working only in horizontal orientation;
- - advanced selection of "Route Planning Method"
- - "Additionally invisible buttons (Zoom, Route editing)":
- - additional system functions:
- - "Children Left Alert"; for those who do not use the TTS-som, two voice files are needed to sound a warning:
- - for the "Show Coordinates in Cockpit" button to work correctly, an additional "Send to Navigation" program is needed:
- - additional ux plugins from Alain57, arimi, garigor, Kobera71, Neoss75, vicewandel are added to the kit
- Installing the skin :
- - iGO_Israel is the folder of the Nextgen-a version (iGO_Avic, iGO_Basar, iGO_Israel ...);
- - Be sure to delete (or rename) your old ux folder from sdcard / iGO_Israel / ux ;
- - write a new ux folder from the archive ;
- - if there is a need and has even more additional functions, we take the necessary plugins from the ux_additionally folder ;
- - be careful, plugins from previous versions of the skin and any extraneous plugins may conflict with the current version of the skin and significantly impair navigation.
- - for the full operation of TTS in the voices of Voice_TTS _........_ lua.zip in the dictionary.voice file there should be entries:
Code:
Visual warning only="Визуальное оповещение"
The speed limit is!="Leistinas greitis "
Temperature at %s: %s. %s. Direction %s. %s.="Meteo duomenys: %s: %s. %s. Kryptis %s. %s."
The nearest town %s="Artimiausias miestas %s"
Dirt road="Kelias su biria danga"
Border cross="Valstybinė siena"
Highway="Autostrada"
Toll booth="Mokėjimo vieta"
Tunnel="Tunelis"
Tunnel length %s="Tunelio ilgis %s"
Truck restrictions="Apribojimai sunkvežimiams"
Rail ferry="Geležinkelio keltas automobiliams"
Ferry="Keltas"
Restricted road="Draudžiamas kelias"
Four WD="Visureigiams"
Car pool="Juosta tik su keleiviais"
are not around="aplinkui nėra"
"Today %s : %s"="Šiandien %s : %s"
Environmental zones are possible="Aplinkos apsaugos zonos galimos."
Environmental zones not possible="Aplinkos apsaugos zonos uždraustos."
Visual warning only="Tik vizualus įspėjimas."
- - so that the warning about speeding is not duplicated (in non-camera zones), in the voices Voice_TTS _........_ lua.zip in the file info.ini we make the correction:
Code:
; overspeed = "Viršijote leistiną greitį."
overspeed = ""
- or in sys.txt we add an entry
Code:
[sound.announcer]
overspeedlimit = 0
- - the cameras (speedcam) are voiced by TTS or in a live voice , it is possible, using a TTS-som, the cameras can be voiced in a live voice, for this you need to put in the folder / iGO_Israel / ui_nextgen / audio / SC1049 (Dictionary.lang: SC1049 = "Russian voice") voice .wav files, while no entries in sys.txt are needed, the voice-over method is selected in the skin settings:
- - auto rad function is hidden radars on the map and speedcam tuning functions . Everything works automatically, when the navigation is turned on, there are no camera settings and the cameras themselves are not displayed on the map, but when the camera is driving, it is displayed and voiced as before, the threshold for operating 10 km / hour can be changed independently by writing to sys.txt:
Code:
[autorad]
detect = 10
- Camera settings are activated in the dragmod by a long press on the lower right button "Save Favorite":
- You can turn off the auto rad function by writing to sys.txt
Code:
[autorad]
disabled = 1