Suche

iGO8 & Amigo Downloads: Skins - Schemes - POI's - Cars
Übersicht Downloads suchen
Kategorie: iGO primo - Skin dimka
Anzahl Unterkategorien: 1
Sortiert nach: Standard | Name | Datum | Downloads | [Aufsteigend]



{nice1}

Archiv - iGO primo - Skin dimka


Dateien: 19

Alle Dateien markieren:

Dateien:
diMka WA P.1.5.1 for Primo 2.0

Download
Download

diMka WA P.1.5.1 for Primo 2.0

Skin diMka WA (WertVRV and Andron66) for 320x240, 480x234, 480x272 and 800x480 (for Primo 2.0).

The current version is P 1.5.1

In the archive:
diMkaWA_P151.zip - with images of buttons and icons from Andron66 (in the folder content / skin);
diMkaWA_P151_default.zip - skin with default picture buttons and icons (in the folder content / skin);
utility - a utility for folder MapChanger
font - font folder with digital (if this folder at the root of the program in the screen saver will be able to display in a digital font)
Speedcam_Example.jpg - screenshot folder contents audio for one of the languages voice voice-camera warning for other languages inside file names must be the same.
readme_oldchanges_version12_ru.txt - a list of features and capabilities that have been in the skin for version 1.2 and work in the skin for version 2.0.
-------------------------------------------------- ----------------------------------------------
In the setting of choice:
 - Day theme - diMka WA P.1.5.1 (or diMka WA P.1.5.1 default)
 - Night Theme - diMka WA P.1.5.1 (or diMka WA P.1.5.1 default)
 - Restart the program.

Changes:

ver. P.1.5.0:
1. Includes all the features and add-on skin for version 1.2.
2. The new principle of the "Return to the machine":
 - A single place to store a list of recorded provisions (previously beaten the story) - \ userlists \ ret2car_history.txt;
 - View the recorded provisions in the "Details" in the main search menu;
 - Ability to filter the list of events (loss of signal output, etc.);
 - The maximum size of the list - 24, reaching a maximum at the old records are deleted.
3. Changing the position (address) custom POI.
4. Setting time disappearing Information Bar "Roadside Service" (highway POI).
5. New item in menu TTSPro - "Options for the route in real-time" (the phrase "In .... m. possible alternative route to the street ......, ....... shorter feet.")
 - To listen to and enable / disable the extra distance to the point of the phrase detour phrase naming the street (the street name in the test will be only after determining the position of GPS), a phrase of comparison (shorter / longer on ...) can be directly in the menu (button to go to the screen test voice-activated in the ground and included a voice with a sound);
 - Enable / disable a menu will be available TTSPro with the support of TTS-voice such a possibility, ie the presence of \ i18n \ dictionary.voice voice file such a block transfer (for example, Russian TTS):
After% s = "A% s"
Possible alternative route = "possible alternative route"
more shortly on% s = "shorter on% s"
more long on% s = "longer on% s"
For a complete voice-phrase the name and the street due to the fact that version 2.0 allows you to get a formatted voice file name the streets, you need a voice file to use TTS-voices in the \ config \ config_transforms.lua add function format_street_name ():
for example, Russian TTS:
-----------
function format_street_name (streetname)
    if wstring.sub (streetname, 1, 9) == L "for_turns" then
        local str = smart_lower_case (wstring.sub (streetname, 10))
        local str1 = transform_and_format (str, replace_mapinfo)
        str1 = transform_and_format (str1, replace_for_turns)
        if sc_GetSysEntry ("tts", "accusative_case", 0) then
            str1 = transform_and_format (str1, accusative_case)
        end
        return not_settlement (str) .. str1
    else
        return transform_and_format (smart_lower_case (streetname), replace_mapinfo)
    end
end
-----------
for example, the Czech TTS:
-----------
function format_street_name (streetname)
    if wstring.sub (streetname, 1, 9) == L "for_turns" then
        local str = wstring.sub (streetname, 10)
        return not_settlement (str) .. transform_and_format (str, replace_mapinfo)
    else
        return transform_and_format (streetname, replace_mapinfo)
    end
