https://github.com/davylandman/wmadvancednavigonstarter
Have a windows mobile phone, and want to start navigon with a few pre actions, here is a nice start
https://github.com/davylandman/wmadvancednavigonstarter
Last synced: 2 months ago
JSON representation
Have a windows mobile phone, and want to start navigon with a few pre actions, here is a nice start
- Host: GitHub
- URL: https://github.com/davylandman/wmadvancednavigonstarter
- Owner: DavyLandman
- Created: 2010-07-18T17:27:30.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-19T14:25:52.000Z (about 14 years ago)
- Last Synced: 2024-10-11T19:59:11.872Z (8 months ago)
- Language: C#
- Homepage:
- Size: 293 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Windows Mobile Advanced Navigon Starter
===============When starting Navigon on my HTC Diamond I had a manual workflow which begged for
a automatic solution.I could have started with MortScript, but I dislike it due to limitations in
having a shortcut with custom icon.
I created this simple .NET Compact Framework application to do the following
things:- Disable the memory consuming HTC Touch additions (Manila)
- Disable Titanium home screen for Windows Mobile 6.5 (CHome)
- Rotate the screen to have Navigon to support Reality View (primary reason
for choosing Navigon over TomTom)
- Edit config file to switch between internal and external GPS
- Enable Bluetooth for the external GPS
- Have the appplication as a CAB file so that it can be installed easilyThe rotation and GPS selection is asked every time the program starts, and when
it closes (or crashes) it tries to restore as much as possible.TODO
-----
At the moment a lot is static (Navigon location, COM ports, rotation angle) but
when I have the time, I plan on adding a configuration file and a interface
around that.