标签: android adb
将adb shell运行到模拟器,尝试将setProp用于readonly属性,例如setprop ro.carrier newCarrier,但它不会更改它。
adb shell
setprop ro.carrier newCarrier
有没有办法强制覆盖ro道具?
答案 0 :(得分:2)
将ro.carrier=newCarrier添加到/system/build.prop并重新启动实例
ro.carrier=newCarrier
/system/build.prop