end
-----------
for example, the English TTS:
-----------
function format_street_name (streetname)
    if wstring.sub (streetname, 1, 9) == L "for_turns" then
        return transform_and_format (wstring.sub (streetname, 10), transform.roadname_abbrev_table, destname.ROADNAME)
    else
        return transform_and_format (streetname, transform.roadname_abbrev_table)
    end
end
-----------
For the Czech and English voices format_street_name () is made on the basis of the files that I have (perhaps there are other voices, then the rules are similar).
Adding this feature will correct pronunciation of the street further using TTSPro-function "Information on the current situation", which was problematic in version 1.2.
In connection with support for 2.0 capabilities in a single file to keep the pictures for day and night modes will be the skin in a single file. Select it as necessary for day and night to design the menu.
Normally when using version 2.0 of the outer skin at regime change day / night making some buttons unseen current state, this fact can be seen at the time of the change in the skin of default on external. In the skins, this defect is corrected in the future change of day / night will be fine.
Skin to version 2.0 exists in 2 versions:
- With pictures of buttons and icons from Andron66 (thank you);
- With the default picture buttons and icons.

ver. P.1.5.1:
1. Fixed inaccuracy, which led to a permanent establishment crash.txt (with records REPOSITORY).
2. The ability to create lock for direction:
 - It is possible to choose the direction the lock (on the route / backward / both directions);
 - This method allows you to lock the block several segments of the road network;
 - In spite of the selected points (start, finish) in the middle segments, blocking the map shows and acts from beginning to end extreme segments.
Mini-statement:
 - Entrance to the lock screen - Menu path / More / Lock for direction;
 - Choose a starting point by clicking on the map (address of the selected position is displayed at the top);
 - Switch the selection mode endpoint (only available after the initial point);
 - After selecting the endpoint by clicking on the map (address of the selected position is displayed at the top) is calculated once the temporary route, along the entire length of which will be blocked segments;
 - If the points are chosen correctly, out of the lock screen is not necessary, at once, you can click on the map to move the point;
 - Choose the direction of the block: direct (from the start and end points) / reverse / both directions;
 - Reaffirm the establishment, change / no change intervals.
 - In order to distinguish these from the standard single-block segments (as they appear in a list), with the direction of the lock will have a name like "starting point URL address of the endpoint type blocking direction"
