Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 40

Hybrid View

  1. #1
    Member
    Join Date
    Jun 2015
    Location
    nowhere
    Posts
    28
    Rep Power
    12

    Default

    Quote Originally Posted by osiris4isis View Post
    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?
    From SCDB *.txt And presumably fully cracked, originally downloaded from GPS Power, but now I can't find the original post.
    Last edited by linknet; 16th November 2017 at 01:40 PM.

  2.    Advertissements


  3. #2
    gsowner
    Guest

    Default

    I have the problem i cannot see the speedcam settings, i see them if igo is new installed and gps is off. After gps is On i see the settings no more?
    I tried all what is subscribed here but nothing helps, somewhere must be a setting for blocking speedcam settings by gps location?
    I drive in Switzerland.

  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,877
    Rep Power
    1384

    Default

    No need to get it. Alert data is not protected if from *.txt so it should work. I'm currently perplexed about the problem. It seems to be very discriminating (only for France) and half-and-half (shown on map but doesn't activate) It's not a skin problem (you said none was used)
    Ok, do this test, see if France .spc works (you might have to restore the hva settings) If "dangerous zone" alert works from .spc then it's proggy problem.
    Do not PM me with questions. That's what a forum is for.

  5. #4
    Member
    Join Date
    Jun 2015
    Location
    nowhere
    Posts
    28
    Rep Power
    12

    Default

    Restored all of the HVA code that I had modified in the last few days in an attempt to get the speed camera warnings in France working.

    Commented out this entry in igo_nextgen.ini in data.zip:

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

    Also included the following entries in sys.txt:

    [hva]
    hva_countries=""

    [warning.hva]
    dangerous_zone_enabled=0
    dangerous_zone_warn_type=0

    Success !!! Using a GPS simulator, since I'm not in France at the moment, all of the speed cameras are now giving both audible and visual warnings whilst approaching.

    This result will need to be confirmed when I go back to France with actual GPS data rather than simulated GPS data, although I feel sure that it will be.

    Many thanks for all of the input and assistance.
    Last edited by linknet; 18th November 2017 at 11:26 AM.

  6. #5
    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,877
    Rep Power
    1384

    Default

    Quote Originally Posted by linknet View Post
    Success !!! Using a GPS simulator, since I'm not in France at the moment, all of the speed cameras are now giving both audible and visual warnings whilst approaching.
    I assumed you used external GPS simulator since proggy simulator will not activate any speedcam alerts. Only real driving will.
    What was the problem? BTW, I don't think hva has anything to do with *.txt, so you can remove those entries in sys.txt
    Last edited by osiris4isis; 18th November 2017 at 08:19 PM.
    Do not PM me with questions. That's what a forum is for.

  7. #6
    Member
    Join Date
    Jun 2015
    Location
    nowhere
    Posts
    28
    Rep Power
    12

    Default

    Used Android App "Mock Simulator" to simulate the routes. With hva disabled alerts work fine, with hva enabled no alerts at all. Tested this several times with hva both disabled and then enabled.

    In any case there is no way that I want hva warnings, just another annoying feature dreamt up by the French Government.


    Edit: See following post for more details.
    Last edited by Boki; 19th November 2017 at 11:07 AM. Reason: Removed unnecessary quote

  8. #7
    Member
    Join Date
    Jun 2015
    Location
    nowhere
    Posts
    28
    Rep Power
    12

    Default

    Quote Originally Posted by osiris4isis View Post
    BTW, I don't think hva has anything to do with...
    When enabled, and in France, the HVA setting replaces the "Speed Camera Types" menu option with the "Dangerous Zone" option as can be seen from the screenshots. Of course this is only a menu option, but with the test results I have obtained the program must also be using the HVA setting to enable dangerous zones and disable speed camera warnings irrespective of the [speedcam.disabled_countries] setting.


    Spoiler: There is a definite difference between the result with this modification of Speedcam.zip:
    sc_IsInHVACountry(pos) = function()
    local hva_countries = sc_GetSysEntry("hva", "hva_countries", "")

    Spoiler: And the result of disabling HVA by using this entry in sys.txt which appears to be used by the program itself:
    [hva]
    hva_countries=""

    Only by disabling HVA by the second method in sys.txt do I get audible and visual speed camera warnings in France.



    This is with HVA disabled in France showing the normal 'Speed Camera Types' menu option:
    Spoiler: screenshot
    [Only registered and activated users can see links. ]


    This is with HVA enabled in France showing the substituted 'Dangerous Zone' menu option:
    Spoiler: screenshot
    [Only registered and activated users can see links. ]
    Last edited by linknet; 19th November 2017 at 03:56 PM.

  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,877
    Rep Power
    1384

    Default

    Quote Originally Posted by linknet View Post
    When enabled, and in France, the HVA setting replaces the "Speed Camera Types" menu option with the "Dangerous Zone" option as can be seen from the screenshots. Of course this is only a menu option, but with the test results I have obtained the program must also be using the HVA setting to enable dangerous zones and disable speed camera warnings irrespective of the [speedcam.disabled_countries] setting...
    HVA is just an alert type of "Dangerous Zone", which when enabled AND there are data in *.txt or *.spc will show and triggered that alert type.
    But I find it odd that your proggy showed Speed Camera alerts but doesn't triggered it; so I look at source code and it would seem the triggering mechanism is "provided" differently for Speedcam vs HVA. Furthermore, the triggering is not coupled with the displaying of the alerts. This is why you get a "half-and-half" situation.
    Do not PM me with questions. That's what a forum is for.

  10. #9
    Member
    Join Date
    Jun 2017
    Location
    uk
    Posts
    11
    Rep Power
    0

    Default

    I had the same problem, and after much head scratching and coffee this is the fix I found. Bear in mind I am new to Android so still learning.

    The version of iGO I use is the July17 one originally on my motorcycle gps which is a mini tablet running KitKat 4.4.2. I also have Arami's default skin, which for my ageing eyesight is great for the big speedo.

    Before installing I built up iGo on the desktop of my PC, ie put all the maps and everything else I wanted in the appropriate places as per the instructions.

    The system text file was then copied to the desktop and the one in iGO deleted.

    Now delete the lines About speedcams not working in France and Switzerland and save. (I saved it to 'my documents).

    Copy the saved System text file back into iGO.

    Now copy the whole folder into whatever you are using to view iGO and install it using the 'No make sys apk'.

    Hey presto, everything works.

    Since first doing this I have iGO running on an Android 5.1 phone installed from the sd card with no problems and am about to try it on a head unit for the car running Android 6.0.
    I have to spend my pension on something!.

    Hope this is some help.

  11. #10
    Member
    Join Date
    Jun 2015
    Location
    nowhere
    Posts
    28
    Rep Power
    12

    Default

    Quote Originally Posted by Hayrick View Post
    The version of iGO I use is the July17 one
    Is this iGO Primo or iGO Nextgen ?


    Quote Originally Posted by Hayrick View Post
    Hey presto, everything works.
    Have you actually tried this whilst in France and did you get speed camera warnings ?
    Last edited by linknet; 18th November 2017 at 12:01 PM.

 

 

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
  •