RDS/TMC decrypted   

Re: RDS/TMC decrypted

Postby holyhead » Sun May 19, 2019 4:56 pm

unsermeister wrote:Hi everyone.
Can anybody please re-upload the files please?
Cheers

Start reading the post from from 18 May 2019 and you find them :focus:
holyhead offline


V.I.P Member



 
Joined: Tue Jan 26, 2010 11:30 am
Posts: 2078
Has thanked: 50 times
Been thanked: 478 times

Re: RDS/TMC decrypted

Postby Žilina » Mon May 20, 2019 9:55 am

Humm... I've not been having much luck with changing the mctx.dat file.
Can anyone upload the uk_trafficmaster.dat file as Classic FM reception in my region is abysmal.
I know a few have worked out the structure of the mctx.dat, can it be manually edited so you can compile your own?
Žilina offline


User avatar Junior Member



 
Joined: Wed May 19, 2010 9:34 pm
Posts: 26
Has thanked: 4 times
Been thanked: 3 times

Re: RDS/TMC decrypted

Postby Otofoto » Mon May 20, 2019 11:10 am

Is there a location table for Latvia(951) available?
Otofoto offline


Junior Member



 
Joined: Mon May 06, 2019 7:51 pm
Posts: 2
Has thanked: 0 time
Been thanked: 0 time

Re: RDS/TMC decrypted

Postby Gibor » Mon May 20, 2019 7:59 pm

Hi, I am newbie on file mctx.dat, but have applied the brute force to extract information of encoding, and the final file encrypted.
There my step
file mctx.dat
mctx.dat: Non-ISO extended-ASCII text, with CR line terminators
1)script
iconv --list | sed 's/\/\/$//' | sort > encodings.list
for a in `cat encodings.list`; do
printf "$a "
iconv -f $a -t UTF-8 mctx.dat > /dev/null 2>&1 \
&& echo "$a" >> success.txt || echo "$a" >> fail.txt
done | tee result.txt

execute first script and get type of encoding (success.txt)
2)script
for a in `cat success.txt`; do
printf "$a "
iconv -f $a -t UTF-8 mctx.dat >> folder/$a \
&& echo "$a" >> success.txt || echo "$a" >> fail.txt
done | tee result.txt

execute second script and get all the content of mctx.dat on folder (559 file)

for reverse (recompile) change the command iconv option on preview script.
Gibor offline


Junior Member



 
Joined: Mon Apr 09, 2018 9:16 am
Posts: 2
Has thanked: 2 times
Been thanked: 1 time

Re: RDS/TMC decrypted

Postby Žilina » Wed May 22, 2019 1:35 pm

Okay... I'm getting nowhere fast :(
I'm still looking for a comprehensive mctx.dat that cover as many RDS-TMC data providers as possible of includes support for Trafficmaster in the UK.
Žilina offline


User avatar Junior Member



 
Joined: Wed May 19, 2010 9:34 pm
Posts: 26
Has thanked: 4 times
Been thanked: 3 times

Re: RDS/TMC decrypted

Postby roflmonster » Wed May 22, 2019 2:10 pm

holyhead wrote:
Žilina wrote:I have both RDS-TMC options 1 and 2 available... neither work as receiving Classic FM in the UK is very sketchy.
On my old GO 910 I changed the mctx.dat from 22220 to 11110 (the Trafficmaster network I believe) and it made a massive improvement to the RDS-TMC in the UK and across Europe... it was very useable.
I was hoping I could do something similar on the 940 to improve the RDS-TMC as I get bugger all at them moment.
I would prefer to use the USB 4V00.014 option on my 940 as the antenna on the RDS-TMC active mount is tiny and I have a heated front windscreen.
The connection to the GO 910 was a far more elegant and thought out solution.
P.S. I don't want a Live subscription as I can get detailed traffic information from Google Maps should I need it.


Give them a try
[Please Register or Login to download file]

I don,t expect that you can stil get a a Live subscription


I decrypted the mctx.dat files in that collection and have categorised them below:

