New Oplus way to get project number

This commit is contained in:
Pierre-Hugues Husson 2021-08-10 17:23:42 -04:00
parent 2b6440d5ac
commit 2fc868bc4a
1 changed files with 4 additions and 0 deletions

View File

@ -819,6 +819,10 @@ if [ -f /proc/oppoVersion/prjVersion ];then
setprop ro.separate.soft $(cat /proc/oppoVersion/prjVersion)
fi
if grep -q -F ro.separate.soft /odm/build.prop;then
setprop ro.separate.soft "$(sed -nE 's/^ro.separate.soft=(.*)/\1/p' /odm/build.prop)"
fi
echo 1 > /proc/tfa98xx/oppo_tfa98xx_fw_update
if ! grep -q -E -e '.*#write .*tp_fw_update' /vendor/etc/init/hw/*touch*;then
echo 1 > /proc/touchpanel/tp_fw_update