Navman Unlocked and Mio Moov Unlocked


Home | Forum

Navman Unlocked and Mio Moov Unlocked Forum Index -> Unlocking a Navman -> s30/f10 sp1 THE SOLUTION Goto page 1, 2  Next
Post new topic  Reply to topic View previous topic :: View next topic 
s30/f10 sp1 THE SOLUTION
PostPosted: Mon Mar 31, 2008 12:29 pm Reply with quote
antonaq
Member
 
Joined: 31 Mar 2008
Posts: 12




Hi, me and arinci found solution to bypass sp1 update. It tested on 2 f10 and 4 s30 and all work perfect. This solution provide the chance to switch to day and night mode (backlight to max or normal).
The solution show a menu at boot of navman, in this menu you can find some voices. To add voice (max 12) on menu just use a configuration file (addedsw.ini) where put name of program and the path of it.
Addedsw.ini is in Program File\Unlock, to install this unlock is fundamental unistall previous version of unlock.
The menu is shown only if is installed Tom Tom or Sygic else automatically starts SmartST.
Current addedsw.ini consider that Tom Tom is in \Storage Card\TomTom, if you put Tom Tom in this location, no need edit.
I enclose our solution, if you want modify it's ok.
View user's profile Send private message
PostPosted: Mon Mar 31, 2008 12:43 pm Reply with quote
antonaq
Member
 
Joined: 31 Mar 2008
Posts: 12




Here the link of solution:
http://www.fast-files.com/getfile.aspx?file=11171
View user's profile Send private message
antonaq .. can you please post a detailed description
PostPosted: Mon Mar 31, 2008 1:14 pm Reply with quote
navman-f10
Super Member
 
Joined: 02 Mar 2008
Posts: 34




Thanks for your post, but it is rather cryptic


Can you post a more detailed instruction ..

What did you want to achieve?

e.g. is this a fix - to run TomTom (what version) on Navman F-10

how did you do it ...

how did you access the smart card in F-10 and so on ...

thanks Smile

navman f-10
View user's profile Send private message
Re: antonaq .. can you please post a detailed description
PostPosted: Mon Mar 31, 2008 1:23 pm Reply with quote
antonaq
Member
 
Joined: 31 Mar 2008
Posts: 12




navman-f10 wrote:
Thanks for your post, but it is rather cryptic


Can you post a more detailed instruction ..

What did you want to achieve?

e.g. is this a fix - to run TomTom (what version) on Navman F-10

how did you do it ...

how did you access the smart card in F-10 and so on ...

thanks Smile

navman f-10


The version of tom tom is 6.204 (7230).
Just copy it on a SD Card and launch by menu.
I'm here for other question.
View user's profile Send private message
keyboard
PostPosted: Mon Mar 31, 2008 2:29 pm Reply with quote
maic
Member
 
Joined: 15 Feb 2008
Posts: 17




is the keyboard also working again?
View user's profile Send private message
Re: keyboard
PostPosted: Mon Mar 31, 2008 2:37 pm Reply with quote
antonaq
Member
 
Joined: 31 Mar 2008
Posts: 12




maic wrote:
is the keyboard also working again?


Sorry but no keyboard, this method solve error message... I believe that a new version of PNADesktop can solve the rest.
View user's profile Send private message
PostPosted: Mon Mar 31, 2008 6:15 pm Reply with quote
maic
Member
 
Joined: 15 Feb 2008
Posts: 17




GREAT WORK TOM TOM IS RUNNING

thanks a lot
View user's profile Send private message
PostPosted: Mon Mar 31, 2008 6:30 pm Reply with quote
antonaq
Member
 
Joined: 31 Mar 2008
Posts: 12




maic wrote:
GREAT WORK TOM TOM IS RUNNING

thanks a lot


Do you like night and day solution?
View user's profile Send private message
PostPosted: Mon Mar 31, 2008 6:40 pm Reply with quote
maic
Member
 
Joined: 15 Feb 2008
Posts: 17




yes, are you going to make more tools?
View user's profile Send private message
PostPosted: Mon Mar 31, 2008 6:50 pm Reply with quote
antonaq
Member
 
Joined: 31 Mar 2008
Posts: 12




maic wrote:
yes, are you going to make more tools?


like?
View user's profile Send private message
PostPosted: Mon Mar 31, 2008 6:55 pm Reply with quote
maic
Member
 
Joined: 15 Feb 2008
Posts: 17




a desktop with icons, instead of the text menu at startup?
if its possible?
View user's profile Send private message
PostPosted: Mon Mar 31, 2008 7:00 pm Reply with quote
antonaq
Member
 
