Advertisement
acejavelin

Stock_weak_v3_gps.conf

Sep 9th, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 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/xtra2.bin
  4. XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra2.bin
  5. XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra2.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. #US Specific
  21. NTP_SERVER=us.pool.ntp.org
  22. #Korea
  23. # NTP_SERVER=0.kr.pool.ntp.org
  24. #JP
  25. # NTP_SERVER=3.jp.pool.ntp.org
  26.  
  27.  
  28. # DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
  29. # 4 - Debug, 5 - Verbose
  30. DEBUG_LEVEL = 5
  31.  
  32. # Intermediate position report, 1=enable, 0=disable
  33. # Used to get interim position well waiting for GPS
  34. # from mobile network cellular tower positions
  35. INTERMEDIATE_POS=1
  36.  
  37. # Used in conjunction with INTERMEDIATE_POS
  38. # ACCURACY_THRES sets the accuracy threshold in meters
  39. # Values over the setting are discarded, 0=All values
  40. ACCURACY_THRES=5000
  41.  
  42. # supl version 1.0
  43. #SUPL_VER=0x10000
  44. # supl version 2.0
  45. #SUPL_VER=0x20000
  46. SUPL_VER=0x20000
  47.  
  48. # GPS Capabilities bit mask
  49. # SCHEDULING = 0x01
  50. # MSB = 0x02
  51. # MSA = 0x04
  52. # ON_DEMAND_TIME = 0x10
  53. # GEOFENCE = 0x20
  54. # default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE
  55. CAPABILITIES=0x31
  56.  
  57. # Accuracy threshold for intermediate positions
  58. # less accurate positions are ignored, 0 for passing all positions
  59. # ACCURACY_THRES=5000
  60.  
  61. ################################
  62. ##### AGPS server settings #####
  63. ################################
  64.  
  65. # FOR SUPL SUPPORT, set the following
  66. # SUPL_HOST=supl.host.com or IP
  67. # SUPL_PORT=1234
  68.  
  69. # FOR C2K PDE SUPPORT, set the following
  70. # C2K_HOST=c2k.pde.com or IP
  71. # C2K_PORT=1234
  72.  
  73.  
  74. ####################################
  75. # LTE Positioning Profile Settings
  76. ####################################
  77. # 0: Enable RRLP on LTE(Default)
  78. # 1: Enable LPP_User_Plane on LTE
  79. # 2: Enable LPP_Control_Plane
  80. # 3: Enable both LPP_User_Plane and LPP_Control_Plane
  81. LPP_PROFILE = 3
  82.  
  83. ################################
  84. # EXTRA SETTINGS
  85. ################################
  86. # NMEA provider (1=Modem Processor, 0=Application Processor)
  87. NMEA_PROVIDER=1
  88.  
  89. ##################################################
  90. # Select Positioning Protocol on A-GLONASS system
  91. ##################################################
  92. # 0x1: RRC CPlane
  93. # 0x2: RRLP UPlane
  94. # 0x4: LLP Uplane
  95. A_GLONASS_POS_PROTOCOL_SELECT = 0
  96.  
  97. ################################
  98. # LGE EXTRA SETTINGS
  99. ################################
  100. VENDOR=VZW
  101. LGE_TLS_MODE=1
  102. LGE_GPS_POSITION_MODE=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement