Fixed gps.conf path location for Xperia 10 II devices.
parent
a04dfbea57
commit
629744d8c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue