Thread: GPS Launcher
View Single Post
  #16 (permalink)  
Old 01-28-2008, 04:00 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)
Quote:
Originally Posted by jourabchid View Post
works great...
only request i have is that it would be nice if it cloned the icon of the GPS app
This is actually very easy to do. You just need to find the icon within the exe or dll of the program that you want the icon from. I posted a small tutorial HERE

But basicly all you need is to create a shortcut the the program bafgpsv01t.exe
So you have a Shortcut, lets name it bafgps.LNK
Go to properties and it will show you
Code:
"/storage card/bafgpsv01t.exe"
now the "/storage card" part will vary depending on where you put the file.
Next you need to know the location of the icon within the dll or exe file. Use Rviewer for this. TomTom's icon is indexed at the 0 location.
So to add the icon to the shortcut you add
Code:
?Location of the exe or dll,-index location
so the Shortcut bafgps.LNK that looked like
Code:
"/storage card/bafgpsv01t.exe"
will now look like
Code:
"/storage card/bafgpsv01t.exe"?/storage card/program files/navigator/tomtom navigator.exe,-0
__________________

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

Last edited by Darkness231; 01-28-2008 at 04:05 PM.
Reply With Quote