Skip to content

Commit

Permalink
gps: Fix agps
Browse files Browse the repository at this point in the history
Conflicts:
	overlay/frameworks/base/core/res/res/values/config.xml
  • Loading branch information
dmd79 authored and SubhrajyotiSen committed Jun 18, 2017
1 parent 98a1c95 commit 564b086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions gps/etc/gps.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ INTERMEDIATE_POS=1
# default - non is locked for backward compatibility
#GPS_LOCK = 0

# supl version 1.0
SUPL_VER=0x10000
# supl version 2.0
SUPL_VER=0x20000

# Emergency SUPL, 1=enable, 0=disable
SUPL_ES=0
Expand Down Expand Up @@ -95,7 +95,7 @@ SUPL_PORT=7276
# 1: Enable LPP_User_Plane on LTE
# 2: Enable LPP_Control_Plane
# 3: Enable both LPP_User_Plane and LPP_Control_Plane
LPP_PROFILE = 0
LPP_PROFILE = 2

################################
# EXTRA SETTINGS
Expand Down
4 changes: 0 additions & 4 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -511,10 +511,6 @@
<item>"/system/framework/arm64/boot-core-libart.oat"</item>
</string-array>

<!-- Enable overlay for all location components. -->
<string name="config_networkLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
<string name="config_fusedLocationProviderPackageName" translatable="false">com.qualcomm.location</string>

<!-- Disable button backlight settings. -->
<integer name="config_buttonBrightnessSettingDefault">0</integer>

Expand Down

0 comments on commit 564b086

Please sign in to comment.