Home | Forum
 |
 | | Miomap 3.2 PNA (18 Jan 2007 Build) |
|
 |
Posted: Sun Feb 04, 2007 1:59 am |
|
|
| admin |
| Site Admin |
 |
| |
| Joined: 24 Jul 2006 |
| Posts: 334 |
| Location: Ireland |
|
|
 |
 |
 |
|
Miomap's directory structure video
To use the 18-Jan-2007 build of Miomap 3.2 PNA , you'll need to make a few alterations to the existing sys.txt file in the [Miomap] folder. In this build, GPS settings have to be added via the sys.txt file rather than within the application itself, plus there's a slight change in the [interface] code too.
Replace the text in sys.txt with this code (iCN520):
| Code: |
[debug]
smart_2d=1
slowsim=1
loop_sim=1
[interface]
mio=1
landscape=0
portrait=1
width=320
height=240
base="ui_mio/"
basel="ui_mio/"
[gps]
protocol="NMEA"
com_port=2
com_port_speed=4800
[speedcam]
usemio=-12,90,37,27
|
These settings work with GAPIforHPC v3.09 on an iCN520. You may have to alter them slightly if you're using a different Navman device, or GAPI version. To use gapiforhpc with Miomap you'll have to delete the native gx.dll file in the Miomap folder. |
|
Last edited by admin on Sun Jun 17, 2007 10:25 pm; edited 10 times in total |
|
|
|
 |
 | | Settings required for ICN530 a little different |
|
 |
Posted: Mon Feb 05, 2007 7:26 am |
|
|
| dmart123 |
| Site Admin |
 |
| |
| Joined: 14 Nov 2006 |
| Posts: 396 |
|
|
|
 |
 |
 |
|
This combination works with supplied GX.dll
[interface]
mio=1
landscape=1
portrait=0
width=240
height=320
base="ui_mio/"
basel="ui_mio/"
This combination works with GAPI's GX.dll
[interface]
mio=1
landscape=0
width=320
height=240
base="ui_mio/"
basel="ui_mio/"
Other settings as per admin's post. |
|
|
|
|
 |
 | | How to add Navman support to Miomap |
|
 |
Posted: Tue Apr 17, 2007 12:03 am |
|
|
| admin |
| Site Admin |
 |
| |
| Joined: 24 Jul 2006 |
| Posts: 334 |
| Location: Ireland |
|
|
 |
 |
 |
|
Here's a way to add Navman support to Miomap 3.2 and maybe future versions. This method is very similar to the recent iGO My Way Plus installation posted elsewhere on this site. It does however use a different data.zip file so be sure to use this one only with Miomap. You can now use the gx.dll file supplied with Miomap on all Navman devices, instead of GAPIforHPC's.
1) Create a folder called [skin] in the main [Miomap] folder.
2) Add this small data.zip file to the newly created [skin] folder.
3) Alter sys.txt in [Miomap] to this:
| Code: | [device]
type="NAVMAN"
[debug]
smart_2d=1
slowsim=1
loop_sim=1
[interface]
mio=1
landscape=0
width=320
height=240
base="ui_mio/"
basel="ui_mio/"
[speedcam]
usemio=-12,90,37,27
;enable_at_startup=1
disable="_SUI", "_GER" |
If you followed that correctly you'll now have two data.zip files.
1) The original data.zip file that came with Miomap will be in the main [Miomap] folder
2) My small data.zip file (Navman support) will be in the [Miomap\skin] sub-folder
With this method there is no longer a need to add GPS settings in the sys.txt file, and the Navman's hardware zoom + - keys will now function properly. If you decide to use Miomap's own gx.dll file, be sure that the aaashell.dll file is included in the Miomap folder.
Note: I've tested this on the March 2007 build but I'm sure it will also work on the Jan 2007 build. If type="Navman" does not work try type="Navman2" instead. |
|
Last edited by admin on Sun Jun 10, 2007 8:54 pm; edited 1 time in total |
|
|
|
Posted: Sun Apr 22, 2007 5:38 pm |
|
|
| meph8 |
| Member |
|
| |
| Joined: 17 Apr 2007 |
| Posts: 5 |
|
|
|
 |
 |
 |
|
Hi
Nice site.
one question.
why do you have this line?
;enable_at_startup=1
Does it mean that speedcams warnings are disabled? |
|
|
|
|
 |
|
 |
Posted: Sun Apr 22, 2007 8:44 pm |
|
|
| JamButty |
| Admin |
 |
| |
| Joined: 18 Sep 2006 |
| Posts: 108 |
|
|
|
 |
 |
 |
|
The ; (semi-colon) sign infront of a script command means that that command is ignored (which is different from saying the command is disabled). You could delete the line altogther and it'll have the same affect. Some of the commands in sys.txt don't work as you might imagine, and as such it can be rather difficult finding the best installation procedure for the Navman. What works for one build of Miomap might not work on another. The interface commands are one such problem area, where slight alterations are needed between the Navman devices to get Miomap working in landscape mode.
Because there's a POI bug with the Germany and Switzerland maps in the latest Miomap build, the line: | Code: | | disable="_SUI", "_GER" | was added to disable POI (speed cams) for these countries. POIs (speed cams) for other maps should work ok.
Like most GPS applications, Miomap has its fair share of bugs. If these sys.txt settings don't work for you, then feel free to play around with the sys.txt file on your own. If you find an interesting command or option let us know about it. |
|
|
|
|
 |
|
 |
Posted: Sun Apr 22, 2007 10:53 pm |
|
|
| meph8 |
| Member |
|
| |
| Joined: 17 Apr 2007 |
| Posts: 5 |
|
|
|
 |
 |
 |
