国产手机Google Play的应用无法更新的解决方法
博主家里的网络是在OpenWRT里用V2rayA做的透明代理,方式为只代理gfwlist名单。自从一加手机用了国产的ColorOS系统之后,发现Google Play里的应用更新困难,一直转圈,无法正常下载更新。但是打开手机的v2rayNG后又正常,因为是同一个节点,所以排队了节点的问题。
于是,博主在网上求助,看了这个问题好几年前就有了,各种各样的解决方法。
https://www.0z.gs/android/2077.html
https://www.ohyee.cc/post/note_google_play_store
https://v2ex.com/t/696735?p=1
以上几篇文章都是讨论这个问题的。
综合以上的贴文,博主经过测试,发现只需要把xn--ngstr-lra8j.com和services.googleapis.cn加入到直连列表即可。
V2rayA里面的RoutingA的内容如下:
# Proxy Only GFWList # GFWList模式 default: direct # scholar sites domain(geosite:google-scholar)->proxy domain(geosite:category-scholar-!cn, geosite:category-scholar-cn,domain:xn--ngstr-lra8j.com,domain:services.googleapis.cn)->direct domain(ext:"LoyalsoldierSite.dat:gfw", ext:"LoyalsoldierSite.dat:greatfire")->proxy domain(geosite:geolocation-!cn)->proxy # telegram # ip(ext:"LoyalsoldierIP.dat:telegram")->proxy # ip(ext:"LoyalsoldierSite.dat:telegram")->proxy ip(91.108.56.0/22,91.108.4.0/22,91.108.8.0/22,91.108.16.0/22,91.108.12.0/22,149.154.160.0/20,91.105.192.0/23,91.108.20.0/22,185.76.151.0/24,"2001:b28:f23d::/48","2001:b28:f23f::/48","2001:67c:4e8::/48","2001:b28:f23c::/48","2a0a:f280::/32",142.250.68.10)->proxy domain(domain:v2raya.org,domain:cdn.apkflash.net)->proxy
其它不做任何变动,国产手机就可以正常使用Google Play里的app了。