Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 2 of 19 FirstFirst 123412 ... LastLast
Results 11 to 20 of 184
  1. #11
    Important User

    catymag's Avatar
    Join Date
    Nov 2007
    Location
    light side
    Posts
    15,508
    Rep Power
    5042

    Default

    the only reason I'm a bit lazy ,lol.
    pietu posted in this thread in post 68 a lil application to patch cyclops in one second and I used it, otherwise should patch them in hex one by one.

    original cyclops non patched.rar (1,5 MB)
    [Only registered and activated users can see links. ]

    you can follow BB instructions here to locate Fid Pid etc and change them
    [Only registered and activated users can see links. ]
    l9ebnsm
    You have to navigate to get to the good.

    Galaxy S5 Kitkat 4.4.2 / Nuvi1200->1250 / Nuvi3790T->34xx / Nuvi 2200 / Nuvi 66 / Oregon 600

  2.    Advertissements


  3. #12
    Ballebar
    Guest

    Default Cyclops Safety Cameras - November 03, 2011

    Cyclops Safety Cameras - November 03, 2011


    The new releases of Cyclops Safety Camera with FID/MapID=2496 doesn't work with newer Garmin units. Garmin files with FID/MapID >= 2200 may need the GMA authentication. Avoid the need of GMA authentication by using patched GPI-files. This release will have original files and the ability to create 3 other flavors.
    Now there's also South Africa included.


    Original Cyclops Safety Camera files. November 3, 2011 (latest files but with Cyclops data not updated since Oct 27):
    [Only registered and activated users can see links. ]
    Code:
    Please Login or Register to see the links
    Create matching "*safety_camera_*.unl" files with generated 25-character unlock code. Use JM v1.5 and generate with UnitID or CardID together with FID, PID, RgnID & VenID. Use the values for the set that you prefer.
    My test seems to indicate that the "unl_" series with FID=65535 doesn't need any UNL-files with unlock codes.


    Original files is posted above. Here's the patched sets to avoid GMA authentication problems in newer devices:
    • [Only registered and activated users can see links. ] Uses FID=700 as related to previous pietu releases. Just rename files without the heading "700_" and reuse all previously created UNL-files.
    • [Only registered and activated users can see links. ] Uses FID=900 and PID=9 to be closest match to earlier original Cyclops GPI-files before they changed from 900/9/r/v to 2496/9/r/v. Just rename files without the heading "900_" and reuse all previously created UNL-files.
    • [Only registered and activated users can see links. ] Uses the same FID, PID, RgnID & VenID as unlocked Tour Guides. Seems to work without UNL-files (the obvious goal of course).


    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]


    There's also a "CyclopsPatchSet.rar" attached with some VBScript files. They use ADODB objects to manipulate binary files.
    It's a quick-and-dirty solution but works well during tests.

    Example "PatchGpiUnl.vbs":
    Code:
    Please Login or Register to see the links
    Attached Files Attached Files

  4. #13
    Master
    Join Date
    Oct 2009
    Location
    Europa
    Posts
    75
    Rep Power
    59

    Default

    Hi,
    With my Nuvi 265w the UNL cyclops files work ok without unl locking codes. Great discovery :

  5. #14
    Important User

    catymag's Avatar
    Join Date
    Nov 2007
    Location
    light side
    Posts
    15,508
    Rep Power
    5042

    Default

    They work fine in my devices too, thanks BB for the CyclopsPatchSet
    l9ebnsm
    You have to navigate to get to the good.

    Galaxy S5 Kitkat 4.4.2 / Nuvi1200->1250 / Nuvi3790T->34xx / Nuvi 2200 / Nuvi 66 / Oregon 600

  6. #15
    Ballebar
    Guest

    Default Patching Cyclops GPI-files

    Some extra info about patch technique from [Only registered and activated users can see links. ]

    Patching can be done by using a HexEditor and edit manually. I have hinted how to do that in earlier posts like [Only registered and activated users can see links. ].

    To patch with different FIDs like 700, 900 and 65535 it makes sense to have some application or script to repeat that process. That's why there's some VBScripts attached in post [Only registered and activated users can see links. ]

    The script takes a pre-created binary array from a "patch*.bin" file. VBScripting are not easy to create ByteArrays inside code so it's better to have a predefined file for the values and just copy & paste one file into another with the script.
    Here we take FID=0xFFFF (65535), PID=0xFF (255), RgnID=0xFF (255) & VenID=0x00 (0).
    93364d1320320611 cyclops speedcams garmin up latest unl

    The offset value 0x26 (38) to find the start address 0x2D (0x2D = 0x26 + 0x7) is marked in the picture. Seems like it's 0x26 for most Cyclops files and then this Cyclops file have FID starting at address 0x2D. FID hex-value 0xC0 and 0x09 should be swapped (little endianness) and 0x09C0 gives 2496 in decimal form. We want to overwrite 5 bytes with new values to circumvent the need of GMA and possibly even UNL files.
    93363d1320320485 cyclops speedcams garmin up latest org

    Here's the result after patching.
    93365d1320322068 cyclops speedcams garmin up latest patched
    Attached Images Attached Images
    Last edited by catymag; 10th September 2012 at 12:17 PM. Reason: restored post n links after cleaned thread

  7. #16
    Junior Member
    Join Date
    Oct 2009
    Location
    France
    Posts
    9
    Rep Power
    0

    Default

    Quote Originally Posted by Ballebar View Post
    UNL.rar Uses the same FID, PID, RgnID & VenID as unlocked Tour Guides. Seems to work without UNL-files (the obvious goal of course).
    - Yes, I confirm. On my old nüvi 255wt too, no need to associate an .UNL file to unl_safety_camera_france.gpi
    The Cyclops France POI database is detected properly in Tools/Parameters/System/About

  8. #17
    Banned
    Join Date
    Oct 2009
    Location
    3rd Rock From...
    Posts
    508
    Rep Power
    0

    Default

    Cyclops Safety Cameras Patch Tool
    based on the script ballebar´s Credits to Him
    More Info in post 77

    Copy same folder with Cyclops cams and run
    • 700.rar Uses FID=700 as related to previous pietu releases. Just rename files without the heading "700_" and reuse all previously created UNL-files.
    • 900.rar Uses FID=900 and PID=9 to be closest match to earlier original Cyclops GPI-files. Just rename files without the heading "900_" and reuse all previously created UNL-files.
    • UNL.rar Uses the same FID, PID, RgnID & VenID as unlocked Tour Guides. Seems to work without UNL-files (the obvious goal of course)


    10139325

    file attached
    Attached Files Attached Files

  9. #18
    marcoqc
    Guest

    Talking CyclopsSafetyCamera Tools

    Here is a little C# application (CyclopSafetyCamera Tools v1.0.0.0) that gives you the information of a cyclop gpi file, and can change the FID's or unlock the file.

    [Only registered and activated users can see links. ]

    usage : use the "Load file to open a cyclop gpi file" or just drag and drop the cyclop gpi file on it.

    When using the FID700 / FID900 / Unlock, a new file will be created in the same folder as the original file, and will be named : [original]_fid700.gpi [original]_fid900.gpi [original]_unlock.gpi
    It has been made with the information found on this post, so credit are not for me (or just for having made an exe file :p).

    Here is the link : [Only registered and activated users can see links. ]

    Have fun using it.
    Attached Images Attached Images
    Last edited by marcoqc; 21st November 2011 at 08:28 PM. Reason: changed link for the executable

  10. #19
    Navigation software expert

    Cnfhbr's Avatar
    Join Date
    Jan 2010
    Location
    CIS
    Posts
    1,033
    Rep Power
    507

    Default

    pietu & marcoqc

    Could you modify your Tools so we may patch the locked GPI files not only with the parameters 700,1,0,0 or 900,9,0,0 output, but also with any other values of ​​FID,PID,RgnID,VenID?

    It'll be useful not only for locked Cyclops Safety Cameras files, but also for subsequent unlocking of any GPI files that are locked by means of GPI Creator with FID >= 2200.

  11. #20
    Banned
    Join Date
    Oct 2009
    Location
    3rd Rock From...
    Posts
    508
    Rep Power
    0

    Default

    Quote Originally Posted by Cnfhbr View Post
    pietu & marcoqc

    Could you modify your Tools so we may patch the locked GPI files not only with the parameters 700,1,0,0 or 900,9,0,0 output, but also with any other values of ​​FID,PID,RgnID,VenID?

    It'll be useful not only for locked Cyclops Safety Cameras files, but also for subsequent unlocking of any GPI files that are locked by means of GPI Creator with FID >= 2200.
    I think cyclops comes soon only UnLocked and original, and also i think it is not possible make tool to change FID all gpi file because offset (target bits) not same place in all files

    all gpi files can change manualy anyway....

    FID700 and 900 is also dinosaur way since ballebar unlock idea.....
    Last edited by pietu; 28th November 2011 at 07:24 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
  •