One thing I noticed when I was digging through the ttn binary file was that there were references to files and folders that it was looking to be present on the /mnt/sdcard/ folder. Normal folders, like itn, and helpme, but also some interesting filenames as well.
These three I can't find any information about:
allowmp3.dat
allowpin.dat
autostart.txt
These two I found some very vague info on:
allowtrip.dat - trip logging, for TT's use to improve maps value in file of 1 creates new dat file and enables submission. Value of 2 looks for existing dat file?
disallowtrip.dat - also has to do with trip logging "anonymous" tt stat gathering, default value in this file would be 3
I also found references to bmp files:
_failed.bmp
crowd.bmp
sliderhi.bmp
slider.bmp
splash.bmp
splashw.bmp
buttonhi.bmp
button43.bmp
button44.bmp
button125.bmp
button212.bmp
buttonvert.bmp
buttontype1.bmp
button.bmp
cell.bmp
input.bmp
titlebar19.bmp
clean.bmp
botbar40.bmp
SafetyCam.bmp
This was in the init file:
# SDK-User may start custom PnP daemon from SD card, or may choose to disable PnP feature
# by placing an empty TTPnPD file on SD card. Otherwise the default PnP is started.
And I also found an interesting binary:
/bin/ttcalib
From the looks of it, the above binary calibrates the tt
Just below the part of the ttn binary that lists /mnt/sdcard/debug.txt, it also lists this information:
DebugSkipGPSReading
Debug parameter DebugSkipGPSReading set to %d
DebugSkipHardwareStatus
Debug parameter DebugSkipHardwareStatus set to %d
DebugSkipBatteryStatus
Debug parameter DebugSkipBatteryStatus set to %d
DebugSkipSDHotSwap
Debug parameter DebugSkipSDHotSwap set to %d
DebugSkipUSBCheck
Debug parameter DebugSkipUSBCheck set to %d
DebugLogGps
Debug parameter DebugLogGps set to %d
DebugCloseSound
Debug parameter DebugCloseSound set to %d
DebugGlobalsOnSD
Debug parameter DebugGlobalsOnSD set to %d
DebugSkipFileIOStressTest
Debug parameter DebugSkipFileIOStressTest set to %d
DebugShowAccDataInGPSStatus
Debug parameter DebugShowAccDataInGPSStatus set to %d
DebugToggleLogInGPSStatus
Debug parameter DebugToggleLogInGPSStatus set to %d
DebugShortSDReads
Debug parameter DebugShortSDReads set to %d
DebugSkipHighBaudRate
Debug parameter DebugSkipHighBaudRate set to %d
DebugRemoveMapSettings
Debug parameter DebugRemoveMapSettings set to %d
DebugDisableSound
Debug parameter DebugDisableSound set to %d
DebugSkipDockingType
Debug parameter DebugSkipDockingType set to %d
DebugDebugGps
Debug parameter DebugDebugGps set to %d
DebugTripRecording
Debug parameter DebugTripRecording set to %d
DebugShowClockStatusInGPSStatus
Debug parameter DebugShowClockStatusInGPSS
I'm guessing these are parameters that can be added to the debug.txt file?
Anyone have any info on any of the above?
These three I can't find any information about:
allowmp3.dat
allowpin.dat
autostart.txt
These two I found some very vague info on:
allowtrip.dat - trip logging, for TT's use to improve maps value in file of 1 creates new dat file and enables submission. Value of 2 looks for existing dat file?
disallowtrip.dat - also has to do with trip logging "anonymous" tt stat gathering, default value in this file would be 3
I also found references to bmp files:
_failed.bmp
crowd.bmp
sliderhi.bmp
slider.bmp
splash.bmp
splashw.bmp
buttonhi.bmp
button43.bmp
button44.bmp
button125.bmp
button212.bmp
buttonvert.bmp
buttontype1.bmp
button.bmp
cell.bmp
input.bmp
titlebar19.bmp
clean.bmp
botbar40.bmp
SafetyCam.bmp
This was in the init file:
# SDK-User may start custom PnP daemon from SD card, or may choose to disable PnP feature
# by placing an empty TTPnPD file on SD card. Otherwise the default PnP is started.
And I also found an interesting binary:
/bin/ttcalib
From the looks of it, the above binary calibrates the tt
Just below the part of the ttn binary that lists /mnt/sdcard/debug.txt, it also lists this information:
DebugSkipGPSReading
Debug parameter DebugSkipGPSReading set to %d
DebugSkipHardwareStatus
Debug parameter DebugSkipHardwareStatus set to %d
DebugSkipBatteryStatus
Debug parameter DebugSkipBatteryStatus set to %d
DebugSkipSDHotSwap
Debug parameter DebugSkipSDHotSwap set to %d
DebugSkipUSBCheck
Debug parameter DebugSkipUSBCheck set to %d
DebugLogGps
Debug parameter DebugLogGps set to %d
DebugCloseSound
Debug parameter DebugCloseSound set to %d
DebugGlobalsOnSD
Debug parameter DebugGlobalsOnSD set to %d
DebugSkipFileIOStressTest
Debug parameter DebugSkipFileIOStressTest set to %d
DebugShowAccDataInGPSStatus
Debug parameter DebugShowAccDataInGPSStatus set to %d
DebugToggleLogInGPSStatus
Debug parameter DebugToggleLogInGPSStatus set to %d
DebugShortSDReads
Debug parameter DebugShortSDReads set to %d
DebugSkipHighBaudRate
Debug parameter DebugSkipHighBaudRate set to %d
DebugRemoveMapSettings
Debug parameter DebugRemoveMapSettings set to %d
DebugDisableSound
Debug parameter DebugDisableSound set to %d
DebugSkipDockingType
Debug parameter DebugSkipDockingType set to %d
DebugDebugGps
Debug parameter DebugDebugGps set to %d
DebugTripRecording
Debug parameter DebugTripRecording set to %d
DebugShowClockStatusInGPSStatus
Debug parameter DebugShowClockStatusInGPSS
I'm guessing these are parameters that can be added to the debug.txt file?
Anyone have any info on any of the above?
Last edited: