Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 72 of 73 FirstFirst ... 226270717273 LastLast
Results 711 to 720 of 722
  1. #711
    Banned Using TMC in Garmin nuvi for freeUsing TMC in Garmin nuvi for free
    Join Date
    Nov 2010
    Location
    Austria
    Posts
    59
    Rep Power
    0

    Default

    Database for FM Traffic Providers software version 4.70, available to DL Garmin Express

  2.    Advertissements


  3. #712
    Navigation software expert Using TMC in Garmin nuvi for free
    Using TMC in Garmin nuvi for freeUsing TMC in Garmin nuvi for freeUsing TMC in Garmin nuvi for free
    Giomen's Avatar
    Join Date
    Apr 2009
    Location
    Suomi-Russia
    Age
    56
    Posts
    2,155
    Rep Power
    684

    Default

    Spoiler: Direct link
    http://download.garmin.com/gsup/006-D1545-00/4.70/full/rel/3a5a7606-feae-413a-9ea2-3e877d6879b0/TrafficProvider.xml


    Change log:
    Code:
    Please Login or Register to see the links
    Maybe need upgrade to new version 2.60 for GTM70 Traffic Receiver - DAB (Si468x) and Firmware (Si468x)...
    Garmin, how much is 30 pieces of silver for Judas today? Were they worthy for crucifix of GPSPower?

  4. #713
    Junior Member
    Join Date
    Jan 2019
    Location
    Wroclaw
    Posts
    1
    Rep Power
    0

    Default

    Maybe somebody can help me with TMC in Poland.
    I use Garmin Mappilot (instaled in Mercedes car). That equipment is based on Garmin. It has TMC reciver because from few days I receive information (but it is not stable - one day is working and other not, and it is only in my city, when I go outside I don't have signal). I try to find possibility to run it. In attachment photo of file structure on SD card. I have there file TrafficProviders.xml (version 2.5) and it looks the same like v4.7 which I find here (subscriptions codes on the end of that file are exactly the same). In subscriptions (in menu settings I have few providers but not in Poland – but I have Diesta (FI)) You think it is possible to run it and where I shuld start?

    Spoiler: LARGE PIC
    [Only registered and activated users can see links. ]

  5. #714
    Junior Member
    Join Date
    Apr 2018
    Location
    Nowhere and Everywhere
    Posts
    1
    Rep Power
    0

    Default

    Hi I have a small question. I have a GTM 26 traffic receiver and a Garming Nuvi 2555LM. I noticed a small warning on the first post about the possibility of jetmouse subscriptions not working and possibly even causing the GTM 26/36 receiver to no longer work at all. However, reading through the thread there is a bunch of different mentions about 40.bin and 140.bin which confuses me even further.

    Can someone please simplify it for me? Would entering a jetmouse subscription code causes my 2555LM to no longer receive traffic? Does anyone else that have a Nuvi 2555LM and a GTM 26 have any experience in this matter?

    My friend has successfully used jetmouse to get the "Total Traffic Network" on his Garmin Nuvi 255W and I would love to have this subscription on my Nuvi 2555LM as well, but I am unsure if my 2555LM would be able to get this subscription from jetmouse. Any help would be greatly appreciated. Thankyou.

  6. #715
    Junior Member
    Join Date
    May 2019
    Location
    France, Normandy
    Posts
    1
    Rep Power
    0

    Default

    Hi
    Can anybody re-ulpload the file?
    [Only registered and activated users can see links. ]
    I cannot download it. Also, I'm not sure to use it as I have a nuvi 255.
    Cheers
    Last edited by unsermeister; 19th May 2019 at 06:32 PM.

  7. #716
    Important User Using TMC in Garmin nuvi for free
    Using TMC in Garmin nuvi for freeUsing TMC in Garmin nuvi for free
    Butters's Avatar
    Join Date
    Jul 2017
    Location
    CA
    Posts
    1,449
    Rep Power
    1033

    Default

    @unsermeister
    The Jetmouse link in the first post seems to work now.

    Your device has traffic capability. The first 2 screenshots at the top of initial post seem to be of a nuvi 265 using traffic in fact.

  8. #717
    Junior Member
    Join Date
    Mar 2017
    Location
    Australia
    Posts
    4
    Rep Power
    0

    Default

    I don't own a Garmin, but have been doing a lot of research and though I would share.

    Keyword explanation:
    CC = country code (available in TrafficProviders.xml)
    SID = service ID (available in TrafficProviders.xml)
    SVK = service key (number from 0-8 inclusive, 0 means no encryption, 1-8 refer to predefined encryption tables - you can experiment to see what works)
    LTN = location number number (available in TrafficProviders.xml)
    TransmittedLTN = transmitted location table number (usually the same as LTN)

    Calculating values:
    FID = SID | (CC << 8) | (SVK << 12) [bitwise operations]
    PID = LTN
    RgnID = TransmittedLTN
    VenID = 1 (add) or 0 (remove)

    Example: (TMCPro/HERE Germany)
    Note everything here is expressed in decimal.

    <country name="Germany" cc="13" ecc="224" fmTuningGrid="World" dab="DE">
    ......
    <provider>
    <providerName>HERE Traffic (DE)</providerName>
    <providerCopyright>HERE Traffic. Copyright HERE</providerCopyright>
    <pay>true</pay>
    <tuning ltn="1" sid="50"/>
    </provider>

    CC = 13
    SID = 50
    SVK = 1 (can be guessed)
    LTN = 1
    TransmittedLTN = 1 (usually the same as LTN)

    Therefore...
    FID = SID | (CC << 8) | (SVK << 12) = [Only registered and activated users can see links. ] = 7474
    PID = LTN = 1
    RgnID = TransmittedLTN = 1
    VenID = 1

    ....which matches what is on the 1st page.

    What about for a free service with no encryption?
    Same process but use a SVK value of 0.

    Why would LTN (PID) and transmitted LTN (RgnID) be different for a small number of providers? (ie. for France Via-Michelin & V-Traffic)
    A small number of providers do not encrypt their RDS-TMC location data, but instead choose to broadcast a "fake" LTN value (PID) that is not officially recognized by mapping data so a pre-defined mapping must indicate what the real LTN value is (RgnID) - this is also referred to as "conditional access".

    When both the PID and RgnID are the same and encryption is enabled (SVK is not zero), its referred to as "light encryption".
    Last edited by Boki; 30th April 2020 at 06:45 PM. Reason: approved

  9. #718
    Junior Member
    Join Date
    Mar 2017
    Location
    Singapore
    Posts
    3
    Rep Power
    0

    Default

    Hi All,

    I am using a DNX4150BT but the "Traffic->Subscriptions" options seems to be grayed out.
    Through Garmin Express, the TrafficProvider.xml was updated to v4.9 but i can't seem to get any traffic info.

    Is there anything that I should try to get the traffic working?

  10. #719
    iGO Enthusiast Using TMC in Garmin nuvi for free
    Using TMC in Garmin nuvi for freeUsing TMC in Garmin nuvi for freeUsing TMC in Garmin nuvi for freeUsing TMC in Garmin nuvi for freeUsing TMC in Garmin nuvi for freeUsing TMC in Garmin nuvi for freeUsing TMC in Garmin nuvi for free
    Boki's Avatar
    Join Date
    Jun 2014
    Location
    Niš
    Age
    51
    Posts
    6,309
    Rep Power
    4230

    Default

    [Only registered and activated users can see links. ]
    INRIX Traffic with 2 years trial

    Is it a free service in Singapore?
    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.

  11. #720
    Junior Member
    Join Date
    Mar 2017
    Location
    Singapore
    Posts
    3
    Rep Power
    0

    Default

    TMC via FM is supposed to be free but somehow not working for me even after updating the Xml through Garmin Express.

    [Only registered and activated users can see links. ]
    Oh the SG version of our manuals/features mentioned nothing about INRIX though..

    Quote Originally Posted by alicantor View Post
    Did you activate the tools/settings/navigation/avoidance/traffic option ?
    Tried this one too but didn't see any change..

    Quote Originally Posted by greekislandlover View Post
    Hi, I think I give up at this point!

    Pasta 1 went on and it updated. Loaded pasta 2, and it hasn't recognised it has a traffic cable since. Done a hard reset just to see if that helps. No amount of twiddling the cable makes it appear as a traffic module....
    Hi All, To add on, I entered debug mode of the DNX4150BT (6 seconds of long press at the speedometer) and this was also all I saw.
    My trafficprovider.xml is version 4.90 already, so wondering what could be the problem why the traffic is not coming in (SG).

 

 

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
  •