From 4eb3bf082114126acf604bc24516db73c451604d Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Tue, 29 Apr 2025 14:17:21 +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 | 3 ++- 图片落盘.bat | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/关闭媒体扫描.bat b/关闭媒体扫描.bat index c4ceabe..772aac1 100644 --- a/关闭媒体扫描.bat +++ b/关闭媒体扫描.bat @@ -14,4 +14,5 @@ cd %TOOLCHAIN_PATH% @REM 重启设备 .\hdc.exe shell reboot -echo "操作完成" \ No newline at end of file +echo "操作完成" +pause \ No newline at end of file diff --git a/图片落盘.bat b/图片落盘.bat index 6224815..f7d72f6 100644 --- a/图片落盘.bat +++ b/图片落盘.bat @@ -5,7 +5,6 @@ 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 "操作完成" \ No newline at end of file +echo "操作完成" +pause \ No newline at end of file