四种方式
http://blog.csdn.net/feibabeibei_beibei/article/details/52744231
mprop 最新版
及使用方法
https://bbs.pediy.com/thread-215311.htm
adb push .\libs\armeabi-v7a\mprop /data/local/tmp/
adb shell "chmod 755 /data/local/tmp/mprop"
修改init进程中的ro属性判断逻辑
adb shell "/data/local/tmp/mprop"
之后就可以修改任意ro属性了,如
adb shell "setprop ro.debuggable 1"
恢复init默认逻辑,之后就无法再修改ro属性了
adb shell "/data/local/tmp/mprop -r"