Hello fellow R2H owners!
I was very much annoyed that on reboot the integrated GPS receiver didn't recall the last setting, like the WIFI remains active on restart... so, I have decided to write my own application that activates and deactivates the device. I am very happy to, finally, make time for this (have the R2H for some time now) and would like to share this small tool with all of you. It is very simple to use, and can be set to run once on start-up. It acts as a command-line, with the following syntax:
Code:
gpsCtrl.exe on|off|toggle
Everytime is being executed, it stores the last option in registry... and when executed without parameters, will read the last option "on" / "off" from registry and activates / deactivates the device accordingly. Also, for those developers out there, I am providing the full source code of this small utility.
Happy navigation!
Attachment:
GPSonR2H_WinXP.zip