I use TomTom when the place that I'm going is an know address, mostly because the GUI is layed out well, works better when driving. But when it comes to finding POI's there are a lot of things that it can't find and I hate the fact that you cannot look at where the POI is before selecting it, so I find myself using Live Search most of the time.
Quote:
Originally Posted by phidong
iGo is a nice application, very finger friendly. It looks pretty good visually as well and seems pretty polished. What I didn't like is it doesn't turn my BT on automatically (which TT does)
|
There is a easy fix for that. Assuming your using the 2.08/09/17 ROM and not the 2.16
You just need
Mortscript and
ToggleBTh.
Here is the Script that I use.
Code:
B = RegRead ("HKLM", "Software\oem\bluetooth\" , "BTcomstatus" )
If ( B = 0 )
Run( "\Program Files\ToggleBTh.exe" )
Runwait( "Inset the path of your progam here" )
Run( "\Program Files\ToggleBTh.exe" )
Else
If ( B = 1 )
Run( "Inset the path of your progam here" )