时间:2021-07-01 10:21:17 帮助过:10人阅读
adb shell getprop ro.product.ota.host ---获取配置项的值
adb shell setprop produc.ota.port 8080 ---设置配置项的值【ro开头的是只读配置项】
adb shell mount -o remount,rw /vendor ---已读写的模式重新挂载/vendor
adb
标签:bsp end product 模式 读写 shell get set 开头