[QRCODE][/QRCODE]Link to file
install-recovery.sh (last version, easily configurable, with early start of services).
By replacing file
/system/etc/install-recovery.sh with the above version, any TomTom map(s), located on any available storage (GPS, SD, USB), will work with Android KK on our HU.
Assuming that the new
install-recovery.sh file is on the second external SD card, execute under the
Terminal Emulator app the following code in order to perform the replacement:
Code:
$ su
# mount -o remount,rw /system
# cd /system/etc
# cp /mnt/external_sd2/install-recovery.sh ./
# chmod 755 install-recovery.sh
# chown root:root install-recovery.sh
Then reboot at any time (with the
Real Reboot app, or execute directly the
reboot command as root).
There is no more need for the
FolderMount app, and the setup is always done
before TomTom starts.
When (re)inserting the SD/USB stick, there is no need for reboot, just wait a bit.
People that do not use TomTom could safely use the modified
install-recovery.sh file, anyway.
See also posts
#7157,
#7222,
and especially #7848 - which summarizes TomTom related possibilities, and then some more.