Compare commits

...

2 Commits

Author SHA1 Message Date
wangzhongjie
042214e764 fix: 完善脚本 2025-04-29 14:17:47 +08:00
wangzhongjie
4eb3bf0821 fix: 完善脚本 2025-04-29 14:17:21 +08:00
2 changed files with 5 additions and 3 deletions

View File

@ -15,3 +15,4 @@ cd %TOOLCHAIN_PATH%
.\hdc.exe shell reboot
echo "操作完成"
pause

View File

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