diff --git a/图片落盘.bat b/图片落盘.bat index f7d72f6..8978622 100644 --- a/图片落盘.bat +++ b/图片落盘.bat @@ -5,6 +5,8 @@ set DOWNLOAD_PATH=..\sprecord @REM 切换到工具链目录 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 echo "操作完成" pause \ No newline at end of file