OpenWatchProject/manifest

Help with construction (Lemfo T)

Closed this issue · 8 comments

I followed the instructions that can be found in the manifest file. After doing all these steps I get this message

python3 vendor/mediatek/proprietary/scripts/releasetools/split_build_helper.py full_c7s-userdebug
source build/envsetup.sh && export OUT_DIR=out_sys && lunch sys_mssi_64_cn-userdebug && make sys_images
source build/envsetup.sh && export OUT_DIR=out && lunch vnd_c7s-userdebug && make vnd_images krn_images
python out_sys/target/product/mssi_64_cn/images/split_build.py --system-dir out_sys/target/product/mssi_64_cn/images --vendor-dir out/target/product/c7s/images --kernel-dir out/target/product/c7s/images --output-dir out/target/product/c7s/merged

I do not know what to do next. I'm trying youtube tutorials but I don't really know how to go about it in this case. I am very much asking for guidance.

iscle commented

Hi, did the build finish successfully? If it did, then you will have the output files for SP Flash Tools in the out/target/product/c7s/merged folder.

Screenshot from 2022-07-30 08-36-54

I am stuck at this very moment. I don't know too much what to do.

iscle commented

You need to execute each of the three commands that were printed by the script.

source build/envsetup.sh && export OUT_DIR=out_sys && lunch sys_mssi_64_cn-userdebug && make sys_images
2

source build/envsetup.sh && export OUT_DIR=out && lunch vnd_c7s-userdebug && make vnd_images krn_images
Screenshot from 2022-08-01 14-08-18

python out_sys/target/product/mssi_64_cn/images/split_build.py --system-dir out_sys/target/product/mssi_64_cn/images --vendor-dir out/target/product/c7s/images --kernel-dir out/target/product/c7s/images --output-dir out/target/product/c7s/merged
Screenshot from 2022-08-01 14-09-32

You need to execute each of the three commands that were printed by the script.

Above I sent pictures with errors. What should I do next?