Notices

GPS Talk GPS Hardware and Software discussion

Reply
 
LinkBack Thread Tools
Old 01-04-07, 06:11 PM   #16 (permalink)
Aximsite Rookie
 
Join Date: Jun 2006
Posts: 24
Thanked 1 Time in 1 Post
i've uploaded the new version - just re-download the attachment.
Edit the path in the provided ttloader.conf file so it reflects the path to wherever tomtom executable is (TomTom Navigator.exe)
Put ttloader.conf into My Documents (its My Device\My Documents, not documents and settings).
It should work now, let me know if it doesnt.

Last edited by nivanov; 01-04-07 at 06:13 PM.
nivanov is offline   Reply With Quote
Sponsor Ads
Old 01-05-07, 03:50 AM   #17 (permalink)
Aximsite Minor League
 
Join Date: Jan 2005
Posts: 188
Thanked 0 Times in 0 Posts
Originally Posted by nivanov
i've uploaded the new version - just re-download the attachment.
Edit the path in the provided ttloader.conf file so it reflects the path to wherever tomtom executable is (TomTom Navigator.exe)
Put ttloader.conf into My Documents (its My Device\My Documents, not documents and settings).
It should work now, let me know if it doesnt.
Thanks for your work nivanov !!
This new version works just great :approve:
At first it didn't...... but just because my shortcut still pointed to the original "tomtom navigator.exe" file
The guys at TomTom should learn a few things from you.
cerote is offline   Reply With Quote
Old 01-05-07, 04:04 AM   #18 (permalink)
baldeagle
Guest
 
Posts: n/a
This works great on my iPAQ.

Thanks I always had to set my volume to max just for TomTom, now it's not an issue.
  Reply With Quote
Old 01-05-07, 04:13 AM   #19 (permalink)
Aximsite Prospect
 
Join Date: Dec 2006
Posts: 18
Thanked 0 Times in 0 Posts
Thanks very handy. I was thinking of using mortscript. This can be done with that too.

Regards,
Johan
Geeforce is offline   Reply With Quote
Old 01-07-07, 09:54 AM   #20 (permalink)
Aximsite Prospect
 
Join Date: Dec 2004
Posts: 1
Thanked 0 Times in 0 Posts
Dont know if your still checking this thread - works great :)

Many Thanks :approve:

iPAQ HX4700 2003SE
Kirium is offline   Reply With Quote
Old 01-10-07, 09:56 AM   #21 (permalink)
a4ace
Guest
 
Posts: n/a
thank you for a great program!!!

are you setting the volume to max by changing a registry setting? any chance the config file can accept other registry changes to set on startup and put back on exit? i am thinking about the setting for the connecting bubble. it can be set to not show so that when tomtom traffic is connecting, it will not disrupt navigation. the registry value is:
[HKEY_CURRENT_USER\ControlPanel\Notifications\{8ddf 46e7-56ed-4750-9e58-afc6ce486d03}]
"Options"=dword:00000000

i am not able to find a registry to disable the cannot connect bubble. but there seems to be a way to program:
HWND hwnd = ::FindWindow(L"Dialog",L"Cannot Connect");

if ( hwnd != NULL )

:: DestroyWindow(hwnd);

rather than hard coding "Cannot Connect", it could be added to the config file as well with number of seconds to check.

EDIT: found the above code here.

Last edited by a4ace; 01-10-07 at 10:00 AM.
  Reply With Quote
Old 01-10-07, 11:13 AM   #22 (permalink)
Aximsite Rookie
 
Join Date: Jun 2006
Posts: 24
Thanked 1 Time in 1 Post
There is a registry setting that gets changed every time you change volume. However, it is passive: it changes when volume changes, but if u change it, it does not reflect on the volume itself in any way.
I make an OS api call to a library (user.dll i think) to control volume.
nivanov is offline   Reply With Quote
Old 01-10-07, 12:45 PM   #23 (permalink)
Aximsite Prospect
 
