View Single Post
  #5 (permalink)  
Old 12-06-2007, 03:44 PM
Darkness231's Avatar
Darkness231
mmmm Freebirds
Offline
Location: Cedar Park, TX
 
Join Date: Mar 2007
Posts: 1,218
Reputation: 2543
Darkness231 is a VIPDarkness231 is a VIPDarkness231 is a VIPDarkness231 is a VIPDarkness231 is a VIPDarkness231 is a VIPDarkness231 is a VIPDarkness231 is a VIPDarkness231 is a VIPDarkness231 is a VIPDarkness231 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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 View Post
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" )
__________________

Good things don't end in 'eum,' they end in 'mania'...or 'teria'
Easily switch between TouchFlo and Mobile Shell
If you like my work feel free to
Reply With Quote