EVNation
Well-known member
I was looking for a way to upload charging stations from my app direct to the nav system.
I found that you can export the NAV data to SD card. The data is saved in three files.
1. Home location : homelocation.hlc
2. Stored location: storedlocation.slc
3. stsfile : unknown what that is though it just has some hex code followed by exp_fin in ascii.
Looking at the location files, they are a 256 byte hex block followed by ascii comma separated numbers. The first numbers are the Lat/Lon coords for the location. The rest of it will need to be decoded.
Anyone know if this is a standard format that there are existing editors for? I couldn't find anything.
If not, I will start decoding it by making changes to the settings and see what comes up.
If you are interested in helping with this, you will need an SD card and the ability to load that file on a PC. DM me if you would like to participate. I will publish any info I determine or any utilities I make.
I found that you can export the NAV data to SD card. The data is saved in three files.
1. Home location : homelocation.hlc
2. Stored location: storedlocation.slc
3. stsfile : unknown what that is though it just has some hex code followed by exp_fin in ascii.
Looking at the location files, they are a 256 byte hex block followed by ascii comma separated numbers. The first numbers are the Lat/Lon coords for the location. The rest of it will need to be decoded.
Anyone know if this is a standard format that there are existing editors for? I couldn't find anything.
If not, I will start decoding it by making changes to the settings and see what comes up.
If you are interested in helping with this, you will need an SD card and the ability to load that file on a PC. DM me if you would like to participate. I will publish any info I determine or any utilities I make.