Join Date: Jan 2007
Posts: 2
Thanked 0 Times in 0 Posts
Found you via PocketGPSWorld. Have downloaded MS Net & installed in default location. Have also downloaded your TTloader but am unsure where to place it. TT is also installed in default location. My PPC is IPAQ 2210 NET v2.
Thanks
Bryan
hawkeye6007 is offline   Reply With Quote
Old 01-10-07, 02:27 PM   #24 (permalink)
Aximsite Rookie
 
Join Date: Jun 2006
Posts: 24
Thanked 1 Time in 1 Post
with the new version, you can put it anywhere, but config file has to go into My Documents. If you dont wanna use the config file, put it in the same directory as TomTom Navigator.exe
nivanov is offline   Reply With Quote
Old 01-13-07, 06:30 AM   #25 (permalink)
Aximsite Prospect
 
Join Date: Jan 2007
Posts: 2
Thanked 0 Times in 0 Posts
Thanks. Its a great program and is working like a dream. Brill!!!!
hawkeye6007 is offline   Reply With Quote
Old 01-25-07, 01:47 PM   #26 (permalink)
Aximsite Rookie
 
Join Date: Jun 2006
Posts: 24
Thanked 1 Time in 1 Post
Aximsitebluetoothicon UPDATE coming soon

Hey everyone. I just purchased a new bluetooth GPS receiver. I'm going to change TomTom Loader to turn bluetooth on and off, just like the volume:

Step 1. Remember current bluetooth state (On/off)
Step 2. Set it to On, if necessary.
Step 3. Run tomtom.
Step 4. When Tomtom quits, restore bluetooth device state found in step 1.

If anyone needs this functionality, let me know and I'll post the newer version.
nivanov is offline   Reply With Quote
Old 02-08-07, 05:28 AM   #27 (permalink)
Aximsite Prospect
 
Join Date: Feb 2007
Location: Søborg, Denmark
Posts: 1
Thanked 0 Times in 0 Posts
Thanks a lot. Works great on a Fujitsu-Siemens Loox N560 too.
ebbe is offline   Reply With Quote
Old 02-10-07, 04:38 AM   #28 (permalink)
Aximsite Prospect
 
Join Date: Jan 2006
Location: UK
Posts: 8
Device: Nokia N70
Carrier: O2
Thanked 0 Times in 0 Posts
This is a very useful app, I must say. Unfortunately, on my Axim x51v it doesn't restore the volume when I exit Tomtom. It's left on full. Not a major problem, but since you said that it 'saves the current volume setting, then sets volume to maximum, runs TomTom6 and when its closed, restores volume', I wonder if I am doing something wrong.
carigada is offline   Reply With Quote
Old 02-10-07, 09:39 PM   #29 (permalink)
Aximsite Rookie
 
Join Date: Jun 2006
Posts: 24
Thanked 1 Time in 1 Post
thats weird, i also got x51v and it works just fine. Its an OS call, I don't see how it wouldnt work unless u messed with sound drivers...
nivanov is offline   Reply With Quote
Old 02-15-07, 12:58 PM   #30 (permalink)
Aximsite Prospect
 
Join Date: Feb 2007
Posts: 4
Thanked 0 Times in 0 Posts
Hi

I installed on my loox720 and the app works nicely. The only problem is that it takes 25 seconds to start TT6 compared to the 5 seconds when launching TT6 direct. I have TT6 installed in the main memory and not on the CF card where the map is.

I am wondering if this extra time is the same on other devices or if I have made a mistake in the installation.
ssharpe is offline   Reply With Quote
Reply

Tags
loader, override, tomtom, volume

Sponsor Ads

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Override Navigation funcube2 GPS Talk 3 01-14-06 10:18 PM
audio input override RT_Rider Multimedia 2 10-06-05 10:15 AM
How to override data on my PPC Stormy X50 / X51 Forums 0 05-26-05 08:25 AM
How do I get Outlook to override my PDA during sync? jjohnson15 ActiveSync 1 05-18-05 04:24 PM


All times are GMT -5. The time now is 02:49 AM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2003-09 LeckMedia, LLC