use more generic name for PSDS service

This commit is contained in:
Daniel Micay 2022-12-16 03:55:06 -05:00
parent 198f43fa9d
commit ddce82bd1c
3 changed files with 14 additions and 8 deletions

View File

@ -284,7 +284,8 @@
<li>connectivity.grapheneos.org (legacy)</li>
<li>mta-sts.grapheneos.network</li>
<li>mta-sts.grapheneos.online</li>
<li>google.psds.grapheneos.org</li>
<li>google.psds.grapheneos.org (legacy)</li>
<li>broadcom.psds.grapheneos.org</li>
<li>remoteprovisioning.grapheneos.org</li>
<li>time.grapheneos.org</li>
</ul>

View File

@ -842,14 +842,18 @@
<p>On 6th and 7th generation Pixels (which use a Broadcom GNSS chip),
almanacs are downloaded from
https://google.psds.grapheneos.org/lto2.dat,
https://google.psds.grapheneos.org/rto.dat and
https://google.psds.grapheneos.org/rtistatus.dat which are the
GrapheneOS proxy servers for the standard servers. Alternatively, the
standard servers can be enabled in the Settings app which are
https://broadcom.psds.grapheneos.org/lto2.dat,
https://broadcom.psds.grapheneos.org/rto.dat and
https://broadcom.psds.grapheneos.org/rtistatus.dat which are a caching
proxy for Broadcom's data available at
https://gllto.glpals.com/7day/v5/latest/lto2.dat,
https://gllto.glpals.com/7day/v5/latest/rto.dat and
https://gllto.glpals.com/7day/v5/latest/rtistatus.data. Alternatively,
the standard servers can be enabled in the Settings app which are
https://agnss.goog/lto2.dat, https://agnss.goog/rto.dat and
https://agnss.goog/rtistatus.dat which are currently (as of October 2022)
hosted via Google Cloud Platform.</p>
https://agnss.goog/rtistatus.dat providing a similar cache of
Broadcom's data currently (as of October 2022) hosted on GCP (Google
Cloud Platform).</p>
</li>
<li>
<p>Connectivity checks designed to mimic a web browser user agent are performed

View File

@ -664,6 +664,7 @@
<li>adevtool: stop including unused install constraint configuration</li>
<li>adevtool: stop including stock OS root CA database</li>
<li>include Apps (app repository client) in managed profiles by default in order to support installing / updating sandboxed Google Play</li>
<li>Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro: switch to more generic broadcom.psds.grapheneos.org name for our Predicted Satellite Data Service (PSDS) cache instead of google.psds.grapheneos.org since we're obtaining it directly from Broadcom rather than Google's cache and it isn't Pixel specific but rather could be used with any Broadcomm GNSS (GPS, GLONASS, etc.) chip</li>
</ul>
</article>
-->