Hi,
Thanks for your quick reply. The SDK
version is 6.010 and the TTN version is 6.010, although the TTN installed is
what the customer bought from the box, not what was supplied with the SDK – I presumed
matching versions would work even if not the one supplied with the SDK – is this
an incorrect presumption to make? If
they had the same version (6.010) but slightly different builds would this
cause the problems of tomtom hanging?
I have been continuing my searching after my post
yesterday. After reading another post (http://forums.pp-p.com/forums/thread/1050.aspx),
I investigated the \TomTom\SdkFileCalls folder and more information is supplied
below in the hope that someone will be able to help me:
Scenario one:
Don’t start TomTom, run my application, execute calls e.g.
TTN.ShowCoordinatesOnMap, tomtom hangs and it creates a TTNCF6.TomTomNavigationServer.3306072566.2.message
file containing “ShowCoordinatesOnMapV01|-544950|5601333|”
and TTNCF6.TomTomNavigationServer.3306072566.2.finished file containing “finish”
in the \TomTom\SdkFileCalls folder on the device.
Scenario two:
Start TomTom, run my application, execute calls e.g. TTN.ShowCoordinatesOnMap, TomTomNavigationServer.TTNCF6.3306072566.2.message
contains “-4|”. The Device is out of GPS
signal range so sits at ‘waiting for a valid GPS signal’ screen – fair enough. If I delete all the files in the SdkFileCalls
folder first then run this test again no more files are created.
Scenario three:
Delete any SDKFileCalls files, Start TomTom let it get a GPS signal, run my
application, execute calls e.g. TTN.ShowCoordinatesOnMap, TomTom activates but
doesn’t actually Show Coordinates On Map – it just stays on the position it’s
on even though the coordinates it should show are 469 miles
away from it’s current position!
http://forums.pp-p.com/forums/thread/1050.aspx
mentions Windows Mobile 6 and checking whether tomtom is running before every
call and that is what I do – a call is made to TTN.IsApplicationRunning before
proceeding to another call e.g. TTN.ShowCoordinatesOnMap.
Tom Tom’s official response is that they don’t support tomtom navigator on the
HTC P6500 device/Windows Mobile 6 so therefore the SDK is unsupported. However, I can’t believe that is the root of
the problem – does anyone have any ideas?
Thanks,