通过模拟 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
下载
- LocationReportEnabler (独立 App。需要 root)(推荐使用这个。Riru版本的对某些限制区域的App可能无效)
- Riru-LocationReportEnabler (Riru 模块。需要 root 并安装 Riru)
- LocationReportEnablerXposed (Xposed 版,原理有所不同)
其它修改方式
手工修改:通过 terminal 或 adb,需要 root。(不推荐,可能每次开机或 sim 卡切换出飞行模式时都需要修改一次)
setprop gsm.operator.iso-country jp
setprop gsm.sim.operator.numeric 44001