Updated README.md

main
Nekron City 2022-10-04 10:06:07 +00:00
parent af375c60bc
commit 3115396b22
1 changed files with 7 additions and 0 deletions

View File

@ -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)