adb shell getprop ro.product.ota.host ---获取配置项的值
adb shell setprop produc.ota.port 8080 ---设置配置项的值【ro开头的是只读配置项】
adb shell mount -o remount,rw /vendor ---已读写的模式重新挂载/vendor