script/济南科目三安装第一步.bat
2025-05-12 16:18:57 +08:00

12 lines
307 B
Batchfile

@echo off
set TOOLCHAIN_PATH=.\win
set HAP_PATH=..\jinan
cd %TOOLCHAIN_PATH%
.\hdc.exe shell mount -o remount,rw /
.\hdc.exe file send %HAP_PATH%\install_list_capability.json /system/etc/app/
.\hdc.exe file send %HAP_PATH%\install_list.json /system/etc/app/
.\hdc.exe shell reboot
echo "all success"
pause