1. ##GPS Fix with 8 NTP Servers##
  2.  
  3. NTP_SERVER=2.hk.pool.ntp.org
  4. NTP_SERVER=0.cn.pool.ntp.org
  5. NTP_SERVER=0.asia.pool.ntp.org
  6. NTP_SERVER=1.asia.pool.ntp.org
  7. NTP_SERVER=2.asia.pool.ntp.org
  8. NTP_SERVER=3.asia.pool.ntp.org
  9.  
  10. XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
  11. XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
  12. XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
  13.  
  14. // DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
  15. // 4 - Debug, 5 - Verbose
  16. DEBUG_LEVEL =0
  17.  
  18. // Intermediate position report, 1=enable, 0=disable
  19. // Reduces accuracy, increases speed
  20. INTERMEDIATE_POS=0
  21.  
  22. // Accuracy threshold for intermediate positions
  23. // 0 for no threshold causes 'Skipton bug'
  24. ACCURACY_THRES=40
  25.  
  26. // Report supl ref location as position, 1=enable, 0=disable
  27. REPORT_POSITION_USE_SUPL_REFLOC=1
  28.  
  29. // Wiper (wifi positioning), 1=enable, 0=disable
  30. ENABLE_WIPER=1
  31.  
  32. ##AGPS Settings##
  33.  
  34. // FOR SUPL SUPPORT, set the following
  35. SUPL_HOST=supl.google.com
  36. SUPL_PORT=7276
  37. SUPL_NO_SECURE_PORT=7276
  38. SUPL_SECURE_PORT=7276
  39.  
  40. // FOR C2K PDE SUPPORT, set the following
  41. // C2K_HOST=c2k.pde.com or IP
  42. // C2K_PORT=1234
  43.  
  44. ##AGPS Carrier Settings##
  45.  
  46. CURRENT_CARRIER=common
  47. DEFAULT_AGPS_ENABLE=TRUE
  48. DEFAULT_SSL_ENABLE=FALSE
  49.  
  50. // TRUE for "User Plane", FALSE for "Control Plane"
  51. DEFAULT_USER_PLANE=TRUE
  52.  
  53. ## By mikel.canovas
  54. ## Credits: H3llstorm
  55. ## Xenova