Joined: 31 Mar 2008
Posts: 12




maic wrote:
a desktop with icons, instead of the text menu at startup?
if its possible?


You can use PNADesktop (in utilities) but some software not work.
View user's profile Send private message
PostPosted: Tue Apr 01, 2008 7:20 am Reply with quote
Tahtu
Site Admin
 
Joined: 24 May 2007
Posts: 529




Code:
Copy("\My Flash Disk\Program Files\Unlock\GX.dll", "\Windows\GX.dll")

... if you store files into Unlock\Windows (you have to create this folder) the following code of the same script do what you want too:
Code:
  XCopy(IniRead(DeviceFile, "Dirs", "Install") & "\Windows\*.*", \
    "\Windows", True, True);


While designing the Unlock Hack I thought all registry changes should be placed into Autorun.reg - so not several files are needed.

If you want to start programs on booting automaticly you can simple store a short cut to it into the Unlock\Startup folder.

For example this could be a shortcut to a select_daynight.mscr too.

Using hard coded file names / pathes makes it hard to port a script to other devices. That was the reason why I'm using the path values from the Device.ini file...

Sorry, to warn you - but a calling of a (soft) reset in a automatic started file is i high risk to loose your system: If inside that script is a bug - you would get a looping reset. Several people lost his system on this way.


Good work! I'm really happy if there is somebody how goes ahead with the working for the Navman devices...


PS
You published a file with a GX.dll in it. Is it allowed to publish this file? What about Toolhelp.dll?
View user's profile Send private message
PostPosted: Tue Apr 01, 2008 8:52 am Reply with quote
antonaq
Member
 
Joined: 31 Mar 2008
Posts: 12




Tahtu wrote:
Code:
Copy("\My Flash Disk\Program Files\Unlock\GX.dll", "\Windows\GX.dll")

... if you store files into Unlock\Windows (you have to create this folder) the following code of the same script do what you want too:
Code:
  XCopy(IniRead(DeviceFile, "Dirs", "Install") & "\Windows\*.*", \
    "\Windows", True, True);


While designing the Unlock Hack I thought all registry changes should be placed into Autorun.reg - so not several files are needed.

If you want to start programs on booting automaticly you can simple store a short cut to it into the Unlock\Startup folder.

For example this could be a shortcut to a select_daynight.mscr too.

Using hard coded file names / pathes makes it hard to port a script to other devices. That was the reason why I'm using the path values from the Device.ini file...

Sorry, to warn you - but a calling of a (soft) reset in a automatic started file is i high risk to loose your system: If inside that script is a bug - you would get a looping reset. Several people lost his system on this way.


Good work! I'm really happy if there is somebody how goes ahead with the working for the Navman devices...


PS
You published a file with a GX.dll in it. Is it allowed to publish this file? What about Toolhelp.dll?


Hi, i made this solution but i was the first to ask to help to make it better.
Toolhelp.dll is a dll for ITMask, i don't know if delete it the program continue to work, i'll try.
GX is GAPI for HPC's, i think is free, other information are here http://www.wincesoft.de/html/gapi_for_hpc_s.html
I know the problem of portability with hard code infact the first version of unlock need the edit of appstartupsec.mscr, now path and name are out of the script and use a ini file like device.ini, isn't it?
I'll copy gx.dll in \windows and delete code from hack. Other suggestion?
View user's profile Send private message
PostPosted: Tue Apr 01, 2008 11:21 am Reply with quote
Tahtu
Site Admin
 
Joined: 24 May 2007
Posts: 529




antonaq wrote:
Hi, i made this solution but i was the first to ask to help to make it better.

I wrote my comments to assist you...

antonaq wrote:
GX is GAPI for HPC's, i think is free

Inside the licence agreement I find this note:

Quote:
You may NOT:
...
2. make copies of the original file you downloaded and distribute it (or link to the original file) for commercial purposes without our permission, this include free download sites displaying ads banners.


... yes, I know it's really hard today.

Imho it's not longer possible and not sensefull to accept and follow all laws and rules. Because of this I for myself tries to be friendly to each other people and try to find out how they could feel if I do want I do...


Back to your work:
Until now I didn't really understand the problem with the Service Pack and what your solution is. I have a "old" iCN 530 - and the last time I tried to change something is several month ago. But nevertheless I try to assist you - if you want.
View user's profile Send private message
s30/f10 sp1 THE SOLUTION
Navman Unlocked and Mio Moov Unlocked Forum Index -> Unlocking a Navman
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 1 of 2  
Goto page 1, 2  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