Problem opening GPS

In contrary to Windows CE devices, which are connecting to GPS through a COM port, in Android the GPS is connected through location services.
Please make sure the application settings (settings.ini) are correctly set as folows:

  • Android with Sygic 2D
    com=Integrated GPS,9600,2
    The first 2 parameters are ignored. It is the 3rd parameter which matters
  • Android with Sygic 3D
    m_strDefCom=Integrated GPS,9600,3
    The first 2 parameters are ignored. It is the 3rd parameter which matters.