logo elektroda
logo elektroda
X
logo elektroda

Mio Spirit 680 - Unlocking and uploading AutoMapa - getting the GPS signal

ave20 6444 1
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 16419789
    ave20
    Level 10  
    Hello

    I have an old - but functional, Mio Spirit 680 navigation. I wanted to upload current maps on it, but unfortunately the support for this model has ended.
    I wanted to unlock the device using the SEEKER folder on the SD card, but unfortunately the GPS signal cannot be established. It looks like AutoMapa is being overwritten by a process from Mio.
    I read the guides, added the script to the SEEKER folder, but unfortunately the process cannot be beaten and the Mio still runs on old maps, and for this the GPS connection cannot be established - as if the ports were leased.
    Where can I find the names of the processes I should kill for AutoMapa EU to start?
  • ADVERTISEMENT
  • #2 16420546
    jajacekpl
    Level 25  
    Universal script to kill processes in almost all Mio "S" series
    kill("AppStartupSec.exe")
    Sleep(300)
    kill("SmartST_CE.exe")
    Sleep(300)
    kill("CLMAPP.exe")
    Sleep(300)
    kill("DataManager.exe")
    Sleep(300)
    kill("Spirit.exe")
    Sleep(300)
    Run (...tu wpisz co chcesz uruchamiać...)
ADVERTISEMENT