Android11.0 修改设备名型号厂商
Posted 王睿丶
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android11.0 修改设备名型号厂商相关的知识,希望对你有一定的参考价值。
build/make/tools/buildinfo_common.sh
diff --git a/make/tools/buildinfo_common.sh b/make/tools/buildinfo_common.sh
index 4abd59e..4fc4f81 100755
--- a/make/tools/buildinfo_common.sh
+++ b/make/tools/buildinfo_common.sh
+echo "ro.product.$partition.brand=WANGRUI_111"
+echo "ro.product.$partition.device=WANGRUI_222"
+echo "ro.product.$partition.manufacturer=WANGRUI_333"
+echo "ro.product.$partition.model=WANGRUI_444"
+echo "ro.product.$partition.name=WANGRUI_555"
我是王睿丶,加入我的Q群:901440630,欢迎一起讨论安卓技术!
以上是关于Android11.0 修改设备名型号厂商的主要内容,如果未能解决你的问题,请参考以下文章