by huggy » Sat Apr 16, 2011 2:42 pm
Sorry dont know how to post registry changes but was wondering if this is where im going wrong.
I added 2 files to the root of my mobilenavigator folder these were called TT7 Navigator.exe and TT7 Navigator.mscr. The TT7 Navigator.mscr file had the following in it
Errorlevel ("off")
RegWriteDword ("HKLM", "System\CurrentControlSet\Control\Power\State\UserIdle","Default",0)
RegDeleteKey ("HKLM", "System\CurrentControlSet\Control\Power\ActivityTimers", True, True)
RegDeleteKey ("HKLM", "System\CurrentControlSet\Control\Power\State\SystemIdle", True, True)
RegDeleteKey ("HKLM", "System\CurrentControlSet\Control\Power\State\UserIdle", True, True)
RegDeleteKey ("HKLM", "System\CurrentControlSet\Control\Power\Timeouts", True, True)
sleep 100
RunWait ("\StorageCard\TomTom Navigator\TomTom Navigator.exe")
Exit
I changed the the runwait line to ("\SDMMC\mobilenavigator\mobilenavigator.exe")
I changed the names of the 2 files I added from TT7 Navigator.exe and TT7 Navigator.mscr to mobilenavigator.exe and mobilenavigator.mscr
My original mobilenavigator.exe I changed to mobilenavigator1.exe.
It is after I have done this that my PNA shuts down after 5 minutes but when I revert it back it was ok except tomtom freezes after a couple of minutes. Hope this makes sense
thanks agan