在build/tools/Buildinfo.sh下面
echo "persist.sys.timezone=Asia/Shanghai"#echo "persist.sys.timezone=Europe/Amsterdam"echo "ro.product.carrier=${TARGET_PRODUCT_CARRIER}"if [ $TARGET_PRODUCT_CARRIER = "GENERAL" ]; then echo "ro.product.locale.language=en" echo "ro.product.locale.region=US"else echo "ro.product.locale.language=zh" echo "ro.product.locale.region=ZH"fi
修改上面的对应的语言和时区就行了。