- Posts 43
- Location Serbia
- WRZ$
223.00
- Device Mio Moov 200
- OS Windows Phone
I've finally managed to install your Visual unlock and it is the best one but the problem with hibernation remains. I like it verry much and I'll use your unlock.
I've also tried MioPocket Lite and with it I am loosing hibernation completely, "off" button is not functioning.
MioPocket I didn't try and I thing it is using the same unlock as MioPocket Lite, should I try it?
I've also tried MioPocket Lite and with it I am loosing hibernation completely, "off" button is not functioning.
MioPocket I didn't try and I thing it is using the same unlock as MioPocket Lite, should I try it?
- Posts 29
- WRZ$
53.60
priest77 wrote:I've finally managed to install your Visual unlock and it is the best one but the problem with hibernation remains. I like it verry much and I'll use your unlock.
I've also tried MioPocket Lite and with it I am loosing hibernation completely, "off" button is not functioning.
MioPocket I didn't try and I thing it is using the same unlock as MioPocket Lite, should I try it?
MioPocket 3.0 Release 59 also loosing hibernation completely!
(i have tried this without succes)
- Posts 363
- WRZ$
132.50
- Device Samsung Omnia i900, Samsung Omnia II, PNA Guepard.
- OS Palm
mihai959 wrote:dii80_67 wrote:mihai959 wrote:could someone post a link to igo 8.3.4 witch work on i8000 omnia 2(800x480,480x800) both landscape and portrait witch i can use dimka skins pls, thank u!
Mihai959,
I have give a link from where you could get a KIT for igo8 at resolution 480x800, or 800x480. Now i see you are asking again about the same thing, even now is in the right section.
i did tryed the link but like all others didn't load dimka skins, first link was incomplete, second one was good
or what i should change in sys.txt, system.ini to work
i alredy had an igo for the resolution my question was 8.3.4 with dimka working skins(i belive sys.txt is the problem but cant find what to add there to work with skins)
Try my full_pack optimized for Omnia II & HTC HD2 working OK in both resolutions (800_480 and 480_800) may you have to add the original diMKa skins because the ones included in the pack are modified for spanish radar cameras, also you will have to add your country (maps) and edit the sys.txt with your PDA folder entries...
http://www.htcspain.com/foro-f188/igo-8 ... 35143.html
Regards,
GJM
- Posts 196
- WRZ$
42.10
- Device Pixel 7Pro
- OS Android
Would someone please share the actual files needed to disable TouchFLO and start iGo8, and then enable TouchFLO after iGO8 is shutdown.
I have seen the mortscript for this but my technical abilities are not too good.
I need this so that i can use tts. I have scrolled through so many pages but have not noticed the actual files.
Thank you in advance.
I have seen the mortscript for this but my technical abilities are not too good.
I need this so that i can use tts. I have scrolled through so many pages but have not noticed the actual files.
Thank you in advance.
- Posts 196
- WRZ$
42.10
- Device Pixel 7Pro
- OS Android
mvohra wrote:Would someone please share the actual files needed to disable TouchFLO and start iGo8, and then enable TouchFLO after iGO8 is shutdown.
I have seen the mortscript for this but my technical abilities are not too good.
I need this so that i can use tts. I have scrolled through so many pages but have not noticed the actual files.
Thank you in advance.
Ok i worked out how to use Mortscript and was able to add the script on page 462, however, even though igo8 is activated using the script, it does not deactivate touchFLO. Does any one know why?
I have a HTC Touch HD with manila 2.5.2011..
- Posts 196
- WRZ$
42.10
- Device Pixel 7Pro
- OS Android
mvohra wrote:mvohra wrote:Would someone please share the actual files needed to disable TouchFLO and start iGo8, and then enable TouchFLO after iGO8 is shutdown.
I have seen the mortscript for this but my technical abilities are not too good.
I need this so that i can use tts. I have scrolled through so many pages but have not noticed the actual files.
Thank you in advance.
Ok i worked out how to use Mortscript and was able to add the script on page 462, however, even though igo8 is activated using the script, it does not deactivate touchFLO. Does any one know why?
I have a HTC Touch HD with manila 2.5.2011..
1) Install mortscript on your pda
2) Create a text document on your PC and paste the contents of the script listed below
3) Rename the extention of the text document to .mscr, so it should look something like this, igo8.mscr, not to be confused with igo8.exe as you still need this file.
4) Place the .mscr file anywhere on your storage card
5) Always use the .mscr file to start igo8 on your pda
What does this script do?
It will check if your PDA is running Manila, if the statement is true it will shutdown Manila. It will then start igo8. Once you exit from igo8 the script will activate Manila.
The script you need to paste into a blank document is:
#Check if Manila TF3D process exist and stop it
If(ProcExists("manila.exe")=TRUE)
TF3D_Present = TRUE
Registro01 = RegKeyExists( "HKLM","\Software\Microsoft\Today\Items\HTC Sense")
Registro02 = RegKeyExists( "HKLM","\Software\Microsoft\Today\Items\TouchFlo 3D")
If (Registro01 = TRUE)
RegWriteDWord("HKLM","\Software\Microsoft\Today\Items\HTC Sense","Enabled","00000000")
EndIf
If (Registro02 = TRUE)
RegWriteDWord("HKLM","\Software\Microsoft\Today\Items\TouchFlo 3D","Enabled","00000000")
EndIf
#Redrow Today
Sleep(500)
Show("Desktop")
RedrawToday
Sleep(500)
EndIf
#Start igo8
RunWait("\storage card\iGO8\igo8.exe")
Sleep(5000)
Kill("Repllog.exe")
While ( ProcExists("igo8.exe") )
IdleTimerReset
Sleep(500)
EndWhile
#When exit from iGO restart manila
If((ProcExists("manila.exe")=FALSE) AND (TF3D_Present = TRUE) )
If (Registro01 = TRUE)
RegWriteDWord("HKLM","\Software\Microsoft\Today\Items\HTC Sense","Enabled","00000001")
EndIf
If (Registro02 = TRUE)
RegWriteDWord("HKLM","\Software\Microsoft\Today\Items\TouchFlo 3D","Enabled","00000001")
EndIf
Sleep(5000)
Show("Desktop")
Sleep(500)
RedrawToday
Sleep (500)
EndIf
Exit
- Posts 4
- WRZ$
50.30
mvohra wrote:
1) Install mortscript on your pda
2) Create a text document on your PC and paste the contents of the script listed below
3) Rename the extention of the text document to .mscr, so it should look something like this, igo8.mscr, not to be confused with igo8.exe as you still need this file.
4) Place the .mscr file anywhere on your storage card
5) Always use the .mscr file to start igo8 on your pda
Could you please help me to locate mostscript for my htc touch pro 2 with WM 6.5? Thanks
- Posts 554
- WRZ$
95.10
- Device MIUI
- OS Android
I heard in Android version of iGO you can do
in sys.txt to get TMC data over data connection from your handy!? Is this also possible with Windows Mobile version?
Code: Select all
[tmc-http]
enabled=1in sys.txt to get TMC data over data connection from your handy!? Is this also possible with Windows Mobile version?
- Posts 91
- Location Bulgaria
- WRZ$
76.30
- Device Prestigio 150, Igo8.3.4, Garmin Mobile XT
For activating warning sound speed camera there is an option into settings, for driver alerts - you have to use Navteq maps (Q1 or Q2) but they don't appear for all countries. If you still missing driver alerts signs put this in sys.txt file:
[interface]
igo_da_buildnumber="8.3.4.117940"
[interface]
igo_da_buildnumber="8.3.4.117940"
