Navman Unlocked and Mio Moov Unlocked


Home | Forum

Navman Unlocked and Mio Moov Unlocked Forum Index -> iGO8 & Miomap V3.x -> MioMap v3.2 (August 10 2006) Goto page Previous  1, 2, 3, 4, 5, 6  Next
Post new topic  Reply to topic View previous topic :: View next topic 
Re: MIO on ICN 530
PostPosted: Thu Jan 04, 2007 2:11 pm Reply with quote
a.lamperti
New Member
 
Joined: 04 Jan 2007
Posts: 1




hi dmart: please check your pm Smile
View user's profile Send private message
Newer tahomabd.ttf, same font half the fat.
PostPosted: Fri Jan 05, 2007 4:16 am Reply with quote
admin
Site Admin
 
Joined: 24 Jul 2006
Posts: 338
Location: Ireland




Here's a smaller tahomabd.ttf font (132k), ripped from the Mio168 Win2003se ROM image. The old tahomabd.ttf font was more than twice that size.
View user's profile Send private message Send e-mail
PostPosted: Sun Jan 14, 2007 2:29 pm Reply with quote
rage0898
Member
 
Joined: 26 Sep 2006
Posts: 5




Hi All, I am having a little difficulty with the installation or something
this is the error i am getting.
Failed to open file:
uip_mio/daylight/startlang_320_240_scheme.ui
exiting application.
I get this after double clicking on miomap.exe screen loads up normal then
comes up with the above.


Any help would be appreciated.

I am using icn520
Miomap 3.2
HPC GAPI 3.08
I have tried all 3 data.zips
my file structure is same as video

Here's my sys.txt file
Code:
[debug]
smart_2d=1
slowsim=1
loop_sim=1

[interface]
mio=1

[speedcam]
usemio=-12,90,37,27

My firefly_error is same as error message and no more.

Changed registry settings
I am sure it has something to do with the datazip files.

Didnt know how to add pics.
View user's profile Send private message Send e-mail
PostPosted: Sun Jan 14, 2007 3:12 pm Reply with quote
rage0898
Member
 
Joined: 26 Sep 2006
Posts: 5




Hello again this an add on i changed the datazip files again and got it working.

I have Mio digi walker it says

map program v3.2 Aug 10 2006.

maps locked though!!!
Not any more !!!

Not 7 digit postcode now, anyhelp in this area?
How do i make it 7 digit postcode please?
View user's profile Send private message Send e-mail
PostPosted: Tue Jan 16, 2007 6:36 pm Reply with quote
tal56
New Member
 
Joined: 16 Jan 2007
Posts: 4




Hi guys,

I was wondering if anyone here can help me out. I don't have a Navman, but I have a Gonav s600a GPS which is very similar to the Navman, and want to install my Miomaps into this.

I've been working at this for a few days now and have been following your thread here as there seems to be a lot of knowledgeable people here.

Well so far I've got the program installed and it runs fine except the screen is rotated 90 degrees. My device is very similar to the Navman and should display in landscape. However the program is running as landscape but is rotated 90 degrees so it's showing in portait orientation. Also the buttons don't match the display, they are as they should be in landscape orientation but they seem to be shifted to the right.

I've played around with the SYS.txt file and have made copies of all the .UI files in the data.zip to 240_320 as well as leaving the 320_240 there also. I did this because if I change the sys.txt around it says the 240_320 files are missing.

Any ideas of what I can do? I just can't seem to get the orientation right and using programs like screenrotate does not help. I'm open for ANY suggestions. Thanks for your help.
View user's profile Send private message
PostPosted: Tue Jan 16, 2007 9:16 pm Reply with quote
admin
Site Admin
 
Joined: 24 Jul 2006
Posts: 338
Location: Ireland




Firstly, make sure you're using the right build version of Miomap. Different builds of Miomap 3.2 use different directory structured filenames in data.zip. This tutorial only covers the August build of Miomap 3.2.

Editing the original data.zip file by hand isn't a simple matter of copying files from one folder to another. You have to edit the pathways and sizes in the *.ui, *.spr and *.ini config files as well. You can get lost very quickly doing this, so the best advice is to always use the original unedited data.zip file. Focus all your editing to the SYS.txt file instead.

Take for example this situation. If I use this sys.txt settings from WinCESoft.de:

Code:
[interface]
;mio=1
landscape=0
portrait=1
width=320
height=240


...Miomap will load in landscape mode, but it will soon throw up an error message like:
missing file - uip_mio/daylight/main_320_240_scheme.ui

From this error I can figure out that whilst Miomap is loading in the correct orientation (landscape) the file pathway is set wrongly to portrait mode (uip_mio/).

To fix this all I have to do is set the main file path to ui_mio instead. This is done simply by adding two lines to the sys.txt file:

Code:
base="ui_mio/"
basel="ui_mio/"


To summerize: your first priority will be to get the loading screen loading in the right orientation. Swap values around in landscape=0 and portrait=1, or width and height. Rotate the screen with Nyditot if need be. Don't worry about other error messages. Once the loading screen orientation is ok, you can focus on the base= and basel= settings.


