Sun May 19, 2019 4:56 pm
unsermeister wrote:Hi everyone.
Can anybody please re-upload the files please?
Cheers
Mon May 20, 2019 9:55 am
Mon May 20, 2019 11:10 am
Mon May 20, 2019 7:59 pm
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
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
Wed May 22, 2019 1:35 pm
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
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?
Sat May 25, 2019 10:15 am
https://www105.zippyshare.com/v/4Bb5IMAv/file.html
https://gofile.io/?c=2lheOD
https://anonfile.com/D0ncs7udne/mctx_dat
Thu Jun 06, 2019 9:05 am
Tue Jun 11, 2019 10:43 am
Sat Jun 29, 2019 6:19 am
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?
Mon Jul 01, 2019 10:25 am
Mon Jul 01, 2019 1:44 pm
Tue Jul 02, 2019 10:43 am