From 629744d8c3624a516a91b08dc545641746a83b9c Mon Sep 17 00:00:00 2001 From: Nekron City Date: Sat, 22 Jan 2022 16:04:03 +0000 Subject: [PATCH] Fixed gps.conf path location for Xperia 10 II devices. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2c070f..58cd506 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ This setting can be reverted using the `--enable` flag to turn on SUPL TLS again Note: For a working TLS protected SUPL request you need updated root certificates in your modem (see option 2). Now that you disabled SUPL TLS transport you must change your `gps.conf` file. -It can be located at `/etc/gps.conf` (Xperia X, ...) or `/system/etc/gps.conf` (Xperia 10 II). +It can be located at `/etc/gps.conf` (Xperia X, ...) or `/system/vendor/etc/gps.conf` (Xperia 10 II). ``` # FOR SUPL SUPPORT, set the following @@ -161,7 +161,7 @@ The uploaded certificates are: This gives you the option to host your own TLS encrypted SUPL proxy using a Let's Encrypt signed certificate or otherwise use the Google SUPL TLS service directly. Now that you enabled SUPL TLS transport you must change your `gps.conf` file. -It can be located at `/etc/gps.conf` (Xperia X, ...) or `/system/etc/gps.conf` (Xperia 10 II). +It can be located at `/etc/gps.conf` (Xperia X, ...) or `/system/vendor/etc/gps.conf` (Xperia 10 II). ``` # FOR SUPL SUPPORT, set the following