I really like "tips and tricks" for iGo. I'll be adding a few here.
Here is the first one...
To have iGo Primo (WinCE only - this same info automatically gets logged to logcat in Android) create a detailed log of what it's doing, which is great for troubleshooting boot issues, random reboots, TTS issues, etc, simply add this line to your sys.txt under the [debug] section:
log_1="\SD Memory\nng\debug.log::5"
Make sure you replace the path with the correct path for your device. On my 2DIN device, the main iGo directory is "\SD Memory\nng". Not sure what the parameters are at the end, but I'm assuming that they are related to verbosity. If I use a "1" instead of a "5", there is very little info in the log. But I didn't really see any additional info by using a "9" instead of a "5"... This log will continue to grow over time (it does not overwrite - it appends each time the app is started). I'll have to look into a method to automatically clear the log file each time Primo starts.
Also, to log additional info regarding TTS, add this line to the [tts] section in sys.txt:
debug_tts_manager=1
More tips and tricks to come shortly!
Sent from my HP SlateBook 10 x2 PC using Tapatalk
Bookmarks