位置报告启用器
Magisk 位置报告启用器。
怎么运行的
该模块将启动一个 cron 作业,使用 resetprop 不断更新这些属性:
[gsm.sim.operator.numeric]: [310030]
[gsm.sim.operator.iso-country]: [us]
此外,安装后首次重新启动时,以下软件包的数据将被清除:
com.google.android.gms
com.google.android.gsf
Location Report Enabler
Location Report Enabler with Magisk.
How it works
This module will start a cron job to constantly update these properties using resetprop:
[gsm.sim.operator.numeric]: [310030]
[gsm.sim.operator.iso-country]: [us]
Also on first reboot after installation, data of the following packages will be cleared:
com.google.android.gms
com.google.android.gsf
- Property changes are now in line with other implementations
gsm.sim.operator.numeric
set to310030
gsm.sim.operator.alpha
left untouched
- Google Play services will be CLEARED on installation
- Use
crond
instead of shell loops