在模拟器上运行adb shell,尝试将setProp用于只读属性,例如setprop ro.carrier newCarrier,但不会对其进行更改。

有没有办法强制改写反渗透道具?

最佳答案

ro.carrier=newCarrier添加到/system/build.prop并重新启动实例

10-08 17:45