I have a Aaus A696 an i have a problem with power managent : even if i have "backlight always on" and car charger it's conected after 1-2 minutes backlight goes down. Igo 2006 works fine but igo8 doesn't.
Any suggestion ?
Anybody ????[/quote]
Ok, here is what I have done for another GPS program that I used to use (Odyssey Mobile), since it didn't have an option to keep the backlight on...
1. Download and install Mortscript 4. (You can get it here:
http://handheld.softpedia.com/progDownload/MortScript-Download-32952.html)
2. Create a text file called "RunIGO8.mscr" with the following contents (this will be the Mortscript "script"). The lines beginning with a "#" are comment lines to explain whats going on. Of course, you may need to modify the path to the igo8.exe executable depending on where you have it installed:
#Mortscript script to start iGO and keep it "alive"
# Start iGO 8
Run ("\Program Files\igo8\igo8.exe")
#Uncomment the following this line to automatically set PDA to a certain volume, if desired.
#setvolume 200
# Wait for iGo to startup (sleep for 15 seconds)
sleep 15000
# Simple loop that sends "tab" charater to iGo every 15 seconds
while wndexists ("iGO 8")
sleep 15000
sendtab
endwhile
# End of script - put any other commands here if you want them to run when iGo exits.3. Create a shortcut to this script on your PDA somewhere (in "\Windows\Start Menu\Programs" or in your application launcher app) and run it. Running this scripts will automatically launch Mortscript and run the script.
By sending a "[TAB]" character to iGo every few seconds, it will stop the backlight from turning off (the tab character does not interfere with iGO in any way - it ignores it).
You can also expand this script to (for example), turn off wifi and turn on bluetooth automatically before starting iGo, etc!
Feel fell to PM me if you need any assistance![/quote][/quote]
it works ! thank you ! I did what you tell me and now it works. thank you !!!!!!!!
You have been donated 10 wrz$