fix: 完善脚本

This commit is contained in:
wangzhongjie 2025-04-29 14:17:21 +08:00
parent 849951249c
commit 4eb3bf0821
2 changed files with 4 additions and 4 deletions

View File

@ -14,4 +14,5 @@ cd %TOOLCHAIN_PATH%
@REM 重启设备 @REM 重启设备
.\hdc.exe shell reboot .\hdc.exe shell reboot
echo "操作完成" echo "操作完成"
pause

View File

@ -5,7 +5,6 @@ set DOWNLOAD_PATH=..\sprecord
@REM 切换到工具链目录 @REM 切换到工具链目录
cd %TOOLCHAIN_PATH% cd %TOOLCHAIN_PATH%
@REM 重新挂载根目录为可读写 @REM 重新挂载根目录为可读写
.\hdc.exe shell mount -o remount,rw /
.\hdc.exe file send %DOWNLOAD_PATH%/librtsprecord.z.so /system/lib/module/libhiserialsdk.z.so
echo "操作完成" echo "操作完成"
pause