Advertisement
idroj07

Gps.conf Infocus M2

Jun 7th, 2015
541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. #Uncommenting these urls would only enable
  2. #the power up auto injection and force injection(test case).
  3. #XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
  4. #XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
  5. #XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
  6.  
  7. # Error Estimate
  8. # _SET = 1
  9. # _CLEAR = 0
  10. ERR_ESTIMATE=0
  11.  
  12. #Test
  13. NTP_SERVER=time.gpsonextra.net
  14. #Asia
  15. # NTP_SERVER=asia.pool.ntp.org
  16. #Europe
  17. # NTP_SERVER=europe.pool.ntp.org
  18. #North America
  19. # NTP_SERVER=north-america.pool.ntp.org
  20.  
  21. # DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
  22. # 4 - Debug, 5 - Verbose
  23. # If DEBUG_LEVEL is commented, Android's logging levels will be used
  24. DEBUG_LEVEL = 3
  25.  
  26. # Intermediate position report, 1=enable, 0=disable
  27. INTERMEDIATE_POS=0
  28.  
  29. # supl version 1.0
  30. SUPL_VER=0x10000
  31.  
  32. # Emergency SUPL, 1=enable, 0=disable
  33. SUPL_ES=1
  34.  
  35. # GPS Capabilities bit mask
  36. # SCHEDULING = 0x01
  37. # MSB = 0x02
  38. # MSA = 0x04
  39. # ON_DEMAND_TIME = 0x10
  40. # GEOFENCE = 0x20
  41. # default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE
  42. CAPABILITIES=0x37
  43.  
  44. # Accuracy threshold for intermediate positions
  45. # less accurate positions are ignored, 0 for passing all positions
  46. # ACCURACY_THRES=5000
  47.  
  48. ################################
  49. ##### AGPS server settings #####
  50. ################################
  51.  
  52. # FOR SUPL SUPPORT, set the following
  53. # SUPL_HOST=supl.host.com or IP
  54. # SUPL_PORT=1234
  55.  
  56. # FOR C2K PDE SUPPORT, set the following
  57. # C2K_HOST=c2k.pde.com or IP
  58. # C2K_PORT=1234
  59.  
  60. ####################################
  61. # LTE Positioning Profile Settings
  62. ####################################
  63. # 0: Enable RRLP on LTE(Default)
  64. # 1: Enable LPP_User_Plane on LTE
  65. # 2: Enable LPP_Control_Plane
  66. # 3: Enable both LPP_User_Plane and LPP_Control_Plane
  67. LPP_PROFILE = 0
  68.  
  69. ################################
  70. # EXTRA SETTINGS
  71. ################################
  72. # NMEA provider (1=Modem Processor, 0=Application Processor)
  73. NMEA_PROVIDER=0
  74. # Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE)
  75. SGLTE_TARGET=0
  76.  
  77. ##################################################
  78. # Select Positioning Protocol on A-GLONASS system
  79. ##################################################
  80. # 0x1: RRC CPlane
  81. # 0x2: RRLP UPlane
  82. # 0x4: LLP Uplane
  83. A_GLONASS_POS_PROTOCOL_SELECT = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement