Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 1 of 4 123 ... LastLast
Results 1 to 10 of 40
  1. #1
    Member
    Join Date
    Jun 2015
    Location
    nowhere
    Posts
    18
    Rep Power
    0

    Default NextGen Speedcams in France

    I cannot get the speed camera popup warnings to appear in France, I have removed the following from igo_nextgen.ini:

    [speedcam.disabled_countries]
    _FRA=1,2,3,4,5,11,7
    _SUI=1,2,3,4,5,11,7

    The speed cameras now show on the map and in the settings menu but no popup notifications. The speed camera popup warnings work in other European countries, eg. United Kingdom, Spain, Portugal, Belgium and Italy so it's just a problem with France.

    I'm using the default skin as this suits me fine but the problem seems to be application itself, has anyone else found a version of NextGen which works in France ?

  2.    Advertissements


  3. #2
    Master railroad's Avatar
    Join Date
    Mar 2017
    Location
    España
    Posts
    148
    Rep Power
    477

    Default

    Hi.....
    In speedcam.zip\ui_nextgen\common\ui\speedcam.lua - The text:
    Spoiler: speedcam.lua
    function sc_IsInHVACountry(pos)
    local hva_countries = sc_GetSysEntry("hva", "hva_countries", "fra")

    changed it, to do so:
    Spoiler: speedcam.lua
    function sc_IsInHVACountry(pos)
    local hva_countries = sc_GetSysEntry("hva", "hva_countries", ",")

    And warnings must be visualized.
    If you do not see the file speedcam.lua correctly, decompile it with this program
    [Only registered and activated users can see links. ]
    Regards.....
    Last edited by railroad; 15th November 2017 at 12:14 AM.

  4. #3
    Important User NextGen Speedcams in France
    NextGen Speedcams in FranceNextGen Speedcams in FranceNextGen Speedcams in FranceNextGen Speedcams in France
    osiris4isis's Avatar
    Join Date
    Apr 2012
    Location
    Darkside of the Moon
    Posts
    2,891
    Rep Power
    1364

    Default

    Why not just add the following to sys.txt
    Spoiler: .

    This post requires you to click the "LIKE this post" button and hit F5 to read this content.
    Last edited by osiris4isis; 15th November 2017 at 12:27 AM.
    Do not PM me with questions. That's what a forum is for.

  5. #4
    Master railroad's Avatar
    Join Date
    Mar 2017
    Location
    España
    Posts
    148
    Rep Power
    477

    Default

    Yes, you are right!
    I forgot about this recording in sys
    Last edited by Boki; 15th November 2017 at 08:15 AM. Reason: removed unnecessary quote

  6. #5
    Member
    Join Date
    Jun 2015
    Location
    nowhere
    Posts
    18
    Rep Power
    0

    Default

    Thanks for the suggestions but I had already found and disabled high vigilance area alerts (hva) using the method in post 2 though the method in post 3 is a lot simpler.

    However the hva audible warnings were still occurring, and extremely annoying, beeping for the whole length of some autoroutes.


    Spoiler: This finally disabled them:
    [warning.hva]
    dangerous_zone_enabled=0
    dangerous_zone_warn_type=0

    Spoiler: So it seems that both of these are needed:
    [hva]
    hva_countries=""

    [warning.hva]
    dangerous_zone_enabled=0
    dangerous_zone_warn_type=0

    Unfortunately the problem still exists in France, I can see the speed cameras on the map but I don't get any visual or audible popup warnings.
    Last edited by linknet; 15th November 2017 at 08:32 AM.

  7. #6
    Master modemakias's Avatar
    Join Date
    Sep 2015
    Location
    Athens Greece
    Posts
    413
    Rep Power
    1364

    Default

    Quote Originally Posted by linknet View Post
    I cannot get the speed camera popup warnings to appear in France, I have removed the following from igo_nextgen.ini:

    [speedcam.disabled_countries]
    _FRA=1,2,3,4,5,11,7
    _SUI=1,2,3,4,5,11,7

    The speed cameras now show on the map and in the settings menu but no popup notifications. The speed camera popup warnings work in other European countries, eg. United Kingdom, Spain, Portugal, Belgium and Italy so it's just a problem with France.

    I'm using the default skin as this suits me fine but the problem seems to be application itself, has anyone else found a version of NextGen which works in France ?
    Hello....
    don't forget this records is still exist in the sys inside the apk...
    maybe needs to cancel in yours sys by " ; "
    I have not tried because never had problem in my region....

  8. #7
    Member
    Join Date
    Jun 2015
    Location
    nowhere
    Posts
    18
    Rep Power
    0

    Default

    I checked the sys.txt in the APK and that entry doesn't exist at all and I commented out the entry in igo_nextgen.ini in data.zip.

    It must be disabled because the speed cameras now show on the map in France, previously, without the entry commented out, the speed cameras did not show on the map in France.
    Last edited by Boki; 15th November 2017 at 08:41 PM. Reason: Removed unnecessary quote

  9. #8
    Important User NextGen Speedcams in France
    NextGen Speedcams in FranceNextGen Speedcams in FranceNextGen Speedcams in FranceNextGen Speedcams in France
    osiris4isis's Avatar
    Join Date
    Apr 2012
    Location
    Darkside of the Moon
    Posts
    2,891
    Rep Power
    1364

    Default

    You did not indicates the full version of proggy you're using. There is only the following in sys.txt that might impact what you're describing, but it wouldn't be selective just to France (since you already said it works in other countries) Post screenshot of what you see in map.
    Spoiler: .

    This post requires you to click the "LIKE this post" button and hit F5 to read this content.
    Do not PM me with questions. That's what a forum is for.

  10. #9
    Member
    Join Date
    Jun 2015
    Location
    nowhere
    Posts
    18
    Rep Power
    0

    Default

    I'm using a fairly old Google Play Version 9.18.27.655384 but have recently tried the latest Israel and BasarSoft versions which didn't solve the problem.

    I've checked all of the settings several times and, as you pointed out, it works in other countries and wouldn't be selective just to France.

    This is a screenshot of Paris showing all of the speedcameras:

    Spoiler: screenshot
    [Only registered and activated users can see links. ]
    Last edited by Boki; 15th November 2017 at 08:42 PM. Reason: GOOD POSTING RULES - READ AND FOLLOW THEM

  11. #10
    Important User NextGen Speedcams in France
    NextGen Speedcams in FranceNextGen Speedcams in FranceNextGen Speedcams in FranceNextGen Speedcams in France
    osiris4isis's Avatar
    Join Date
    Apr 2012
    Location
    Darkside of the Moon
    Posts
    2,891
    Rep Power
    1364

    Default

    Yep, those are definitely speed alerts. Are the alert data from *.txt or *.spc? And that "rare" proggy version you're using is fully cracked?
    Do not PM me with questions. That's what a forum is for.

 

 

Tags for this Thread

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
  •