Jump to content
AVIC411.com

Rapido63

Members
  • Content Count

    9
  • Joined

  • Last visited

Posts posted by Rapido63

  1. Hello,

    How to make Alert and Speedcam active for France and Switzerland (AVIC-Z820DAB) ?
    I did a lot of testing.

    First of all, to start you must have access to the files and to the Service Menu of the device.
    What you can follow towards the end of this post...

    At this stage, in Switzerland, it is possible to add a "Switzerland.txt" file in the "/extdata/iGO/content/speedcam/" folder and also delete the "/extdata/iGO/content/speedcam/speedcam.spdb" so that this last file *.spdb is regenerated by iGO.

    The same is possible for France with a "France.txt" file.

    At this stage, the category alerts: 6,8,9,10,12,13,14,15,31 are displayed correctly with an icon on the map, and a border line on the road displayed.
    The sound also works with "beep-beep".

    alerte_1.jpg.fe0dcc404e826caa83653df2db71d0b1.jpg

    For categories 16 to 30, it displays a generic speed camera icon.

    At this stage, it is possible to modify the file "Switzerland.txt" (also with "France.txt") and put the "Speed cameras" with the type 31, then they will be announced as "Dangerous zone".

    (Why not put a category between 16 and 30 ? Because in these categories, you do not have the possibility to remove the sound and the alert in the settings menus for these categories.)

    Now you have a solution for Switzerland and for France.

    However, at this point, the categories 0,1,2,3,4,5,7,11 still remain hidden and silent.

    --------------------

    If you want to take the modification further, follow here...

    I then decided to look at and modify the files contained in the "/extdata/iGO/ux/" folder. Be careful to always have all files safe (make double backup) !!!

    One of the interesting files is the file:
    "/extdata/iGO/ux/pioneer.zip/ux/pioneer/plugin.ini"

    It is possible to replace the value :
    [hva]
    hva_countries = "fra, sui"

    through :
    [hva]
    hva_countries = ""

    Then, you have to replace this "plugin.ini" file in its *.zip (you can replace it with Windows Explorer, it does not disturb the format).

    The result is excellent, it displays an alert on the left of the screen, with the distance and the corresponding sound (beep beep). There is also a red banner at the top of the screen. All of this becomes very visible.

    alerte_2.jpg.41906aad49e57bb8db659eca064a2bb9.jpg
    Sample of type 16 (generic Speed Camera)

    --------------------

    It is still possible to modify this "plugin.ini" file...

    I did not find a "sys.txt" file to possibly disable the value:
    [speedcam.disabled_countries]
    _FRA = 1,2,3,4,5,11,7
    _SUI = 1,2,3,4,5,11,7

    So with some risk, I added the following values in "/extdata/iGO/ux/pioneer.zip/ux/pioneer/plugin.ini":
    [speedcam.disabled_countries]
    _FRA = x, x, x, x, x, x, x
    _SUI = x, x, x, x, x, x, x

    And there, a miracle ! In Switzerland, all types of speed camera are displayed on the screen.

    --------------------

    But now I only have one problem...

    In Switzerland, I have no menu which gives me the possibility of modifying (deactivating-activating) the sound or the visual of the different types of speed cameras (unlike all the other types of alerts).

    Does anyone have yet another idea?

    I searched a lot in the file "/extdata/iGO/ux/speedcam.zip/ui_nextgen/common/ui/speedcam.ui"
    But for the moment without success.

    The idea is to also find the menu which allows me to modify the categories (prohibited) in Switzerland and in France, such as 1,2,3,4,5,7,11 ... to mute the sound or the alert.

    Happy for your ideas...

    -------------------- (New update)

    Bingo !!! :D

    I edited the file "/extdata/iGO/ux/speedcam.zip/ui_nextgen/common/ui/speedcam.ui"

    And I replaced these lines :
        <row text="Speed Camera" id=0 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit(0)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor.position, 0 ))>
        <row text="Mobile Speed Camera" id=1 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit(1)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor.position, 1 ))>
        <row text="Built-in Speed Camera" id=2 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit(2)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor.position, 2 ))>
        <row text="Average Speed Camera" id=3 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit(3)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor.position, 3 ))>
        <row text="Red Light Camera" id=4 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit(4)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor.position, 4 ))>
        <row text="Red Light and Speed Camera" id=11 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit(11)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor.position, 11 ))>
        <row text="Bus Lane Camera" id=7 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit(7)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor.position, 7 ))>

        <row DangerZone  text=(sc_IsInHVACountry(%navigation.car.position) ? "Dangerous Zone" : "Speed Camera Types") onrelease='MODEL.lua.AlertFilter = "speedcams" sc_btnSpeedCam_OnRelease()' enable=(%lua.SpeedcamEnabled) visible=(%warning.speedcam.allowed_in_the_country)>

    So :
        <row text="Speed Camera" id=0 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit(0))>
        <row text="Mobile Speed Camera" id=1 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit(1))>
        <row text="Built-in Speed Camera" id=2 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit(2))>
        <row text="Average Speed Camera" id=3 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit(3))>
        <row text="Red Light Camera" id=4 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit(4))>
        <row text="Red Light and Speed Camera" id=11 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit(11))>
        <row text="Bus Lane Camera" id=7 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit(7))>

        <row DangerZone  text=(sc_IsInHVACountry(%navigation.car.position) ? "Dangerous Zone" : "Speed Camera Types") onrelease='MODEL.lua.AlertFilter = "speedcams" sc_btnSpeedCam_OnRelease()' enable=(%lua.SpeedcamEnabled)>

    Here's the result !

    alerte_3.jpg.3ef10d8ff794b463ed2b758e2f429313.jpg

    I have the setting menu that appeared.
    I will test even more if all this is now correct for Switzerland, then later for France.

    :-D:-D:-D:-D:-D

  2. First, a big thank you for this information :grin:

    Quote

    Information on toll roads is included in the basic delivery
    in the navigation settings there is an item that prohibits planning a route on toll roads.

    It's all okay, and it's functional.

    Quote

    speedcam in the HERE version is not available for all European countries
    In some European countries it is forbidden to use speedcam alert.

    speedcam for France and Sweden is disabled in the iGo navigation software.

    Of course, in the other brands (TomTom and Garmin) in France instead of "SpeedCam", they use "Dangerous zones".

    Quote

    iGO files need to be modified

    HERE speedcam files exist... [...List...]

    That would be very happy, how can you find them, and especially then insert them into the Pioneer AVIC-Z820DAB ?

    Quote

    Unofficial speedcam databases can be added
    they are in *.txt format

    ...same, how insert them into the Pioneer.

    Quote

    the last available version of HERE 2020Q4 was released in March 2021

    I don’t know why NNG doesn’t sell the actual speedcam database for Pioneer. although it is available

    Here are the only things available:

    screenshot_966.png.46fa6c1336a11726ef558fe2a3d66be5.png

    But NaviExtras tells me that data alerts are not included in this pack. :(

    or...

    screenshot_968.png.233fded1ac4771b4503baa05084f4b57.png

    :(

  3. In my Pioneer AVIC-Z820DAB, they did not deliver any alerts. I would have liked to find the usual alerts found in all other brands.

    The alert system on the device is existing and it is functional, but the card supplied with it does not contain any.

    The idea was to retrieve or create a list of POIs on "Dangerous areas, road tolls, speed cameras, etc..." and be able to insert them into the device with copy mode.

×
×
  • Create New...