diff options
author | Jookia <166291@gmail.com> | 2016-11-09 07:14:35 +1100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-01-10 11:33:05 +0100 |
commit | 735df82261e3b5898a4ddad24226ee03955d2b75 (patch) | |
tree | bfc0c09930fba62317d7f53159150555ec7a4c27 /configs | |
parent | 24de677463060ad71bbbc2edfa8598f0c26239fe (diff) | |
download | device_samsung_galaxys2-common-735df82261e3b5898a4ddad24226ee03955d2b75.zip device_samsung_galaxys2-common-735df82261e3b5898a4ddad24226ee03955d2b75.tar.gz device_samsung_galaxys2-common-735df82261e3b5898a4ddad24226ee03955d2b75.tar.bz2 |
Remove all GPS code.
Currently gpswrapper causes a crash when booting, so for now remove it. But
since we're removing that, remove the rest of it while we're at it. If people
want to use the GPS, they can revert this commit.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/gps.conf | 6 | ||||
-rw-r--r-- | configs/sirfgps.conf | 38 |
2 files changed, 0 insertions, 44 deletions
diff --git a/configs/gps.conf b/configs/gps.conf deleted file mode 100644 index b766326..0000000 --- a/configs/gps.conf +++ /dev/null @@ -1,6 +0,0 @@ -NTP_SERVER=north-america.pool.ntp.org -XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin -XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin -XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin -SUPL_HOST=supl.google.com -SUPL_PORT=7276 diff --git a/configs/sirfgps.conf b/configs/sirfgps.conf deleted file mode 100644 index d3d3c5a..0000000 --- a/configs/sirfgps.conf +++ /dev/null @@ -1,38 +0,0 @@ -#CSR SiRF plc -#PROJECT_NAME : white Space is not allowed -#UART_DRIVER : Uart Driver Path -#RESET_GPIO : Reset GPIO Driver Path -#ONOFF_GPIO : OnOff GPIO Driver Path -#EXTERNAL_LNA : 1 - use External LNA, 0 - use Internal LNA only -#REF_CLOCK_26MHZ: 1 - use 26MHz TCXO, 0 - use 16.369MHz TCXO -#UART_BAUD_RATE : 0 - 115200bps 1 - 230400, 2 - 460800, 3 - 57600 -#FREQUENCY_AIDING : 0 - Disable, 1 - Enable -#SENSOR_AIDING : 0 - Disable, 1 - Enable -#SET_ID_IMSI : 1 - Use IMSI for SET ID, 0 - Use MSISDN for SET ID, especially for Japan Network Operators -#DEBUGGING_FILES : 0 - no log file, 1 - log files enabled -#SSL_ENABLED : 0 - SSL Disabled, 1 - SSL Enabled -#CERTI_VERSION : 0 - TLSv1 , 1 - SSLv3 , 2 - SSLv23 -#CP_RESPONSETIME : 0 - no priority, 1 - resposne priority time, 2 - resposne priority position ,3 - resposne priority use entire response time -#REAIDING=20 -#CONTROL_PLANE : 1 - CP Enabled, 0 - CP Disabled, for MP3 player or PND -#ATT_NETWORK_OPERATOR : 1 - for AT&T, 0 - for other network operator -PROJECT=SAMSUNG_S5PC210 -UART_DRIVER=/dev/ttySAC1 -RESET_GPIO=/sys/devices/virtual/sec/gps/GPS_nRST/value -ONOFF_GPIO=/sys/devices/virtual/sec/gps/GPS_PWR_EN/value -EXTERNAL_LNA=0 -REF_CLOCK_26MHZ=1 -UART_BAUD_RATE=2 -FREQUENCY_AIDING=1 -SENSOR_AIDING=1 -SET_ID_IMSI=1 -DEBUGGING_FILES=0 -SSL_ENABLED=0 -CERTI_VERSION=0 -CP_RESPONSETIME=2 -CONTROL_PLANE=1 -ATT_NETWORK_OPERATOR=0 -ICS_NETWORK_OPERATOR=1 -SGEE=0 -EMC_ENABLE=1 -LOG_PATH=/data |