Releases

Back to module

vv2.2.1 build 5

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.2.1 - 2023-03-13

🎉 Support updating module via Magisk Manager

Changed

  • Add updateJson to module.prop

2.2.0 - 2023-03-13

🎉 Use GrapheneOS SUPL proxy (thanks @ranton1990)

Changed

  • Use supl.grapheneos.org as SUPL_HOST

2.1.0 - 2023-01-17

🎉 Fix Google server being used (thanks @ranton1990)

Changed

  • Use agpss.orange.fr as SUPL_HOST

2.0.0 - 2022-10-15

🎉 Maintenance changes

Changed

  • Use European time server
  • Fix setting SUPL_HOST if it does not exist yet

1.0.0 - 2020-05-03

🎉 First release!

Added

  • Everything needed to make a standard Magisk module
  • A post-fs-data script that replaces the values of SUPL_HOST and NTP_SERVER in Android's gps.conf
  • A readme detailing everything needed to know before installing the module
  • A license file
  • GitHub workflows to lint the script as well as build and publish the module

vv2.3.1 build 7

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.3.1 - 2025-11-06

Added

  • If /system/etc/gps.conf is missing but gps_debug.conf exists, copy the modified gps_debug.conf as gps.conf (fallback behavior).

2.3.0 - 2025-11-06

🎉 Add support for NTP server replacement in different scencarios

Changed

  • Use pool.ntp.org as NTP_SERVER as it resolves to a nearby NTP server

Added

  • Support for devices using gps_debug.conf
  • Ensure NTP_PORT is set

2.2.1 - 2023-03-13

🎉 Support updating module via Magisk Manager

Changed

  • Add updateJson to module.prop

2.2.0 - 2023-03-13

🎉 Use GrapheneOS SUPL proxy (thanks @ranton1990)

Changed

  • Use supl.grapheneos.org as SUPL_HOST

2.1.0 - 2023-01-17

🎉 Fix Google server being used (thanks @ranton1990)

Changed

  • Use agpss.orange.fr as SUPL_HOST

2.0.0 - 2022-10-15

🎉 Maintenance changes

Changed

  • Use European time server
  • Fix setting SUPL_HOST if it does not exist yet

1.0.0 - 2020-05-03

🎉 First release!

Added

  • Everything needed to make a standard Magisk module
  • A post-fs-data script that replaces the values of SUPL_HOST and NTP_SERVER in Android's gps.conf
  • A readme detailing everything needed to know before installing the module
  • A license file
  • GitHub workflows to lint the script as well as build and publish the module