Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Member +
    Join Date
    Aug 2015
    Location
    Brazil
    Posts
    30
    Rep Power
    10

    Default

    Boki,
    Now is announcing by voice when aproaching the alert but there are no bip sound when overspeeding, see my sys.txt lines and tell me what I'm doing wrong:
    Spoiler: part of sys
    [warning]
    speedcam_enabled=1
    speedcam_warning=1
    speedcam_continuous_approach_beep_when_tonal=0
    overspeed_min_speech_repeat_delay=-1
    overspeed_min_tone_repeat_delay=-1
    mute_voice_announce_during_alert=1
    speedcam_max_angle=60
    speedcam_snap_distance=200
    speedcam_max_lookahead=800
    speedcam_maxdistance_from_road=15

    ; S P E E D C A M - C A T : 0
    [speedcam_category:0]
    activated_spoken_type=none
    approach_beep_distances=400
    approach_beep_spoken_type=sound
    approach_beep_sound="Fixed_Camera"
    overspeed_spoken_type=1
    overspeed_sound="speedcam_over_speed"
    warn_distances="150:1100,140:1100,130:1100,120:1100,110:1100,100:1100,90:1100,80:1100,70:900,60:900,50:900,40:900,30:900,20:900,10:900"
    min_frc=-1
    use_road_speedlimit=0


    Mauricioea

    Boki,
    I also tried the following:

    Spoiler: second try
    ; S P E E D C A M - C A T : 0
    [speedcam_category:0]
    activated_spoken_type=none
    approach_beep_distances=400
    approach_beep_spoken_type=sound
    approach_beep_sound="Fixed_Camera"
    overspeed_spoken_type=sound
    overspeed_sound="speedcam_over_speed"
    warn_distances="150:1100,140:1100,130:1100,120:1100,110:1100,100:1100,90:1100,80:1100,70:900,60:900,50:900,40:900,30:900,20:900,10:900"
    min_frc=-1
    use_road_speedlimit=0

    But with the lines above only show overspeed beeps and do not announce anymore voice alerts when approaching.

    Mauricioea
    Last edited by Boki; 3rd April 2018 at 06:12 AM.

  2.    Advertissements


  3. #12
    iGO Enthusiast Decent skin v6.5.1 for Primo 2.4 Wince
    Decent skin v6.5.1 for Primo 2.4 WinceDecent skin v6.5.1 for Primo 2.4 WinceDecent skin v6.5.1 for Primo 2.4 WinceDecent skin v6.5.1 for Primo 2.4 WinceDecent skin v6.5.1 for Primo 2.4 WinceDecent skin v6.5.1 for Primo 2.4 WinceDecent skin v6.5.1 for Primo 2.4 Wince
    Boki's Avatar
    Join Date
    Jun 2014
    Location
    Niš
    Age
    52
    Posts
    6,388
    Rep Power
    4258

    Default

    That questions do not belong here
    Read mentioned thread more carefully, explanations are there
    Before asking a question, know it's already discussed here and at 99.9% is not unique. Use search.
    NO ONE IS A SEER, READ (click on): [Only registered and activated users can see links. ] <- Click!
    [Only registered and activated users can see links. ] <- Click!

    Spoiler: obs
    Many questions become very arduous, a lot of time chewed deja vu...Since we have lost all the year of work and effort, many people have no will to answer the same questions again. Me neither. Use a search, please.

  4. #13
    Member +
    Join Date
    Aug 2015
    Location
    Brazil
    Posts
    30
    Rep Power
    10

    Default

    Boki,

    Thanks for the help, now is running as desired with the following commands of sys.txt:

    [warning]
    speedcam_enabled=1
    speedcam_warning=1
    speedcam_continuous_approach_beep_when_tonal=0
    mute_voice_announce_during_alert=1
    speedcam_max_angle=60
    speedcam_snap_distance=200
    speedcam_max_lookahead=800
    speedcam_maxdistance_from_road=15


    ; S P E E D C A M - C A T : 0
    [speedcam_category:0]
    activated_tonal_type="alert"
    activated_spoken_type=sound
    activated_sound="Fixed_Camera"
    approach_beep_spoken_type=sound
    approach_beep_sound="Fixed_Camera"
    approach_beep_distances=400
    overspeed_spoken_type=sound
    overspeed_sound="!alert1"
    warn_distances="150:800,140:800,130:800,120:800,110:800,100:800,90:800,80:800,70:800,60:800,50:800,40:800,30:800,20:800,10:800"
    use_road_speedlimit=0

    Just one more question, do you know if is possible do some commands at sys.txt to the overspeed sound not be continuous? the main idea is overspeed sound be equal approach beep sound, the frequency of sounds occur by distances.

    Thanks,

    Mauricioea

  5. #14
    Master
    Join Date
    Apr 2014
    Location
    Taihape
    Posts
    175
    Rep Power
    138

    Default

    do you know if is possible do some commands at sys.txt to the overspeed sound not be continuous? the main idea is overspeed sound be equal approach beep sound, the frequency of sounds occur by distances
    for spoken warnings (tts) the command "overspeed_min_speech_repeat_delay=10" will set the fequency (in this case 10 seconds) at which the overspeed warning is repeated.

    This might work for for the beep as well; if not you could try "
    overspeed_min_sound_repeat_delay" or even "overspeed_min_beep_repeat_delay"

    Please reply if any of these ideas work

  6. #15
    Member +
    Join Date
    Aug 2015
    Location
    Brazil
    Posts
    30
    Rep Power
    10

    Default

    Hello k1w1_123 and Boki,

    I found the correct command that is close to your suggestions, I already tested and it is working perfect, see the my sys.txt commands below:

    ; S P E E D C A M - C A T : 0
    [speedcam_category:0]
    activated_tonal_type="alert"
    activated_spoken_type=sound
    activated_sound="Fixed_Camera"
    approach_beep_spoken_type=sound
    approach_beep_sound="Fixed_Camera"
    approach_beep_distances=400
    overspeed_spoken_type=sound
    overspeed_sound="Reduza Velocidade"
    overspeed_min_tone_repeat_delay=8 ;delay in seconds
    warn_distances="150:800,140:800,130:800,120:800,110:800,100:800,90:800,80:800,70:800,60:800,50:800,40:800,30:800,20:800,10:800"
    use_road_speedlimit=0

    I really want thank you for all support.

    Mauricioea

  7. #16
    Master
    Join Date
    Apr 2014
    Location
    Taihape
    Posts
    175
    Rep Power
    138

    Default

    I know this is a very old thread now but perhaps someone can help me. My interest in this skin was raised by another discussion on this forum about Primo for motorcycles and that led me here. In the original post, one of the features mentioned is:

    - setting type device (in the extra menu) to start Bluetooth and FMtransmitter
    My question is can anybody tell me how to use this feature? I use a bluetooth headset in my motorcycle helmet to listen to GPS instructions and it is a real pain having to close Primo to turn bluetooth on or off. I have hunted through all the menu options I can find in this skin but just cannot see how to do it. Getting this feature to work would make this the (almost) perfect skin.

    Thanks in advance

  8. #17
    Junior Member
    Join Date
    Jun 2014
    Location
    au
    Posts
    2
    Rep Power
    0

    Default

    [Only registered and activated users can see links. ]

    What does the number mean?

  9. #18
    Member +
    Join Date
    Aug 2013
    Location
    Hungary
    Posts
    36
    Rep Power
    35

    Default

    Average speed. You can switch it off in Trip computer settings.

  10. #19
    Member + Decent skin v6.5.1 for Primo 2.4 WinceDecent skin v6.5.1 for Primo 2.4 Wince
    Join Date
    Mar 2018
    Location
    ohio
    Posts
    86
    Rep Power
    0

    Default

    did they ever make an android version of this skin?

  11. #20
    iGO Enthusiast Decent skin v6.5.1 for Primo 2.4 Wince
    Decent skin v6.5.1 for Primo 2.4 WinceDecent skin v6.5.1 for Primo 2.4 WinceDecent skin v6.5.1 for Primo 2.4 WinceDecent skin v6.5.1 for Primo 2.4 WinceDecent skin v6.5.1 for Primo 2.4 WinceDecent skin v6.5.1 for Primo 2.4 WinceDecent skin v6.5.1 for Primo 2.4 Wince
    Boki's Avatar
    Join Date
    Jun 2014
    Location
    Niš
    Age
    52
    Posts
    6,388
    Rep Power
    4258

    Default

    No
    .......
    Before asking a question, know it's already discussed here and at 99.9% is not unique. Use search.
    NO ONE IS A SEER, READ (click on): [Only registered and activated users can see links. ] <- Click!
    [Only registered and activated users can see links. ] <- Click!

    Spoiler: obs
    Many questions become very arduous, a lot of time chewed deja vu...Since we have lost all the year of work and effort, many people have no will to answer the same questions again. Me neither. Use a search, please.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •