iGO primo 2.0 tmc help   

iGO primo 2.0 tmc help

Postby mihu15 » Thu Oct 25, 2012 5:13 pm

I need help with my tmc receiver. My device is Mio Spirit 689 deluxe and my friend install for me iGO and I would like set up tmc, I know he wrote in sys file direction from mio but primo dont want to get this work. In primo I can turn on and off but is not search frequency.

Please help
mihu15 offline


Junior Member



 
Joined: Sat Aug 14, 2010 12:21 pm
Posts: 22
Has thanked: 1 time
Been thanked: 1 time

Postby Fatboyfun » Thu Oct 25, 2012 5:57 pm

Post the contents of the sys.txt...
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 408 times

Postby mihu15 » Thu Oct 25, 2012 6:16 pm

[interface]
show_exit=1

[gps]
port=2
baud=57600
source = "nmea"

[navigation]
show_current_city=1

[camera]
overview_zoom3d="70"
overview_angle="80"

[roundaboutcam]
enabled=0
centery=20

[tmc]
saved_config_available="1"
saved_config_classname="NMEA_GPSTMC_GNSPORT"
saved_config_port="1"
saved_config_portname="COM"
auto_tuning="1"
show_all_provider_list=1
auto_band_search_up="1"
source="gnsport"
version=-1
enable_igo_provider=1
tuner_alg_search_force_on=1
internal_tmc_name="gnsport"
port_read_timeout=8000
port="COM,1"
baud=14400
tuner_alg_search_force_on=1
tuner_alg_search_timeout=10000
tuneralg_rds_packet_timeout=1500
tuneralg_8a_packet_timeout=5500
tuneralg_3a_packet_timeout=20000
ignore_suspend=1
ignore_resume=0

[sound]
os_volume=255
csv_voice_enabled=1
voice_volume=255
queue_length=200
mute_os_key=1

[timezone]
use_auto=1



Thanks
mihu15 offline


Junior Member



 
Joined: Sat Aug 14, 2010 12:21 pm
Posts: 22
Has thanked: 1 time
Been thanked: 1 time

Postby mihu15 » Thu Oct 25, 2012 6:30 pm

And here is device settings from Mio
\Program Files\Navman\SmartST_CE\UserData\device_settings.ini


tmc port open=true
tmc port=COM1
tmc baud rate=14400
tmc duplex mode=true
tmc gns module=false
tmc command timeout=100
tmc command retry=3
mihu15 offline


Junior Member



 
Joined: Sat Aug 14, 2010 12:21 pm
Posts: 22
Has thanked: 1 time
Been thanked: 1 time

Postby Fatboyfun » Thu Oct 25, 2012 6:46 pm

Make a copy of the sys.txt AND the save folder from your device onto your PC.

Delete the save folder from your device. (This "factory resets" primo)

Remove the entire tmc section from the sys.txt and replace it with the following...

[tmc]
show_tmc=1
port="COM,1"
baud=14400
source="gns"

Restart Primo and try again...
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 408 times

Postby mihu15 » Thu Oct 25, 2012 7:18 pm

Now not showing tmc
mihu15 offline


Junior Member



 
Joined: Sat Aug 14, 2010 12:21 pm
Posts: 22
Has thanked: 1 time
Been thanked: 1 time

Postby mihu15 » Thu Oct 25, 2012 8:10 pm

do I need any dll files?

I have in device:
atmc_ce.dll
tmcgps.dll
AVQTMC.dll
gpstmc.dll

gpstmc.pil
mihu15 offline


Junior Member



 
Joined: Sat Aug 14, 2010 12:21 pm
Posts: 22
Has thanked: 1 time
Been thanked: 1 time

Postby Fatboyfun » Thu Oct 25, 2012 9:26 pm

Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 408 times

Postby JohannesJ » Fri Oct 26, 2012 6:41 am

The entries in sys.txt are correct, but more actions are required te activate TMC on Mio Moves.

Pls try following:
1. Set the registry value HKLM", "Drivers\BuiltIn\SW_TMC", "Protocol" to 1
Probably you start up with a MortScript. If so add following to the startup script, else use registry editor to set parameter.
Notify = RegRead("HKLM", "Drivers\BuiltIn\SW_TMC", "Protocol" )
If ( Notify = 0)
RegWriteDWord("HKLM", "\Drivers\BuiltIn\SW_TMC", "Protocol", 00000001)
EndIf
2. Use a Dimka skin e.g. diMkaWA_P156.zip to make TMC setting possible.

Above works fine on mij moov V735.
JohannesJ offline


Junior Member



 
Joined: Sat Mar 26, 2011 7:23 pm
Posts: 48
Has thanked: 0 time
Been thanked: 2 times

Postby Fatboyfun » Fri Oct 26, 2012 7:08 am

mihu15 wrote:My device is Mio Spirit 689 deluxe


Generally Moovs require the registry edit, Spirits don't, although there are exceptions...

If you need to use the registry edit, then you add the instructions to the startup script, which on my recommended unlock is Autorun.mscr
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 408 times

Postby JohannesJ » Fri Oct 26, 2012 9:59 am

Is noticed that, but because my device is Mio Moov Spirit V735 TV, I assumed that this registry edit might also apply to the unit in question.
JohannesJ offline


Junior Member



 
Joined: Sat Mar 26, 2011 7:23 pm
Posts: 48
Has thanked: 0 time
Been thanked: 2 times

Postby Fatboyfun » Fri Oct 26, 2012 10:26 am

It's always worth a try, and would have been my next suggestion but you beat me to it :D
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 408 times

Postby mihu15 » Fri Oct 26, 2012 5:32 pm

ok as I would like to try the option which JohannesJ post but how do I can apply dimka and how to get registry open.

thanks
mihu15 offline


Junior Member



 
Joined: Sat Aug 14, 2010 12:21 pm
Posts: 22
Has thanked: 1 time
Been thanked: 1 time

Postby mihu15 » Fri Oct 26, 2012 5:42 pm

Maybe this will help You guys to give an idea how to set up.

When I use Mio map on short distance tmc not receive anything but when I go long way it shows. I don know how to turn it on all time.

Thanks for helping me in this.
mihu15 offline


Junior Member



 
Joined: Sat Aug 14, 2010 12:21 pm
Posts: 22
Has thanked: 1 time
Been thanked: 1 time

Postby JohannesJ » Fri Oct 26, 2012 6:03 pm

The dimka skin is placed in folder content/skin. Via More-->Adjustment->etc. one can select the skin (as I use a Dutch skin) I do not know the correct English names.
How to reach the register?
Probably your Mio starts via a kind of script (unlocker). May be by a modified Program Files/Navman/appstartupsec.ini.
In that file the start scripts are activated. Mostly all kind of extra programs are included in such unlockers, such as keyboard, regedit etc.
I do not know your Mio and do not know which unlocker you use. One thing is sure , the start up sequence must have been changed in order to start e.g. Primo
JohannesJ offline


Junior Member



 
Joined: Sat Mar 26, 2011 7:23 pm
Posts: 48
Has thanked: 0 time
Been thanked: 2 times

Next

Return to General Discussions about iGO core

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 7 guests