Sat Aug 20, 2011 9:07 pm
Hi!
Can anyone help me with the links in the menu in "Mio+V735TV+Unlock" i have an Mio Moov Spirit tv735, when i link to the Mio Tv-DVBT.exe its says that it can find it.
Sat Aug 20, 2011 9:23 pm
How did you link to Mio Tv-DVBT.exe?
Sat Aug 20, 2011 9:45 pm
BITMAPBUTTON
x = 614
y = 110
Command = \My Flash Disk\Program Files\Mio Tv\Mio TV-DVBT.exe
BitmapNormal = ..\Icons\mireoSD.bmp
BitmapPushed = ..\Icons\mireoSD_.bmp
Sat Aug 20, 2011 9:57 pm
monkort wrote:BITMAPBUTTON
x = 614
y = 110
Command = \My Flash Disk\Program Files\Mio Tv\Mio TV-DVBT.exe
BitmapNormal = ..\Icons\mireoSD.bmp
BitmapPushed = ..\Icons\mireoSD_.bmp
Is that the exact path? What happens if you run the .exe manually with Total Commander/Explorer?
Also what is the exact error message?
Sat Aug 20, 2011 10:07 pm
Yes its the exact path. the error message says
"Cannot find Mio TV-DVBT.exe (or one of its components)
Make sure the path and filename are correct and that
all the required librariers are available"
I have linkd igo primo on the sd-card, and it works.
Sat Aug 20, 2011 10:10 pm
The TV works if i run it with Total Commander/Explorer
Sat Aug 20, 2011 10:10 pm
monkort wrote:Yes its the exact path. the error message says
"Cannot find Mio TV-DVBT.exe (or one of its components)
Make sure the path and filename are correct and that
all the required librariers are available"
I have linkd igo primo on the sd-card, and it works.
That message usually means that a library
(.dll) is missing, How did you unlock?
Sat Aug 20, 2011 10:11 pm
Post the whole .ini from the unlock
Sun Aug 21, 2011 7:59 am
I am not sure if this it the right .ini that you meen.
#ErrorLevel("Off")
CallScript("Variables_Navigation.mscr")
#If MioMap is already running, switch to it instead of trying to launch it again
If(WndExists("MioMap"))
Show("MioMap")
ElseIf(WndExists("iGO2007"))
Show("iGO2007")
ElseIf(WndExists("MioMap 2008"))
Show("MioMap 2008")
ElseIf(WndExists("SmartST_CE"))
Show("SmartST_CE")
ElseIf(MioMap eq (FlashDrive\"Program Files\Navman\SmartST_CE\SmartST_CE.exe"))
Run ("\Storage Card\Apps\TaskbarHide.exe")
RunWait(MioMap)
Sleep(5000)
Exit
Else
Kill("StartUp.exe")
Run ("\Storage Card\Apps\TaskbarHide.exe")
RunWait(MioMap)
Run ("\Storage Card\Skin\StartUp.exe")
EndIf
Sun Aug 21, 2011 8:19 am
The one you edited the link in.
I remember i had the same problem once, Turned out to be a double space in a folder name, ie " ", Took me ages to figure out as the double space ran over to the next line.
Sun Aug 21, 2011 8:49 am
This is the setting file for the links
GLOBALSETTINGS
ShowMessage = 0
QuitOnDoubleClick = no
X = 0
Y = 0
Width = 800
Height = 480
Arrange = No
BackgroundBitmap = ..\icons\L1_BG.bmp
StartUpAnimation = NoAnimation
ShutDownAnimation = NoAnimation
Accelerated = yes
TopMost = no
BATTERY
x = 695
y = 45
Width = 80
Height = 30
ColorBattery = A0A0A0
ColorHigh = 00A000
ColorLow = A0A000
ColorCritical = A00000
Segments = 10
TIME
x = 20
y = 40
Color = FFFFFF
FrameColor = 000000
Format = h':'mm':'ss tt
Size = 40
Weight = 1200
CreateFont
Interval = 1000
BITMAPBUTTON
x = 56
y = 110
Command = \Storage Card\mobilenavigator.exe
BitmapNormal = ..\Icons\igo.bmp
BitmapPushed = ..\Icons\igo_.bmp
BITMAPBUTTON
x = 242
y = 110
Command = \Storage Card\
BitmapNormal = ..\Icons\spirit.bmp
BitmapPushed = ..\Icons\spirit_.bmp
BITMAPBUTTON
x = 428
y = 110
Command = \Storage Card\
BitmapNormal = ..\Icons\mioSD.bmp
BitmapPushed = ..\Icons\mioSD_.bmp
BITMAPBUTTON
x = 614
y = 110
Command = \My Flash Disk\Program Files\Mio Tv\Mio TV-DVBT.exe
BitmapNormal = ..\Icons\mireoSD.bmp
BitmapPushed = ..\Icons\mireoSD_.bmp
BITMAPBUTTON
x = 310
y = 290
Command = \Storage Card\MioAutoRun\Apps\ResInfo.exe
BitmapNormal = ..\Icons\resinfo.bmp
BitmapPushed = ..\Icons\resinfo.bmp
BITMAPBUTTON
x = 440
y = 290
Command = \Storage Card\MioAutoRun\Apps\ITaskMgr.exe
BitmapNormal = ..\Icons\taskmgr.bmp
BitmapPushed = ..\Icons\taskmgr.bmp
BITMAPBUTTON
x = 75
y = 370
Command = \windows\control.exe
BitmapNormal = ..\Icons\settings.bmp
BitmapPushed = ..\Icons\settings_.bmp
BITMAPBUTTON
x = 220
y = 370
Command = \Storage Card\MioAutoRun\Apps\CECMD.exe
BitmapNormal = ..\Icons\explorer.bmp
BitmapPushed = ..\Icons\explorer_.bmp
BITMAPBUTTON
x = 365
y = 370
Command = \Storage Card\MioAutoRun\Apps\CorePlayer\player.exe
BitmapNormal = ..\Icons\mp3.bmp
BitmapPushed = ..\Icons\mp3_.bmp
BITMAPBUTTON
x = 510
y = 370
Command = \Storage Card\MioAutoRun\Apps\Player\player.exe
BitmapNormal = ..\Icons\movie.bmp
BitmapPushed = ..\Icons\movie_.bmp
BITMAPBUTTON
x = 655
y = 370
Command = \Storage Card\MioAutoRun\Apps\Calc98CE\calc.exe
BitmapNormal = ..\Icons\calc.bmp
BitmapPushed = ..\Icons\calc_.bmp
Sun Aug 21, 2011 9:03 am
I found why it didnt work, it was like you said "fatboyfun" space, in this part "Mio Tv\Mio TV-DVBT.exe" shold be "MioTv\MioTV-DVBT.exe"
Thanks a lott for the help, now i can sleep again.
Sun Aug 21, 2011 10:54 am
Sometimes the simplest things give the most trouble
Powered by phpBB © phpBB Group.
phpBB Mobile / SEO by Artodia.