Switch to full style
Post a reply

Fri Oct 26, 2012 6:14 pm

I have something which I can decide what I want use mio or primo and other sat navs. Im Polish. in Program Files/Navman/appstartupsec.ini start up is AdJa.exe

[AppStartupSec]
TurnOffConsole=TRUE

[Process1]
RelativePath=FALSE
ProcessFile=Program Files/AdJa/AdJa.exe
DefaultCmdLine=
BootCmdLine=
StartOnBoot=1
MaxRestarts=3
TreatCloseAsError=TRUE
Major=TRUE
WindowName=SmartST_CE
MaxCloseMessages=10
KeysToForward=0x7A,0xC4
KeysToBoot=

[Process2]
RelativePath=FALSE
ProcessFile=Program Files\Screen Saver\VideoShow.exe
DefaultCmdLine=
BootCmdLine=
StartOnBoot=0
MaxRestarts=0
TreatCloseAsError=FALSE
Major=FALSE
WindowName=VideoShow
MaxCloseMessages=10
KeysToForward=0x7A,0xC4
KeysToBoot=

Fri Oct 26, 2012 6:35 pm

Don't do anything until you've told us how you unlocked the device and ran primo!

Messing with the startup sequence can turn these devices into bricks.

Fri Oct 26, 2012 6:38 pm

Ok I add the skin and now I dont know where to find to activate.

Fri Oct 26, 2012 6:39 pm

O.k.
So ProcessFile=Program Files/AdJa/AdJa.exe starts the unlock procedure.
In folder Program Files/AdJa you find the (MortScript) start script ???.mscr.
If you open that file with e.g. Notebook, You will find the reference to either an other script or a direct link to a program.
Here you can enter somehow the lines to activate TMC for Primo
Example as use in my Mio, just to give an idea:
If(ProcExists("AppStartupSec.exe"))
Sleep(300)
Run ("\Storage Card\default\disclaimer.exe")
Sleep(300)
kill("AppStartupSec.exe")
Sleep(300)
kill("SmartST_CE.exe")
Sleep(300)
kill("DataManager.exe")
Sleep(300)
Notify = RegRead("HKLM", "Drivers\BuiltIn\SW_TMC", "Protocol" )
If ( Notify = 0)------>TMC active for Mio
RegWriteDWord("HKLM", "\Drivers\BuiltIn\SW_TMC", "Protocol", 00000001 )------>TMC active for Primo
Sleep(300)
EndIf
.
.
.
endif

Fri Oct 26, 2012 6:51 pm

"In folder Program Files/AdJa you find the (MortScript) start script" I don have MortScript. but i found regedit is called Mioreg or something like that is nat as normal say regedit.

Fri Oct 26, 2012 7:27 pm

4886

before in scanning was 0.00 Mhz now is 87.5 Mhz but not running. is that ok.

Fri Oct 26, 2012 8:03 pm

The entries in sys.txt are correct, but more actions are required te activate TMC on Mio Moves.

Pls try following:
1. Set the registry value HKLM", "Drivers\BuiltIn\SW_TMC", "Protocol" to 1
Probably you start up with a MortScript. If so add following to the startup script, else use registry editor to set parameter.
Notify = RegRead("HKLM", "Drivers\BuiltIn\SW_TMC", "Protocol" )
If ( Notify = 0)
RegWriteDWord("HKLM", "\Drivers\BuiltIn\SW_TMC", "Protocol", 00000001)
EndIf
2. Use a Dimka skin e.g. diMkaWA_P156.zip to make TMC setting possible.

Above works fine on mij moov V735.


OK i did as you said but I dont know how to set up auto start for this file.

Fri Oct 26, 2012 9:09 pm

once i restart (turn off and on) it shows 0.00 Mhz
Post a reply