|
I see.
Well, I deleted just the semicolon.
Otherwise my speedcams would not show.
So I have
enable_at_startup=1
And it works for me.  |
|
|
|
|
Posted: Sun Jun 03, 2007 7:28 am |
|
|
| er1cc |
| Member |
|
| |
| Joined: 28 Dec 2006 |
| Posts: 12 |
|
|
|
 |
 |
 |
|
What need to change in this file for Navman iCN510 ?
Thanks ! |
|
|
|
|
 |
 | | Re: How to add Navman support to Miomap |
|
 |
Posted: Sun Jun 10, 2007 12:51 pm |
|
|
| Tahtu |
| Site Admin |
 |
| |
| Joined: 24 May 2007 |
| Posts: 506 |
|
|
|
 |
 |
 |
|
| admin wrote: | Here's a way to add Navman support to Miomap 3.2 and future versions. This method is very similar to the recent iGO My Way Plus installation posted elsewhere on this site. It does however use a different data.zip file so be sure to use this one only with Miomap. You can now use the gx.dll file supplied with Miomap on all Navman devices, instead of GAPIforHPC's.
1) Create a folder called [skin] in the main [Miomap] folder.
2) Add this small data.zip file to the newly created [skin] folder. |
... if I do this MioMap will not start further more.
Inside the pocket_pc.ini file in the section [NAVMAN] you have
gx_orientation=2
but I need for my iCN 530 with MioMap 3.3
gx_orientation=1
Why do you use gx_orientation=2? |
|
|
|
|
 |
|
 |
Posted: Sun Jun 10, 2007 7:53 pm |
|
|
| admin |
| Site Admin |
 |
| |
| Joined: 24 Jul 2006 |
| Posts: 334 |
| Location: Ireland |
|
|
 |
 |
 |
|
The iCN510 and 520's display works differently from the iCN530 and other Navmans. If type="Navman" option doesn't work then try type="Navman2" instead. If that doesn't work try the original settings at the start of the thread.
BTW these instructions are for Miomap 3.2 only. They will not work for Miomap 3.3. See the Miomap 3.3 thread for the proper installation instructions for that version. |
|
Last edited by admin on Sun Jun 10, 2007 7:57 pm; edited 1 time in total |
|
|
|
Posted: Sun Jun 10, 2007 7:56 pm |
|
|
| Tahtu |
| Site Admin |
 |
| |
| Joined: 24 May 2007 |
| Posts: 506 |
|
|
|
 |
 |
 |
|
With the changes I posted it works fine - like posted.
But I respekt your decision it doesn't work...  |
|
|
|
|
Posted: Sun Jun 10, 2007 8:32 pm |
|
|
| admin |
| Site Admin |
 |
| |
| Joined: 24 Jul 2006 |
| Posts: 334 |
| Location: Ireland |
|
|
 |
 |
 |
|
With variabilites between Miomap versions, version builds, and Navman devices it can be difficult writing out instructions that are both comprehensive, and easy to follow.
I'm pleased you were able to get Miomap 3.3 working in the end. Although I am somewhat surprised the type="" function worked in v3.3. I have tried just about everything and still can't get v3.3 to set the device type. |
|
|
|
|
Posted: Wed Aug 29, 2007 5:13 pm |
|
|
| dingo |
| Member |
|
| |
| Joined: 28 Aug 2007 |
| Posts: 9 |
|
|
|
 |
 |
 |
|
I try to start on Navman N20 but The mio see a window with this message : " HardwareIDerror".
What I doing?
sys.txt
| Code: |
[device]
type="NAVMAN"
[interface]
mio=1
base="mio/320_240/"
basel="mio/320_240/"
|
I try change the type on navman_n20 or n20 but is wrong....  |
|
|
|
|
Posted: Wed Aug 29, 2007 11:25 pm |
|
|
| JamButty |
| Admin |
 |
| |
| Joined: 18 Sep 2006 |
| Posts: 108 |
|
|
|
 |
 |
 |
|
| Quote: | I try to start on Navman N20 but The mio see a window with this message : " HardwareIDerror".
|
Hi dingo,
Please check your private messages for more information on this problem. |
|
|
|
|
Posted: Sat Sep 15, 2007 1:03 pm |
|
|
| stefannsv |
| Member |
|
| |
| Joined: 10 Sep 2007 |
| Posts: 8 |
|
|
|
 |
 |
 |
|
| JamButty wrote: | | Quote: | I try to start on Navman N20 but The mio see a window with this message : " HardwareIDerror".
|
Hi dingo,
Please check your private messages for more information on this problem. |
I've the same error message!
cu
stefan |
|
|
|
|
 |
|
 |
Posted: Sat Jul 05, 2008 9:54 am |
|
|
| MrMoody |
| Member |
|
| |
| Joined: 27 Jun 2008 |
| Posts: 15 |
|
|
|
 |
 |
 |
|
I'm trying to install Miomap v3.2 on my navman F10....
When I go to open miomap exe I get an error come up that says...
GAPI DEVICE MISMATCH
The selected device:
Navman S30 (untested)
CE 5.0, 320x240
Display: 320 x 240 x60
OS: Windows CE v5.00
Doesn't match your device
Choose another device?
If I select yes then I get a whole drop down list of devices but don't know if I should select one or not.
I have tried all the different sys file options that have been suggested here but to no avail.
I have read something about the gapi dll. but am not sure whether I should delete one or move one...
Hoping someone on here can point me in the right direction.
Already have IGO8 running on it so should think that this would work too |
|
|
|
|
Powered by phpBB © 2001-2003 phpBB Group
|