From 042214e76452e6a17dfcd0b83302ae7b1bce7389 Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Tue, 29 Apr 2025 14:17:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=8C=E5=96=84=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 图片落盘.bat | 2 ++ 1 file changed, 2 insertions(+) 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