Android/DIY/LocationReportEnabler

Android/DIY/LocationReportEnabler

通过模拟 sim 卡归属国家信息以激活 Google 位置服务。需要 root。

一些限制中国用户访问的 App (比如 TikTok 抖音国际版) 也能通过这种方式解除限制。

其原理是强制设置系统 "gsm.sim.operator.numeric" "gsm.sim.operator.iso-country" 这两个配置的值。(默认值来源于主 sim 卡)

推荐设置:

  • gsm.sim.operator.numeric (sim 运营商代码): 44001 (对应 Docomo)
  • gsm.sim.operator.iso-country (sim 运营商国家): jp

可选设置:

  • gsm.sim.operator.numeric: 310030 (ATT)
  • gsm.sim.operator.iso-country: us

下载

其它修改方式

手工修改:通过 terminal 或 adb,需要 root。(不推荐,可能每次开机或 sim 卡切换出飞行模式时都需要修改一次)

setprop gsm.operator.iso-country jp
setprop gsm.sim.operator.numeric 44001

Last update: 2019-08-26 03:05:33 UTC