Board_System_Image_Size must be set by Board_Avb Enable
在boardconfig.mk中,寻找以下语句
Board_Avb Enable = true
将其改为
# Board_Avb Enable = true
或者
Board_Avb Enable = false
作者有话说:你直接删了也没问题
1.若出现sdcard0mb的情况,尝试在recovery.fstab中删除下列语句
/storage/sdcard0 vfat /dev/block/platform/soc/soc:ap-ahb/20300000.sdio/mmcblk1p1 flags=display=sdcard0
2.为符合手表显示,你可以修改boardconfig.mk中的TW_THEME语句。 将
TW_THEME = xxxxxx
修改为
TW_THEME = watch_mdpi
3.如果你想为自己的设备编译PBRP 请在omni_xxxxxxx.mk中添加
# Inherit from our custom product configuration
$(call inherit-product, vendor/pb/config/common.mk)
并注释
# Inherit some common Omni stuff.
$(call inherit-product, vendor/omni/config/common.mk)
PS:PBRP不支持使用watch_mdpi
https://github.com/Ni20110118/action_build_twrp_device_tree
https://github.com/Ni20110118/Lazy_Action-Recoverys-Builder
实测shrp构建可用
https://github.com/Ni20110118/Auto-Twrp-Builder
https://github.com/Ni20110118/Action-OFRP-Builder
https://github.com/Ni20110118/Action-OFRP-Builder
https://www.hovatek.com/twrpbuilder/#
https://blog.mocn.top/posts/fa842843/
http://voycn.com/article/ruhebianyizijidetwrpfanyiziguanfangwendang