
给一加 6 刷上 Pixel Experience P 之后,手机没有 root,adb 却有。。传统的 locationreportenabler 用不了了,但是通过研究它的代码,我发现了只用 adb root 的方法。 大概就是这三条指令
adb root adb shell "setprop gsm.sim.operator.numeric 运营商代码" adb shell "setprop gsm.sim.operator.iso-country 运营商国家" 本质上还是通过伪造国外运营商来开启。不过有些细节还没有研究清楚,比如清除数据之类的。无脑把 Google 有关的全部清了肯定没事。至于免 root 教程中提到的关闭电话权限,亲测不需要。 截图:

1 lqzhgood Oct 1, 2018 feed 可用了? 我用 xposed locationreportenabler 都开不了~~~ |
2 ysc3839 Oct 1, 2018 via Android adb root 也是 root。 LocationReportEnabler 也是通过修改 property 实现的。弄成 GUI 界面估计是为了方便小白使用。 https://github.com/GhostFlying/LocationReportEnabler |
3 ysc3839 Oct 1, 2018 via Android 如果有 Magisk 的话,可以自己写个 Module 来修改 property,或者用 MagiskHide Props Config 这个 Module 来改。 |
4 ToPoGE Oct 1, 2018 开启 Google Feed 注销 Google 账号 关闭 GPS,拔出 SIM 卡,关闭 WIFI (自测 SIM 可以不用拔出 清除 Google Framework,Google Play,Google Service,Google 数据 将系统语言更改为英文 关机重启 英文语言下登录 Google 账号,设置 Feed 改为系统语言为中文,开启定位,插入 SIM 卡 开启 Google 屏幕搜索,需开启 Google Feed 系统语言添加至少两种语言 设置按键为 Google 或者 Google Now 来源: https://blog.71ss.top/archives/81.html |
5 lebronymz Oct 1, 2018 via Android 不需要这些就可以 feed,只是位置共享和位置历史无法用,which 我也不是很在乎 |
6 Cytion Oct 1, 2018 via Android 楼主的方法和 LocationReportEnabler 其实没啥本质区别。 还有就是,无法使用 feed 这个问题可能也和账号有关,我的主帐号不管怎么弄也就是刚开始能够使用,而另外的一个账号只要能连上 Google 就能一直使用,非常不能理解。 |
8 Danswerme Oct 1, 2018 via Android lz 你的 rom 在哪下的? xda 没找到可用的,可能我姿势不对。 这包 bug 多吗? |
9 tkj OP @ysc3839 是的。rom 本身并没有包含 root,但它 "effectively transforms the device into a userdebug build. This means adb root works!" 您有什么办法通过 adb root 让应用也获得 root 权限吗?感激不尽 |
10 tkj OP @Danswerme https://forum.xda-developers.com/project-treble/trebleenabled-device-development/9-0-pixelexperience-p-t3833294 理论上所有支持 project treble 的机子都可以刷。如果是一加 6 的话,还要处理一些东西。具体看 https://github.com/phhusson/treble_experimentations/wiki/OnePlus-6#additional-notes bug 就是没有夜间模式,而且相机对焦有点点问题(一加相机专业模式可解) |
11 FakeLeung Oct 1, 2018 via Android 嗯??我一直以为只要翻了就能用。。。 手机是 nexus6。直接开个 ss 就可用了。 |
12 skylancer Oct 1, 2018 @ysc3839 这是个动态修改的值,只要你 4G 掉 3G,或者没信号恢复就恢复了。老版本 Android 中甚至 UMTS 切到 HSPA/HSPAP 都会修改这个值,用 resetprop 来改并没有意义 |
13 tinkerer Oct 2, 2018 例如可以用啥「运营商代码」和「运营商国家」... |
14 azh7138m Oct 2, 2018 via Android @FakeLeung 9 开始做了额外的限制,其实没啥用处,我用 readhub 更多,抖音国际版也限制地区,和这个一样的操作开启 |
16 area346 Oct 2, 2018 我的 feed 也是一直开不了,我还以为是服务停止了 |
17 churchmice Oct 4, 2018 via Android magisk 可以用 rkk 的模块,可以设置骗哪些 app |