875 installs navit.xml to navit/share/ but navit/bin/navit-wrapper has following paths so it does not run out of the box for 320x240 devices, and is also commented out.
# Run Navit.
if /mnt/sdcard/navit/sdl/testvidinfo | grep 480x272
then
/mnt/sdcard/navit/bin/navit /mnt/sdcard/navit/share/tomtom480.xml 2>/mnt/sdcard/navit/navit.log&
# tomtom320xml is not provided yet
# elif /mnt/sdcard/navit/sdl/testvidinfo | grep 320x240
# then
# /mnt/sdcard/navit/bin/navit /mnt/sdcard/navit/share/config/tomtom320.xml 2>/mnt/sdcard/navit/navit.log&
else
exit 1
fi
875 installs navit.xml to navit/share/ but navit/bin/navit-wrapper has following paths so it does not run out of the box for 320x240 devices, and is also commented out.