3. Other minor bug fixes.

    Erstellt am
    Dateigröße
    Downloads
    05.01.2012 01:00:00
    9.13 MB
    1589
    iGO primo TomSoft 1.3.8 (a)

    Download
    Download

    iGO primo TomSoft 1.3.8 (a)

    (800x480, 480x272, 480x234, 320x240)

     TomSoftMultifunktionsleiste(A, B,C)
    A =
    Datenblattundden Zielpunkt+AnzeigeON /OFF-Radar
    B=DatenblattundTransitland+AnzeigeON /OFF-Radar
    C=Liste deranderenInformationenwieGPS-Koordinaten, Kompass-Anzeige undON /OFF-Radar

    + Möglichkeit entfernen Wegpunkte (Long klicken Sie auf Manöver)
    + Möglichkeit machen Screenshot des Bildschirms (kurze Henkel kein Platz unter dem Manöver)
    + Größere Schrift Daten für die Navigation
    + Grün - gelbe Pfeile für Manöver
    + Lakva Planung - verbesserte Planung Bildschirm (großes Dankeschön Lakva)
    Lakva + TMC - TMC-Display Indikatoren und Signalstärke (großes Dankeschön Lakva)
    + Added TomSoft Einstellungen für einige Optionen
    + Möglichkeit, zusätzliche Schaltflächen fügen (BT, Telefon, Lakva Planning) auf die Quick-Menü und im Cockpit
    + Automatisches Löschen von Routen kürzer als ... "Nach der Einstellung"
    + BT + Phone Ausgehend vom Cockpit (eine Option in sys.txt)
    + Added mehr Daten in TomSoft Bar mit optionalen Teile angezeigt werden
    + Option hinzugefügt, um die TC-Reset
    + Views TMC oder NV auf der Karte
    + Mehr Transparenz in den Einstellungsoptionen
    + Möglichkeit zu laufen WiFi aus dem Hauptmenü
    + Resize "Preview křižiovatky"
    + Möglichkeit eine optionale Einstellung Display-Tasten im Hauptmenü auf
    + Wählbare Vorschau Kreuzung
    + Backup zur Wiederherstellung GJA
    + Information über die Ankunftszeit GJA
    + Ansichten der Stadt auf der Karte
    + Anzeigen von Informationen über die Neuberechnung der Route würde GJA
    + Added unteren Leiste mit Schaltflächen für die Streckenauswahl
    + Added TomSoft Drehzahlmesser 2 (Bildschirmschoner)
    + Sound Kreuzfahrt
    + ON / OFF Rasterkarten direkt aus dem Cockpit (großes Dankeschön an die Drähte)
    + Möglichkeit der zusätzlichen Quick Menu
    + Weitere Details

    Erstellt am
    Dateigröße
    Downloads
    20.11.2011 07:55:57
    12.89 MB
    1612
    diMka WA P.1.3.8 for Primo 1.2

    Download
    Download

    diMka WA P.1.3.8 for Primo 1.2

    Skin diMka WA (WertVRV and Andron66) for 320x240, 480x234, 480x272 and 800x480 (for Primo 1.2).

    1. Changes in the TMC:
    - Signal level and frequency of the station on the button in the cockpit;
    - In summary screen, TMC now working simultaneously TMC-receiver and tmc-http is you can control the frequencies of stations, and that includes tmc-http, will show additional icons;
    - Added a new mode of searching TMC-stations - "A fixed station." If the frequency of the fixed station is entered, it will actually be worked out mode "Auto scan range." If the frequency of the fixed station is entered, in the event of loss of signal frequency will be forced to set a fixed time intervals (default is 1 every 2 sec.). Edit this interval can be as follows

    [Tmc]
    test_fixedstation_time = 2, or its value in seconds.

    2. Changed how the conservation and selection buttons fast Favorites (4 pcs. - Home, Work, ......) to name the intermediate point (in the summary route, etc.) contain the name of the Favourites (Home, Work,. .....)( was once just an address).
    Names can be changed in the lang-file transfer:

    Quick ~ Home = "Home"
    Quick ~ Work = "Job"
    Quick ~ Third favourite = "Third Favorite"
    Quick ~ Fourth favourite = "Fourth Favorites"If the quick buttons are defined, then the entry into force of the new translation (if it changes) buttons to reassign.
    The action of the simple press of the button for a quick switch now depends on the "Advanced Settings / Clicking on the search list element" (route planning / preview on the map).
    3. Added the ability to use the Shift (upper / lower case) for some text entry screen (for example, when entering a new name to add / edit POI, a new name added / edited the group POI, the new additional information edited POI, edit the path and setting the external program editing name TMC-station, I saved routes, tracks, favorites, profiles, cameras, etc.).
    For the above input screens are now as follows:
    - The button alt "ABC/123" now consistently toggles: "shift on (the first character of the title)" / "caps included (all uppercase characters)" / "caps and shift off (all lower case characters)" / "alt on - D -character keyboard. "
    - Additional display mode on the button (one indicator - shift is on, the two indicators - caps included).
    To find the address of screens, etc. left in the old way, there is entered information is not saved and do not need the extra taps to switch to digital-to-character keyboard and back.
    4. Other corrections (corrected display of additional information to the signs DA, Fixed display panels when the split-screens, ......).

    Erstellt am
    Dateigröße
    Downloads
    26.10.2011 01:00:00
    11.98 MB
    1013
    IGO primo dimka Anleitung

    Download
    Download

    IGO primo dimka Anleitung

    Erstellt am
    Dateigröße
    Downloads
    16.11.2010 10:01:01
    2.08 MB
    1015

    {nice1}