From 3115396b22aea316b53df48578ac312a5808038b Mon Sep 17 00:00:00 2001 From: Nekron City Date: Tue, 4 Oct 2022 10:06:07 +0000 Subject: [PATCH] Updated README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 034ad8d..9881694 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,14 @@ _What are you patching on my modem?_ - `suplpatcher` is _only_ modifying a single non-volatile setting to disable / enable secure SUPL transport (--disable , --enable flag) which can't be changed using the `gps.conf` file. - `suplpatcher` is uploading four new root certificates to get secure SUPL working (--upload, --remove flag). The certificates are uploaded to modems internal embedded files system (EFS) and can be removed by using the `--remove` flag. It is currently unclear if vendor blob supports certificate injection or if this function must be implemented by SailfishOS. +_I've updated my SailfishOS phone, now what?_ +- If you had already patched your secure SUPL settings in the modem you don't have to re-run `suplatcher`. SailfishOS system upgrade will not change internal NV / EFS modem settings. +- Alas `gps.conf` file must be modified again as system upgrade will overwrite this file with the stock one from Sonys AOSP repository + #### Changelog #### +v0.0.2.1 +- Added FAQ entry about SailfishOS system upgrades + v0.0.2.0 - Added support for AOSP base 11 to get `suplpatcher` working with Xperia 10 Mark 3 - Added a new flag to modify SUPL modem default version (needed for 4G SUPL support)