Quote:
Originally Posted by j3bnl
Tino you have a NavMan satnav don't you?
How did you change the default picture on power up?
|
Quite easy. .. but if you do it I accept no responsibility if you cock it up
You'll need to hook up you Navman to a PC through the USB connector.
The Navman will appear as two mass storage drives - in my case E: and F:
One of the drives is accessible - in my case E: - and you can browse to the folder called:
E:\Program Files\Navman\SmartST_CE\UI
In this folder are two files called
splash.png and
maploading.png which are the two images to be changed.
I have the NAVMAN S30, and the images are 320 x 240 in size. If you have a Navman S50 I think they will be bigger. In any case you need to create two new files of the same size and type but with the images you want to appear. I called my files
500splash.png and
500maploading.png. You'll need to leave a space in the bottom left hand corner of the image where the bargraph appears when loading. I also changed my bargraphs, but you don't have to.
There is another file called
splash_image.xml in the following folder
E:\Program Files\Navman\SmartST_CE\Data
And in it you will see the reference to the files mentioned above. Edit the file in notepad and just change the names of the two respective files to suit the names you have called your new image files.
Like so:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<resources>
<resource name="splash_screen" class="image" transparent="true" src="ui\
500splash.png" />
<resource name="map_loading" class="image" transparent="true" src="ui\
500maploading.png" />
<resource name="loading_progress" class="image" transparent="true" src="ui\loadingprogress.png" />
<resource name="loading_progress_bg" class="image" transparent="true" src="ui\mysplash\loadingprogress_bg.png" />
</resources>
That's it!