Compare commits

..

No commits in common. "042214e76452e6a17dfcd0b83302ae7b1bce7389" and "849951249c5ed6ac3b633448ab0e5a3cce4ae882" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

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

View File

@ -6,7 +6,6 @@ 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
echo "操作完成"