mctx_44Kb-1:
  • France (ViaMichelin)
  • UK (INRIX, previously ITIS)
  • Finland (Destia)
  • Italy (Infoblu)
  • Germany (TMCPro)
  • Australia (Intelematics/SUNA - New South Wales, Sydney)
  • Australia (Intelematics/SUNA - Victoria, (Urban & Rural)
  • Australia (Intelematics/SUNA - Brisbane, Queensland)

mctx_44Kb-2:
  • UK (INRIX, previously ITIS)
  • Finland (Destia)
  • Italy (Infoblu)
  • Australia (Intelematics/SUNA - New South Wales, Sydney)
  • Australia (Intelematics/SUNA - Victoria, (Urban & Rural)
  • Australia (Intelematics/SUNA - Brisbane, Queensland)
  • Norway (Destia)

mctx_52kb:
  • France (ViaMichelin)
  • UK (INRIX, previously ITIS)
  • Finland (Destia)
  • Italy (Infoblu)
  • Germany (TMCPro)
  • Australia (Intelematics/SUNA - New South Wales, Sydney)
  • Australia (Intelematics/SUNA - Victoria, (Urban & Rural)
  • Australia (Intelematics/SUNA - Brisbane, Queensland)
  • Norway (Destia)

mctx_228kb:
  • France (ViaMichelin)
  • UK (INRIX, previously ITIS)
  • Finland (Destia)
  • Italy (Infoblu)
  • Australia (Intelematics/SUNA - New South Wales, Sydney)
  • Australia (Intelematics/SUNA - Victoria, (Urban & Rural)
  • Australia (Intelematics/SUNA - Brisbane, Queensland)
  • Hungary (TrafficNav)
  • USA/Canada (Clear Channel)

mctx_236kb:
  • France (ViaMichelin)
  • UK (INRIX, previously ITIS)
  • Finland (Destia)
  • Italy (Infoblu)
  • Germany (TMCPro)
  • Australia (Intelematics/SUNA - New South Wales, Sydney)
  • Australia (Intelematics/SUNA - Victoria, (Urban & Rural)
  • Australia (Intelematics/SUNA - Brisbane, Queensland)
  • Hungary (TrafficNav)
  • USA/Canada (Clear Channel)
Last edited by roflmonster on Wed May 22, 2019 3:10 pm, edited 3 times in total.
roflmonster offline


Junior Member



 
Joined: Fri Dec 20, 2013 11:44 am
Posts: 7
Has thanked: 0 time
Been thanked: 9 times

Re: RDS/TMC decrypted

Postby roflmonster » Wed May 22, 2019 2:39 pm

Žilina wrote:Humm... I've not been having much luck with changing the mctx.dat file.
Can anyone upload the uk_trafficmaster.dat file as Classic FM reception in my region is abysmal.
I know a few have worked out the structure of the mctx.dat, can it be manually edited so you can compile your own?


Yes but when 2 or more providers are available in the same area (ie. Trafficmaster and ITIS/INRIX in the UK) and you have both in the same mctx.dat file, the receiver will simply pick the service associated with the first radio frequency it can tune to (ie. the lowest FM frequency in most cases).
roflmonster offline


Junior Member



 
Joined: Fri Dec 20, 2013 11:44 am
Posts: 7
Has thanked: 0 time
Been thanked: 9 times

Re: RDS/TMC decrypted

Postby roflmonster » Sat May 25, 2019 10:15 am

Hi again, apologies for the triple post but I've created a "master" mctx.dat which will enable all the known services that are natively supported by TomTom devices. In countries where there are more than 1 provider, the first FM station (and associated traffic service) that the navigation unit can tune into is selected.

Enabled RDS-TMC providers:
  • Australia - HERE Traffic [VIC, ACT, NSW, QLD, SA, WA, TAS, NT]
  • Australia - Intelematics (SUNA) [VIC, ACT, NSW, QLD, SA, WA, TAS, NT]
  • Belgium - Be-Mobile
  • Canada - Total Traffic & Weather Network (iHeartRadio, formerly Clear Channel)
  • Croatia - TrafficNav
  • Finland - MediaMobile (V-Traffic), previously Destia
  • France - MediaMobile (V-Traffic)
  • France - ViaMichelin
  • Germany - HERE Traffic (DE), previously TMCPro
  • Hungary - TrafficNav
  • Ireland - TrafficNav
  • Italy - Infoblu
  • Luxembourg - Be-Mobile
  • Mexico - Total Traffic & Weather Network (iHeartRadio, formerly Clear Channel)
  • Netherlands - ANWB
  • Netherlands - Be-Mobile
  • Norway - MediaMobile (V-Traffic), previously Destia
  • Poland - MediaMobile (V-Traffic), previously Destia
  • Portugal - TrafficNav
  • Puerto Rico - Total Traffic & Weather Network (iHeartRadio, formerly Clear Channel)
  • Romania - TrafficNav
  • Slovenia - TrafficNav
  • South Africa - Altech Netstar
  • Sweden - MediaMobile (V-Traffic), previously Destia
  • UK - INRIX, previously ITIS
  • UK - TrafficMaster
  • USA - Total Traffic & Weather Network (iHeartRadio, formerly Clear Channel)

EDIT - 7th June 2019 - Added support for HERE Traffic in Australia with the correct decryption key - the one supplied by poshea/deadbeef is incorrect.

Download/Mirrors:
Code: Select all
https://www105.zippyshare.com/v/4Bb5IMAv/file.html
https://gofile.io/?c=2lheOD
https://anonfile.com/D0ncs7udne/mctx_dat
Last edited by roflmonster on Fri Jun 07, 2019 9:02 am, edited 1 time in total.
roflmonster offline


Junior Member



 
Joined: Fri Dec 20, 2013 11:44 am
Posts: 7
Has thanked: 0 time
Been thanked: 9 times

Re: RDS/TMC decrypted

Postby Žilina » Thu Jun 06, 2019 9:05 am

roflmonster... you're a star!
Using your super mctx.dat file my TomTom connected to a TrafficMaster enabled radio station in minutes.
Can't wait to try it out on my next drive across Europe.
Thank you so much :)
Žilina offline


User avatar Junior Member



 
Joined: Wed May 19, 2010 9:34 pm
Posts: 26
Has thanked: 4 times
Been thanked: 3 times

Re: RDS/TMC decrypted

Postby Žilina » Tue Jun 11, 2019 10:43 am

Your work is very much appreciated, but I'm a little confused... how come the new file (7th June 2019) with the additional/corrected Australia TMC provider is half the size of the previous mctx.dat file?
Žilina offline


User avatar Junior Member



 
Joined: Wed May 19, 2010 9:34 pm
Posts: 26
Has thanked: 4 times
Been thanked: 3 times

Re: RDS/TMC decrypted

Postby marcinmaxi » Sat Jun 29, 2019 6:19 am

link to collection:
[Please Register or Login to download file]
[Please Register or Login to download file]
please reupload
marcinmaxi offline


Junior Member



 
Joined: Thu Apr 25, 2019 7:40 pm
Posts: 1
Has thanked: 0 time
Been thanked: 0 time

Re: RDS/TMC decrypted

Postby roflmonster » Sun Jun 30, 2019 10:57 am

Žilina wrote:Your work is very much appreciated, but I'm a little confused... how come the new file (7th June 2019) with the additional/corrected Australia TMC provider is half the size of the previous mctx.dat file?


There were some incorrect/redundant services enabled for US/Canada which I was able to better fine-tune with the help of some external sources and cut down the file size.
roflmonster offline


Junior Member



 
Joined: Fri Dec 20, 2013 11:44 am
Posts: 7
Has thanked: 0 time
Been thanked: 9 times

Re: RDS/TMC decrypted

Postby Žilina » Mon Jul 01, 2019 10:25 am

Great... that explains that mystery :lol:
The first comprehensive mctx.dat file you created has been working perfectly... the RDS-TMC on my 940 locks on almost immediately and stay connected.
Before using your file it never connected as the reception from ClassicFM station in the UK is useless pretty much everywhere.
Once again, thank you for taking the time and making this available to us all :023:
Žilina offline


User avatar Junior Member



 
Joined: Wed May 19, 2010 9:34 pm
Posts: 26
Has thanked: 4 times
Been thanked: 3 times

Re: RDS/TMC decrypted

Postby D_Saint » Mon Jul 01, 2019 1:44 pm

Hello.

So you simply change the file on SD card (Tomtom carminat 8.843 "prepared" and with no wekk rollover bug) and that's it!
If that is so, you are a genius. Million thanks, i will try on my Renault Megane 3 and then let you know how it works on Portugal.
Do you know what radios / freq. that are transmitting?
Thak you again.
Last edited by D_Saint on Tue Jul 02, 2019 11:13 am, edited 1 time in total.
D_Saint offline


Junior Member



 
Joined: Tue Jun 07, 2011 10:56 pm
Posts: 13
Has thanked: 2 times
Been thanked: 1 time

Re: RDS/TMC decrypted

Postby D_Saint » Tue Jul 02, 2019 10:43 am

Sorry, did not read all post.

Tryied on Carminat 8.843 and did not work. So i read that the file has to be on TX02 file format of mctx.dat ... how can this be done and what should I do?
I would be forever thankful for any help...
Regards.
D_Saint offline


Junior Member



 
Joined: Tue Jun 07, 2011 10:56 pm
Posts: 13
Has thanked: 2 times
Been thanked: 1 time

PreviousNext

Return to General Discussions about TomTom

Who is online

Users browsing this forum: No registered users and 3 guests