Last edited by admin on Tue Jan 16, 2007 11:13 pm; edited 1 time in total
View user's profile Send private message Send e-mail
PostPosted: Tue Jan 16, 2007 11:03 pm Reply with quote
tal56
New Member
 
Joined: 16 Jan 2007
Posts: 4




Thanks for the reply Smile I've put back the default data.zip and have been playing with the sys.txt file but not with much luck. I'll try some more tonight, but for some reason the best i can get is a landscape display on a portrait mode, so it cuts out the right of the screen .

Or I can also get landscape in landscape mode upside down but the screen is shifted up and to the left so it's off the screen, I just see the bottom right of the program. I'll play a little more and see.

The unfortunate thing is GAPI does not have support for my device so I'm using a gx.dll from another site that got MioMaps going on a different gps. I've tried several gx.dll's but this is the only one that seems to work. The others give me some error about "endpaint" or something like that.

Thanks again.
View user's profile Send private message
PostPosted: Wed Jan 31, 2007 6:35 pm Reply with quote
tal56
New Member
 
Joined: 16 Jan 2007
Posts: 4




Ok getting close now. There is a new version of gapi from wincesoft which supports my device and am using that now. The display shows up correctly with the original data.zip in lanscape which is perfect except now the buttons seem to be shifted to the right and does not match the screen. Is there any way to fix this?

Thanks
View user's profile Send private message
PostPosted: Wed Feb 07, 2007 1:39 am Reply with quote
naxen
Member
 
Joined: 04 Feb 2007
Posts: 11
Location: Vasque country (spain)




Hi,

I have instaled the miomap 3.2 (nov 2006 build) but It doesnīt goes, it stars but the aplication donīt use all the screen, the left of the screen is in black and a error appear "Hardware ID charged" I have probed with diferent datas but I have the same error always. I have modificated the sys.txt but No solution, could anyone advice...
View user's profile Send private message MSN Messenger
PostPosted: Wed Feb 07, 2007 1:57 am Reply with quote
admin
Site Admin
 
Joined: 24 Jul 2006
Posts: 338
Location: Ireland




naxen,

Check your Private Messages above.

View user's profile Send private message Send e-mail
PostPosted: Sat Feb 10, 2007 1:48 pm Reply with quote
FlyDave
Member
 
Joined: 17 Nov 2006
Posts: 5




Hi !

I own an original (now unlocked) ICN510.

I've *cough* found *cough* a copy of MioMap 3.2 and wanted to install to try how it work.
I followed your instructions but i can't even start the installation.

My bootloader version is 3.00.0008

What i've done :
- Unpacked zip files, found a structure like this :

[dir] 2577
[dir] MioMap (around 990Mb)
[exe] setup.exe

I copied all this on a new SD 1Gb card, FAT formatted, and inserted into the unlocked icn510, then i copied the aygshell into miomap folder and gx.dll too, then tried a soft-reset.... nothing... an hard-reset...nothing..
So i've opened the Filemanager on icn, searched for the setup.exe and started... but i get a message saying like "file not found,check path..." and so on...

It seem that this .exe doesn't work on my gps.
Btw, i was able to run it and install it on PocketPC2003 emulator on my pc...

So... it's because icn510 use WinCE4.2 ?

But... on the first page of this thread i've seen someone that installed the software on the 510... how you done that ?

Help please Smile

Thank you
Dave
View user's profile Send private message
PostPosted: Sat Feb 10, 2007 4:18 pm Reply with quote
admin
Site Admin
 
Joined: 24 Jul 2006
Posts: 338
Location: Ireland




Dave,
Get the latest Jan 2007 build of Miomap 3.2, and watch the video in this thread.

Check your Private Messages for more information.


Last edited by admin on Sun Feb 11, 2007 4:31 am; edited 1 time in total
View user's profile Send private message Send e-mail
PostPosted: Sun Feb 11, 2007 1:02 am Reply with quote
FlyDave
Member
 
Joined: 17 Nov 2006
Posts: 5




If anyone interested, here you can find the :

Speedcameras database updater, version 3.5 (last release)

MioMap v3 radar updater v3.5

Instructions on how to use it on this post :

http://navmanunlocked.forumwise.com/navmanunlocked-post-190.html#190
View user's profile Send private message
PostPosted: Sun Feb 11, 2007 3:46 am Reply with quote
iCN520
Member
 
Joined: 15 Jan 2007
Posts: 13




Do you have the password for the ZIP ???

cheers
View user's profile Send private message
PostPosted: Sun Feb 11, 2007 11:08 am Reply with quote
FlyDave
Member
 
Joined: 17 Nov 2006
Posts: 5




Oppppsss...sorry i forgot eheheh

Password for the zip : navman

Cheers
View user's profile Send private message
MioMap v3.2 (August 10 2006)
Navman Unlocked and Mio Moov Unlocked Forum Index -> iGO8 & Miomap V3.x
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 4 of 6  
Goto page Previous  1, 2, 3, 4, 5, 6  Next
  
  
 Post new topic  Reply to topic  


Powered by phpBB © 2001-2003 phpBB Group


Free Forum Free Top Site List
Make this Forum Ad-Free